Mercurial > hgbook
changeset 454:5e325122bea5
translated 2 paragraphs
author | jerojasro@localhost |
---|---|
date | Tue, 21 Oct 2008 21:53:39 -0500 |
parents | 9f460a706292 |
children | 0db175abfaf3 |
files | es/Leame.1st es/tour-basic.tex |
diffstat | 2 files changed, 11 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/es/Leame.1st Mon Oct 20 00:19:24 2008 -0500 +++ b/es/Leame.1st Tue Oct 21 21:53:39 2008 -0500 @@ -97,7 +97,7 @@ || 00book.tex || Igor Támara || 100% || 16/10/2008 || 16/10/2008 || || branch.tex || Igor Támara || 100% || 16/10/2008 || 19/10/2008 || || preface.tex || Javier Rojas || 100% || 18/10/2008 || 19/10/2008 || -|| tour-basic.tex || Javier Rojas || 24% || 19/10/2008 || || +|| tour-basic.tex || Javier Rojas || 26% || 19/10/2008 || || || daily.tex || Igor Támara || 19% || 19/10/2008 || || == Archivos en proceso de revisión ==
--- a/es/tour-basic.tex Mon Oct 20 00:19:24 2008 -0500 +++ b/es/tour-basic.tex Tue Oct 21 21:53:39 2008 -0500 @@ -150,23 +150,20 @@ otro, a menos que usted le indique que lo haga. Lo que esto significa por ahora es que somos libres de experimentar -con nuestro repositorio, con la tranquilidad de saber que es -% TODO finish paragraph, figure out what to say instead of sandbox +con nuestro repositorio, con la tranquilidad de saber que es una +% TODO figure out what to say instead of sandbox +``caja de arena'' privada que no afectará a nadie más. -What this means for now is that we're free to experiment with our -repository, safe in the knowledge that it's a private ``sandbox'' that -won't affect anyone else. +\subsection{Qué hay en un repositorio?} -\subsection{What's in a repository?} - -When we take a more detailed look inside a repository, we can see that -it contains a directory named \dirname{.hg}. This is where Mercurial -keeps all of its metadata for the repository. +Cuando miramos en detalle dentro de un repositorio, podemos ver que +contiene un directorio llamado \dirname{.hg}. Aquí es donde Mercurial +mantiene todos los metadatos del repositorio. \interaction{tour.ls-a} -The contents of the \dirname{.hg} directory and its subdirectories are -private to Mercurial. Every other file and directory in the -repository is yours to do with as you please. +Los contenidos del directorio \dirname{.hg} y sus subdirectorios son +exclusivos de Mercurial. Usted es libre de hacer lo que desee con +cualquier otro archivo o directorio en el repositorio. To introduce a little terminology, the \dirname{.hg} directory is the ``real'' repository, and all of the files and directories that coexist