hgbook

changeset 358:15a6b61335aa

translated a couple of paragraphs, and updated the table of works in progress
author Javier Rojas <jerojasro@devnull.li>
date Thu Oct 23 23:18:59 2008 -0500 (2008-10-23)
parents dae36f024e14
children d4a0d7488a08
files es/Leame.1st es/tour-basic.tex
line diff
     1.1 --- a/es/Leame.1st	Thu Oct 23 03:13:35 2008 -0500
     1.2 +++ b/es/Leame.1st	Thu Oct 23 23:18:59 2008 -0500
     1.3 @@ -97,7 +97,7 @@
     1.4  || 00book.tex      || Igor Támara   ||    100%    || 16/10/2008 ||  16/10/2008 ||
     1.5  || branch.tex      || Igor Támara   ||    100%    || 16/10/2008 ||  19/10/2008 ||
     1.6  || preface.tex     || Javier Rojas  ||    100%    || 18/10/2008 ||  19/10/2008 ||
     1.7 -|| tour-basic.tex  || Javier Rojas  ||    28%     || 19/10/2008 ||             ||
     1.8 +|| tour-basic.tex  || Javier Rojas  ||    31%     || 19/10/2008 ||             ||
     1.9  ||      daily.tex  || Igor Támara   ||    19%     || 19/10/2008 ||             ||
    1.10  
    1.11  == Archivos en proceso de revisión ==
     2.1 --- a/es/tour-basic.tex	Thu Oct 23 03:13:35 2008 -0500
     2.2 +++ b/es/tour-basic.tex	Thu Oct 23 23:18:59 2008 -0500
     2.3 @@ -180,21 +180,29 @@
     2.4  poco conocido, es conocer su historial. el comando \hgcmd{log} nos
     2.5  permite ver el mismo.
     2.6  \interaction{tour.log}
     2.7 -By default, this command prints a brief paragraph of output for each
     2.8 -change to the project that was recorded.  In Mercurial terminology, we
     2.9 -call each of these recorded events a \emph{changeset}, because it can
    2.10 -contain a record of changes to several files.
    2.11 -
    2.12 -The fields in a record of output from \hgcmd{log} are as follows.
    2.13 +Por defecto este programa imprime un párrafo breve por cada cambio al
    2.14 +proyecto que haya sido grabado. Dentro de la terminología de
    2.15 +Mercurial, cada uno de estos eventos es llamado \emph{conjuntos de
    2.16 +cambios}, porque pueden contener un registro de cambios a varios
    2.17 +archivos.
    2.18 +
    2.19 +Los campos de la salida de \hgcmd{log} son los siguientes.
    2.20  \begin{itemize}
    2.21 -\item[\texttt{changeset}] This field has the format of a number,
    2.22 -  followed by a colon, followed by a hexadecimal string.  These are
    2.23 -  \emph{identifiers} for the changeset.  There are two identifiers
    2.24 -  because the number is shorter and easier to type than the hex
    2.25 -  string.
    2.26 -\item[\texttt{user}] The identity of the person who created the
    2.27 -  changeset.  This is a free-form field, but it most often contains a
    2.28 -  person's name and email address.
    2.29 +    \item[\texttt{changeset}]\hspace{-0.5em}\ndt{Conjunto de cambios.} Este campo
    2.30 +        tiene un número, seguido por un
    2.31 +        % TODO digo mejor seguido por un dos puntos ? string =>
    2.32 +        % cadena?
    2.33 +        \texttt{:}, seguido por una cadena hexadecimal. Ambos son
    2.34 +        \emph{identificadores} para el conjunto de cambios. Hay dos
    2.35 +        identificadores porque el número es más corto y más fácil de
    2.36 +        recordar que la cadena hexadecimal.
    2.37 +        
    2.38 +\item[\texttt{user}]\hspace{-0.5em}\ndt{Usuario.} La identidad de la
    2.39 +    persona que creó el conjunto de cambios. Este es un campo en el
    2.40 +    que se puede almacenar cualquier valor, pero en la mayoría de los
    2.41 +    casos contiene el nombre de una persona y su dirección de correo
    2.42 +    electrónico.
    2.43 +    
    2.44  \item[\texttt{date}] The date and time on which the changeset was
    2.45    created, and the timezone in which it was created.  (The date and
    2.46    time are local to that timezone; they display what time and date it