hgbook

diff es/tour-basic.tex @ 357:dae36f024e14

some paragraphs translated, added a couple of rules-of-thumb for translation of terms
author Javier Rojas <jerojasro@devnull.li>
date Thu Oct 23 03:13:35 2008 -0500 (2008-10-23)
parents 5e325122bea5
children 15a6b61335aa
line diff
     1.1 --- a/es/tour-basic.tex	Tue Oct 21 21:53:39 2008 -0500
     1.2 +++ b/es/tour-basic.tex	Thu Oct 23 03:13:35 2008 -0500
     1.3 @@ -165,19 +165,20 @@
     1.4  exclusivos de Mercurial. Usted es libre de hacer lo que desee con
     1.5  cualquier otro archivo o directorio en el repositorio.
     1.6  
     1.7 -To introduce a little terminology, the \dirname{.hg} directory is the
     1.8 -``real'' repository, and all of the files and directories that coexist
     1.9 -with it are said to live in the \emph{working directory}.  An easy way
    1.10 -to remember the distinction is that the \emph{repository} contains the
    1.11 -\emph{history} of your project, while the \emph{working directory}
    1.12 -contains a \emph{snapshot} of your project at a particular point in
    1.13 -history.
    1.14 -
    1.15 -\section{A tour through history}
    1.16 -
    1.17 -One of the first things we might want to do with a new, unfamiliar
    1.18 -repository is understand its history.  The \hgcmd{log} command gives
    1.19 -us a view of history.
    1.20 +Para introducir algo de terminología, el directorio \dirname{.hg} es
    1.21 +el repositorio ``real'', y todos los archivos y directorios que
    1.22 +coexisten con él están en el \emph{directorio de trabajo}. Una forma
    1.23 +sencilla de recordar esta distinción es que el \emph{repositorio}
    1.24 +% TODO unificar con Igor, si historia o historial
    1.25 +contiene el \emph{historial} de su proyecto, mientras que el
    1.26 +\emph{directorio de trabajo} contiene una \emph{instantánea} de su
    1.27 +proyecto en un punto particular del historial.
    1.28 +
    1.29 +\section{Vistazo rápido al historial}
    1.30 +
    1.31 +Una de las primeras cosas que se desea hacer con un repositorio nuevo,
    1.32 +poco conocido, es conocer su historial. el comando \hgcmd{log} nos
    1.33 +permite ver el mismo.
    1.34  \interaction{tour.log}
    1.35  By default, this command prints a brief paragraph of output for each
    1.36  change to the project that was recorded.  In Mercurial terminology, we