hgbook

changeset 488:419853691d11

Translated some paragraphs fixed term fold
author Igor Támara <igor@tamarapatino.org>
date Tue Jan 06 23:07:32 2009 -0500 (2009-01-06)
parents f8614aad2cbb
children b7b6a085056e
files es/Leame.1st es/mq-ref.tex
line diff
     1.1 --- a/es/Leame.1st	Tue Jan 06 22:40:18 2009 -0500
     1.2 +++ b/es/Leame.1st	Tue Jan 06 23:07:32 2009 -0500
     1.3 @@ -110,7 +110,7 @@
     1.4  || hgext.tex       || Igor Támara   ||    100%    || 13/12/2008 ||  16/12/2008 ||
     1.5  || template.tex    || Igor Támara   ||    100%    || 27/12/2008 ||  01/01/2009 ||
     1.6  || mq-collab.tex   || Javier Rojas  ||     20%    || 04/01/2009 ||             ||
     1.7 -|| mq-ref.tex      || Igor Támara   ||     14%    || 06/01/2009 ||             ||
     1.8 +|| mq-ref.tex      || Igor Támara   ||     30%    || 06/01/2009 ||             ||
     1.9  || cmdref.tex      || Igor Támara   ||    100%    || 01/01/2009 ||  01/01/2009 ||
    1.10  || license.tex     || Igor Támara   ||    100%    || 16/12/2008 ||  16/12/2008 ||
    1.11  || srcinstall.tex  || Igor Támara   ||    100%    || 01/01/2009 ||  01/01/2009 ||
     2.1 --- a/es/mq-ref.tex	Tue Jan 06 22:40:18 2009 -0500
     2.2 +++ b/es/mq-ref.tex	Tue Jan 06 23:07:32 2009 -0500
     2.3 @@ -25,7 +25,7 @@
     2.4  
     2.5  Esta orden es un atajo para \hgcmdargs{commit}{--cwd .hg/patches}.
     2.6  
     2.7 -\subsection{\hgxcmd{mq}{qdelete}---elimina un parche del fichero
     2.8 +\subsection{\hgxcmd{mq}{qdelete}---eliminar un parche del fichero
     2.9    \sfilename{series}}
    2.10  
    2.11  La orden \hgxcmd{mq}{qdelete} elimina la entrada del fichero
    2.12 @@ -45,7 +45,7 @@
    2.13  La orden \hgxcmd{mq}{qdiff} imprime un diff del parche más
    2.14  recientemente aplicado.  Es equivalente a \hgcmdargs{diff}{-r-2:-1}.
    2.15  
    2.16 -\subsection{\hgxcmd{mq}{qfold}---fusionar (``fold'') varios parches en
    2.17 +\subsection{\hgxcmd{mq}{qfold}---fusionar (``integrar'') varios parches en
    2.18    uno solo}
    2.19  
    2.20  La orden \hgxcmd{mq}{qfold} fusiona muchos parches en el último parche
    2.21 @@ -58,7 +58,7 @@
    2.22  significativo; \hgcmdargs{qfold}{a b} significa ``aplique el parche
    2.23  más reciente, seguido de \texttt{a}, y seguido de \texttt{b}''.
    2.24  
    2.25 -Los comentarios de los parches plegados se colocan al final de los
    2.26 +Los comentarios de los parches integrados se colocan al final de los
    2.27  comentarios del parche destino, con cada bloque de comentarios
    2.28  separado con tres asteriscos(``\texttt{*}'').  Se usa la opción
    2.29  \hgxopt{mq}{qfold}{-e} para editar el mensaje de consignación para el
    2.30 @@ -67,69 +67,74 @@
    2.31  Opciones:
    2.32  \begin{itemize}
    2.33  \item[\hgxopt{mq}{qfold}{-e}] Edita el mensaje de consignación y la
    2.34 -  descripción del parche del parche que se ha plegado.
    2.35 +  descripción del parche del parche que se ha integrado.
    2.36  \item[\hgxopt{mq}{qfold}{-l}] Usa los contenidos del fichero dado como
    2.37    el nuevo mensaje de consignación y descripción del parche para el
    2.38 -  parche a plegar.
    2.39 +  parche a integrar.
    2.40  \item[\hgxopt{mq}{qfold}{-m}] Usa el texto dado como el mensaje de
    2.41 -  consignación y descripción del parche para el parche plegado.
    2.42 -\end{itemize}
    2.43 -
    2.44 -\subsection{\hgxcmd{mq}{qheader}---display the header/description of a patch}
    2.45 -
    2.46 -The \hgxcmd{mq}{qheader} command prints the header, or description, of a
    2.47 -patch.  By default, it prints the header of the topmost applied patch.
    2.48 -Given an argument, it prints the header of the named patch.
    2.49 -
    2.50 -\subsection{\hgxcmd{mq}{qimport}---import a third-party patch into the queue}
    2.51 -
    2.52 -The \hgxcmd{mq}{qimport} command adds an entry for an external patch to the
    2.53 -\sfilename{series} file, and copies the patch into the
    2.54 -\sdirname{.hg/patches} directory.  It adds the entry immediately after
    2.55 -the topmost applied patch, but does not push the patch.
    2.56 -
    2.57 -If the \sdirname{.hg/patches} directory is a repository,
    2.58 -\hgxcmd{mq}{qimport} automatically does an \hgcmd{add} of the imported
    2.59 -patch.
    2.60 -
    2.61 -\subsection{\hgxcmd{mq}{qinit}---prepare a repository to work with MQ}
    2.62 -
    2.63 -The \hgxcmd{mq}{qinit} command prepares a repository to work with MQ.  It
    2.64 -creates a directory called \sdirname{.hg/patches}.
    2.65 -
    2.66 -Options:
    2.67 -\begin{itemize}
    2.68 -\item[\hgxopt{mq}{qinit}{-c}] Create \sdirname{.hg/patches} as a repository
    2.69 -  in its own right.  Also creates a \sfilename{.hgignore} file that
    2.70 -  will ignore the \sfilename{status} file.
    2.71 -\end{itemize}
    2.72 -
    2.73 -When the \sdirname{.hg/patches} directory is a repository, the
    2.74 -\hgxcmd{mq}{qimport} and \hgxcmd{mq}{qnew} commands automatically \hgcmd{add}
    2.75 -new patches.
    2.76 -
    2.77 -\subsection{\hgxcmd{mq}{qnew}---create a new patch}
    2.78 -
    2.79 -The \hgxcmd{mq}{qnew} command creates a new patch.  It takes one mandatory
    2.80 -argument, the name to use for the patch file.  The newly created patch
    2.81 -is created empty by default.  It is added to the \sfilename{series}
    2.82 -file after the current topmost applied patch, and is immediately
    2.83 -pushed on top of that patch.
    2.84 -
    2.85 -If \hgxcmd{mq}{qnew} finds modified files in the working directory, it will
    2.86 -refuse to create a new patch unless the \hgxopt{mq}{qnew}{-f} option is
    2.87 -used (see below).  This behaviour allows you to \hgxcmd{mq}{qrefresh} your
    2.88 -topmost applied patch before you apply a new patch on top of it.
    2.89 -
    2.90 -Options:
    2.91 -\begin{itemize}
    2.92 -\item[\hgxopt{mq}{qnew}{-f}] Create a new patch if the contents of the
    2.93 -  working directory are modified.  Any outstanding modifications are
    2.94 -  added to the newly created patch, so after this command completes,
    2.95 -  the working directory will no longer be modified.
    2.96 -\item[\hgxopt{mq}{qnew}{-m}] Use the given text as the commit message.
    2.97 -  This text will be stored at the beginning of the patch file, before
    2.98 -  the patch data.
    2.99 +  consignación y descripción del parche para el parche integrado.
   2.100 +\end{itemize}
   2.101 +
   2.102 +\subsection{\hgxcmd{mq}{qheader}---desplegar el encabezado/descripción
   2.103 +  de un parche}
   2.104 +
   2.105 +La orden \hgxcmd{mq}{qheader} imprime el encabezado o descripción de
   2.106 +un parche.  De forma predeterminada, imprime el encabezado del último
   2.107 +parche aplicado. Si se da un argumento, imprime el encabezado del
   2.108 +parche referenciado.
   2.109 +
   2.110 +\subsection{\hgxcmd{mq}{qimport}---importar el parche de un tercero en
   2.111 +  la cola}
   2.112 +
   2.113 +La orden \hgxcmd{mq}{qimport} añade una entrada de un parche externo
   2.114 +al fichero \sfilename{series} y copia el parche en el directorio
   2.115 +\sdirname{.hg/patches}.  Añade la entrada inmediatamente después del
   2.116 +último parche aplicado, pero no introduce el parche.
   2.117 +
   2.118 +Si el directorio \sdirname{.hg/patches} es un repositorio, 
   2.119 +\hgxcmd{mq}{qimport} automáticamente hace un \hgcmd{add} del parche
   2.120 +importado.
   2.121 +
   2.122 +\subsection{\hgxcmd{mq}{qinit}---preparar un repositorio para trabajar
   2.123 +  con MQ}
   2.124 +
   2.125 +La orden \hgxcmd{mq}{qinit} prepara un repositorio para trabajar con
   2.126 +MQ.  Crea un directorio llamado \sdirname{.hg/patches}.
   2.127 +
   2.128 +Opciones:
   2.129 +\begin{itemize}
   2.130 +\item[\hgxopt{mq}{qinit}{-c}] Crea \sdirname{.hg/patches} como un
   2.131 +  repositorio por sí mismo.  También crea un fichero
   2.132 +  \sfilename{.hgignore} que ignorará el fichero \sfilename{status}.
   2.133 +\end{itemize}
   2.134 +
   2.135 +Cuando el directorio \sdirname{.hg/patches} es un repositorio, las órdenes
   2.136 +\hgxcmd{mq}{qimport} y \hgxcmd{mq}{qnew} hacen \hgcmd{add}
   2.137 +automáticamente a los parches nuevos.
   2.138 +
   2.139 +\subsection{\hgxcmd{mq}{qnew}---crear un parche nuevo}
   2.140 +
   2.141 +La orden \hgxcmd{mq}{qnew} crea un parche nuevo.  Exige un argumento,
   2.142 +el nombre que se usará para tal parche.  El parche recién creado está
   2.143 +vacío inicialmente.   Se añade al fichero \sfilename{series} después
   2.144 +del último parche aplicado, y se introduce en el tope de ese parche.
   2.145 +
   2.146 +Si \hgxcmd{mq}{qnew} encuentra ficheros modificados en el directorio
   2.147 +de trabajo, rehusará crear un parche nuevo a meos que se emplee
   2.148 +\hgxopt{mq}{qnew}{-f} la opción(ver más adelante).  Este
   2.149 +comportamiento le permite hacer \hgxcmd{mq}{qrefresh} al último parche
   2.150 +aplicado antes de aplicar un parche nuevo encima de este.
   2.151 +
   2.152 +Opciones:
   2.153 +\begin{itemize}
   2.154 +\item[\hgxopt{mq}{qnew}{-f}] Crea un parche nuevo si los contenidos
   2.155 +  del directorio actual han sido modificados.  Cualquier modificación
   2.156 +  significativa se añade al parche recientemente creado,  de tal forma
   2.157 +  que al finalizar la orden, el directorio de trabajo no lucirá
   2.158 +  modificado.
   2.159 +\item[\hgxopt{mq}{qnew}{-m}] Usa el texto dado como el mensaje de
   2.160 +  consignación.  Este texto se almacenará al principio del fichero del
   2.161 +  parche, antes de los datos del parche.
   2.162  \end{itemize}
   2.163  
   2.164  \subsection{\hgxcmd{mq}{qnext}---print the name of the next patch}