changeset 465:6c5ec67f47f9

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