# HG changeset patch # User Igor T彨ara # Date 1229402221 18000 # Node ID 6d4465f04bb764d7d7a21b09a3b438847673f37f # Parent 3cb3f9b418eadc62bb9217dfe17851546bc008dd Translated alias from extensions diff -r 3cb3f9b418ea -r 6d4465f04bb7 es/Leame.1st --- a/es/Leame.1st Mon Dec 15 08:14:28 2008 -0500 +++ b/es/Leame.1st Mon Dec 15 23:37:01 2008 -0500 @@ -107,12 +107,12 @@ || filenames.tex || Javier Rojas || 72% || 27/11/2008 || || || hook.tex || Javier Rojas || 26% || 01/12/2008 || || || mq.tex || Igor T谩mara || 100% || 06/12/2008 || 13/12/2008 || -|| hgext.tex || Igor T谩mara || 63% || 13/12/2008 || || -|| template.tex || || || || || +|| hgext.tex || Igor T谩mara || 75% || 13/12/2008 || || +|| template.tex || Igor T谩mara || || || || || mq-collab.tex || || || || || || mq-ref.tex || || || || || || cmdref.tex || || || || || -|| license.tex || || || || || +|| license.tex || Igor T谩mara || || || || || srcinstall.tex || || || || || == Archivos en proceso de revisi贸n == diff -r 3cb3f9b418ea -r 6d4465f04bb7 es/hgext.tex --- a/es/hgext.tex Mon Dec 15 08:14:28 2008 -0500 +++ b/es/hgext.tex Mon Dec 15 23:37:01 2008 -0500 @@ -292,62 +292,64 @@ \subsection{Definici贸n de alias de comandos} -It can be cumbersome to remember the options to both the -\hgxcmd{extdiff}{extdiff} command and the diff viewer you want to use, -so the \hgext{extdiff} extension lets you define \emph{new} commands -that will invoke your diff viewer with exactly the right options. +Acordarse de todas las opciones de las 贸rdenes +\hgxcmd{extdiff}{extdiff} y el visor de diferencias de su preferencia +puede ser dispendioso, y por lo tanto la extensi贸n \hgext{extdiff} le +permite definir \emph{nuevas} 贸rdenes que invocar谩n su visor de +diferencias con las opciones exactas. -All you need to do is edit your \hgrc, and add a section named -\rcsection{extdiff}. Inside this section, you can define multiple -commands. Here's how to add a \texttt{kdiff3} command. Once you've -defined this, you can type ``\texttt{hg kdiff3}'' and the -\hgext{extdiff} extension will run \command{kdiff3} for you. +Basta con editar su fichero \hgrc, y a帽adir una secci贸n llamada +\rcsection{extdiff}. Dentro de esta secci贸n puede definir varias +贸rdenes. Mostraremos como a帽adir la orden \texttt{kdiff3}. Despu茅s de +definido, puede teclear ``\texttt{hg kdiff3}'' y la extensi贸n a +\hgext{extdiff} ejecutar谩 la orden \command{kdiff3}. \begin{codesample2} [extdiff] cmd.kdiff3 = \end{codesample2} -If you leave the right hand side of the definition empty, as above, -the \hgext{extdiff} extension uses the name of the command you defined -as the name of the external program to run. But these names don't -have to be the same. Here, we define a command named ``\texttt{hg - wibble}'', which runs \command{kdiff3}. +Si deja vac铆a la porci贸n derecha de la definici贸n, como en el ejemplo, +la extensi贸n \hgext{extdiff} usa el nombre de la orden se definir谩 +como el nombre del programa externo a ejecutar. Pero tales nombres no +tienen por qu茅 ser iguales. Definimos ahora la orden llamada + ``\texttt{hg wibble}'', que ejecuta \command{kdiff3}. \begin{codesample2} [extdiff] cmd.wibble = kdiff3 \end{codesample2} -You can also specify the default options that you want to invoke your -diff viewing program with. The prefix to use is ``\texttt{opts.}'', -followed by the name of the command to which the options apply. This -example defines a ``\texttt{hg vimdiff}'' command that runs the -\command{vim} editor's \texttt{DirDiff} extension. +Tambi茅n puede especificar las opciones predeterminadas con las cuales +desea invocar el visor de diferencias. Se usa el prefijo ``\texttt{opts.}'', +seguido por el nombre de la orden a la cual se aplican las opciones. +En este ejemplos se define la orden ``\texttt{hg vimdiff}'' que +ejecuta la extensi贸n \texttt{DirDiff} del editor \command{vim}. \begin{codesample2} [extdiff] cmd.vimdiff = vim opts.vimdiff = -f '+next' '+execute "DirDiff" argv(0) argv(1)' \end{codesample2} -\section{Cherrypicking changes with the \hgext{transplant} extension} +\section{Uso de la extensi贸n \hgext{transplant} para seleccionar} \label{sec:hgext:transplant} Need to have a long chat with Brendan about this. -\section{Send changes via email with the \hgext{patchbomb} extension} +\section{Enviar cambios v铆a correo electr贸nico con la extensi贸n \hgext{patchbomb}} \label{sec:hgext:patchbomb} -Many projects have a culture of ``change review'', in which people -send their modifications to a mailing list for others to read and -comment on before they commit the final version to a shared -repository. Some projects have people who act as gatekeepers; they -apply changes from other people to a repository to which those others -don't have access. +Varios proyectos tienen la cultura de ``revisi贸n de cambios'', en la +cual la gente env铆a sus modificaciones a una lista de correo para que +otros las lean y comenten antes de consignar la versi贸n final a un +repositorio compartido. Algunos proyectos tienen personas que act煤an +como cancerberos; ellos aplican los cambios de otras personas a un +repositorio para aquellos que no tienen acceso. -Mercurial makes it easy to send changes over email for review or -application, via its \hgext{patchbomb} extension. The extension is so -namd because changes are formatted as patches, and it's usual to send -one changeset per email message. Sending a long series of changes by -email is thus much like ``bombing'' the recipient's inbox, hence -``patchbomb''. +Mercurial facilita enviar cambios por correo para revisi贸n o +aplicaci贸n gracias a su extensi贸n \hgext{patchbomb}. La extensi贸n es +tan popular porque los cambios se formatean como parches y es usual +que se env铆a un conjunto de cambios por cada correo. Enviar una gran +cantidad de cambios por correos se llama por tanto ``bombardear'' el +buz贸n de entrada del destinatario, de ah铆 su nombre ``bombardeo de +parches''. As usual, the basic configuration of the \hgext{patchbomb} extension takes just one or two lines in your \hgrc.