hgbook

changeset 490:254888ffaf0a

translated another section
author Javier Rojas <jerojasro@devnull.li>
date Wed Jan 07 22:10:42 2009 -0500 (2009-01-07)
parents b1ae672fd92b
children 795f2964e104
files es/mq-collab.tex
line diff
     1.1 --- a/es/mq-collab.tex	Wed Jan 07 21:27:01 2009 -0500
     1.2 +++ b/es/mq-collab.tex	Wed Jan 07 22:10:42 2009 -0500
     1.3 @@ -121,33 +121,33 @@
     1.4  seleccionado'') o \emph{negativo} (``omita este parche si este guardia
     1.5  es seleccionado''). Un parche sin guardias siempre es aplicado.
     1.6  
     1.7 -\section{Controlling the guards on a patch}
     1.8 -
     1.9 -The \hgxcmd{mq}{qguard} command lets you determine which guards should
    1.10 -apply to a patch, or display the guards that are already in effect.
    1.11 -Without any arguments, it displays the guards on the current topmost
    1.12 -patch.
    1.13 +\section{Controlar los guardias de un parche}
    1.14 +
    1.15 +El comando \hgxcmd{mq}{qguard} le permite determinar qué guardias
    1.16 +deben aplicarse a un parche, o mostrar los guardias que están en
    1.17 +efecto. Sin ningún argumento, el comando muestra los guardias del
    1.18 +parche actual de la parte más alta de la pila.
    1.19  \interaction{mq.guards.qguard}
    1.20 -To set a positive guard on a patch, prefix the name of the guard with
    1.21 -a ``\texttt{+}''.
    1.22 +Para poner un guardia positivo en un parche, prefije el nombre del
    1.23 +guardia con un ``\texttt{+}''.
    1.24  \interaction{mq.guards.qguard.pos}
    1.25 -To set a negative guard on a patch, prefix the name of the guard with
    1.26 -a ``\texttt{-}''.
    1.27 +Para poner un guardia negativo en un parche, prefije el nombre del
    1.28 +guardia con un ``\texttt{-}''.
    1.29  \interaction{mq.guards.qguard.neg}
    1.30  
    1.31  \begin{note}
    1.32 -  The \hgxcmd{mq}{qguard} command \emph{sets} the guards on a patch; it
    1.33 -  doesn't \emph{modify} them.  What this means is that if you run
    1.34 -  \hgcmdargs{qguard}{+a +b} on a patch, then \hgcmdargs{qguard}{+c} on
    1.35 -  the same patch, the \emph{only} guard that will be set on it
    1.36 -  afterwards is \texttt{+c}.
    1.37 +  El comando \hgxcmd{mq}{qguard} \emph{pone} los guardias en un
    1.38 +  parche; no los \emph{modifica}. Esto significa que si usted ejecuta
    1.39 +  \hgcmdargs{qguard}{+a +b} sobre un parche, y luego
    1.40 +  \hgcmdargs{qguard}{+c} en el mismo parche, el único guardia sobre el
    1.41 +  parche después del comando será \texttt{+c}.
    1.42  \end{note}
    1.43  
    1.44 -Mercurial stores guards in the \sfilename{series} file; the form in
    1.45 -which they are stored is easy both to understand and to edit by hand.
    1.46 -(In other words, you don't have to use the \hgxcmd{mq}{qguard} command if
    1.47 -you don't want to; it's okay to simply edit the \sfilename{series}
    1.48 -file.)
    1.49 +Mercurial almacena los guardias en el fichero \sfilename{series}; la
    1.50 +forma en que son almacenados es fácil tanto de entender como de editar
    1.51 +a mano. (En otras palabras, usted no tiene que usar el comando
    1.52 +\hgxcmd{mq}{qguard} si no lo desea; está bien simplemente editar el
    1.53 +fichero \sfilename{series})
    1.54  \interaction{mq.guards.series}
    1.55  
    1.56  \section{Selecting the guards to use}