hgbook

changeset 366:6c5ec67f47f9

translated a couple of paragraphs of section 1.6
author Javier Rojas <jerojasro@devnull.li>
date Sat Oct 25 16:05:06 2008 -0500 (2008-10-25)
parents 5c676825e7a1
children b18b7715d140
files es/tour-basic.tex
line diff
     1.1 --- a/es/tour-basic.tex	Sat Oct 25 15:52:56 2008 -0500
     1.2 +++ b/es/tour-basic.tex	Sat Oct 25 16:05:06 2008 -0500
     1.3 @@ -346,17 +346,18 @@
     1.4  \hggopt{--verbose}\ndt{Prolijo.}), y menos cuando se les pase la opción \hggopt{-q}
     1.5  (o \hggopt{--quiet}\ndt{Silencioso.}).
     1.6  
     1.7 -\section{Making and reviewing changes}
     1.8 -
     1.9 -Now that we have a grasp of viewing history in Mercurial, let's take a
    1.10 -look at making some changes and examining them.
    1.11 -
    1.12 -The first thing we'll do is isolate our experiment in a repository of
    1.13 -its own.  We use the \hgcmd{clone} command, but we don't need to
    1.14 -clone a copy of the remote repository.  Since we already have a copy
    1.15 -of it locally, we can just clone that instead.  This is much faster
    1.16 -than cloning over the network, and cloning a local repository uses
    1.17 -less disk space in most cases, too.
    1.18 +\section{Hacer y repasar cambios}
    1.19 +
    1.20 +Ahora que tenemos una comprensión adecuada sobre cómo revisar el
    1.21 +historial en Mercurial, hagamos algunos cambios y veamos cómo
    1.22 +examinarlos.
    1.23 +
    1.24 +Lo primero que haremos será aislar nuestro experimento en un
    1.25 +repositorio propio. Usaremos el comando \hgcmd{clone}, pero no hace
    1.26 +falta clonar una copia de el repositorio remoto. Como ya contamos con
    1.27 +una copia local del mismo, podemos clonar esa. Esto es mucho más
    1.28 +rápido que clonar a través de la red, y en la mayoría de los casos
    1.29 +clonar un repositorio local usa menos espacio en disco también.
    1.30  \interaction{tour.reclone}
    1.31  As an aside, it's often good practice to keep a ``pristine'' copy of a
    1.32  remote repository around, which you can then make temporary clones of