annotate es/concepts.tex @ 505:446d1b4b7a71

translated up to section 4.2.1, included
author Javier Rojas <jerojasro@devnull.li>
date Sat, 08 Nov 2008 23:29:59 -0500
parents 0f2170fcb79a
children 7c84967093e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
492
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
1 \chapter{Tras bambalinas}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
2 \label{chap:concepts}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
3
492
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
4 A diferencia de varios sistemas de control de revisiones, los
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
5 conceptos en los que se fundamenta Mercurial son lo suficientemente
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
6 simples como para entender fácilmente cómo funciona el software.
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
7 Saber esto no es necesario, pero considero útil tener un ``modelo
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
8 mental'' de qué es lo que sucede.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
9
492
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
10 Comprender esto me da la confianza de que Mercurial ha sido
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
11 cuidadosamente diseñado para ser tanto \emph{seguro} como
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
12 \emph{eficiente}. Y tal vez con la misma importancia, si es fácil
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
13 para mí hacerme a una idea adecuada de qué está haciendo el software
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
14 cuando llevo a cabo una tarea relacionada con control de revisiones,
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
15 es menos probable que me sosprenda su comportamiento.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
16
492
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
17 En este capítulo, cubriremos inicialmente los conceptos centrales
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
18 del diseño de Mercurial, y luego discutiremos algunos detalles
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
19 interesantes de su implementación.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
20
492
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
21 \section{Registro del historial de Mercurial}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
22
492
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
23 \subsection{Seguir el historial de un único fichero}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
24
492
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
25 Cuando Mercurial sigue las modificaciones a un fichero, guarda el
2c2c86824c61 began translation of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 442
diff changeset
26 historial de dicho fichero en un objeto de metadatos llamado
494
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
27 \emph{filelog}\ndt{Fichero de registro}. Cada entrada en el fichero
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
28 de registro contiene suficiente información para reconstruir una
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
29 revisión del fichero que se está siguiendo. Los ficheros de registro
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
30 son almacenados como ficheros el el directorio
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
31 \sdirname{.hg/store/data}. Un fichero de registro contiene dos tipos
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
32 de información: datos de revisiones, y un índice para ayudar a
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
33 Mercurial a buscar revisiones eficientemente.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
34
494
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
35 El fichero de registro de un fichero grande, o con un historial muy
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
36 largo, es guardado como ficheros separados para datos (sufijo
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
37 ``\texttt{.d}'') y para el índice (sufijo ``\texttt{.i}''). Para
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
38 ficheros pequeños con un historial pequeño, los datos de revisiones y
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
39 el índice son combinados en un único fichero ``\texttt{.i}''. La
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
40 correspondencia entre un fichero en el directorio de trabajo y el
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
41 fichero de registro que hace seguimiento a su historial en el
149ea8ae39c4 translated a couple of paragraphs of the "behind the scenes" chapter
Javier Rojas <jerojasro@devnull.li>
parents: 492
diff changeset
42 repositorio se ilustra en la figura~\ref{fig:concepts:filelog}.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
43
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
44 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
45 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
46 \grafix{filelog}
495
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
47 \caption{Relación entre ficheros en el directorio de trabajo y
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
48 ficheros de registro en el repositorio}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
49 \label{fig:concepts:filelog}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
50 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
51
495
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
52 \subsection{Administración de ficheros monitoreados}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
53
495
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
54 Mercurial usa una estructura llamada \emph{manifiesto} para
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
55 % TODO collect together => centralizar
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
56 centralizar la información que maneja acerca de los ficheros que
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
57 monitorea. Cada entrada en el manifiesto contiene información acerca
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
58 de los ficheros involucrados en un único conjunto de cambios. Una
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
59 entrada registra qué ficheros están presentes en el conjunto de
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
60 cambios, la revisión de cada fichero, y otros cuantos metadatos del
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
61 mismo.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
62
495
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
63 \subsection{Registro de información del conjunto de cambios}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
64
495
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
65 La \emph{bitácora de cambios} contiene información acerca de cada
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
66 conjunto de cambios. Cada revisión indica quién consignó un cambio, el
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
67 comentario para el conjunto de cambios, otros datos relacionados con
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
68 el conjunto de cambios, y la revisión del manifiesto a usar.
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
69
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
70 \subsection{Relaciones entre revisiones}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
71
495
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
72 Dentro de una bitácora de cambios, un manifiesto, o un fichero de
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
73 registro, cada revisión conserva un apuntador a su padre inmediato
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
74 (o sus dos padres, si es la revisión de una fusión). Como menciońe
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
75 anteriormente, también hay relaciones entre revisiones \emph{a través}
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
76 de estas estructuras, y tienen naturaleza jerárquica.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
77
495
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
78 Por cada conjunto de cambios en un repositorio, hay exactamente una
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
79 revisión almacenada en la bitácora de cambios. Cada revisión de la
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
80 bitácora de cambios contiene un apuntador a una única revisión del
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
81 manifiesto. Una revisión del manifiesto almacena un apuntador a una
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
82 única revisión de cada fichero de registro al que se le hacía
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
83 seguimiento cuando fue creado el conjunto de cambios. Estas relaciones
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
84 se ilustran en la figura~\ref{fig:concepts:metadata}.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
85
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
86 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
87 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
88 \grafix{metadata}
495
0f2170fcb79a added the term "tracking", and translated a few paragraphs of concepts.tex
Javier Rojas <jerojasro@devnull.li>
parents: 494
diff changeset
89 \caption{Relaciones entre metadatos}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
90 \label{fig:concepts:metadata}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
91 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
92
505
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
93 Como lo muestra la figura, \emph{no} hay una relación ``uno a uno''
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
94 entre las revisiones en el conjunto de cambios, el manifiesto, o el
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
95 fichero de registro. Si el manifiesto no ha sido modificado de un
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
96 conjunto de cambios a otro, las entradas en la bitácora de cambios
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
97 para esos conjuntos de cambios apuntarán a la misma revisión del
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
98 manifiesto. Si un fichero monitoreado por Mercurial no sufre ningún
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
99 cambio de un conjunto de cambios a otro, la entrada para dicho fichero
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
100 en las dos revisiones del manifiesto apuntará a la misma revisión de
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
101 su fichero de registro.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
102
505
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
103 \section{Almacenamiento seguro y eficiente}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
104
505
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
105 La base común de las bitácoras de cambios, los manifiestos, y los
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
106 ficheros de registros es provista por una única estructura llamada el
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
107 \emph{revlog}\ndt{Contracción de \emph{revision log}, registro de
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
108 revisión.}.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
109
505
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
110 \subsection{Almacenamiento eficiente}
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
111
505
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
112 El revlog provee almacenamiento eficiente de revisiones por medio del
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
113 mecanismo de \emph{deltas}\ndt{Diferencias.}. En vez de almacenar una
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
114 copia completa del fichero por cada revisión, almacena los cambios
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
115 necesarios para transformar una revisión anterior en la nueva
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
116 revisión. Para muchos tipos de fichero, estos deltas son típicamente
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
117 de una fracción porcentual del tamaño de una copia completa del
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
118 fichero.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
119
505
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
120 Algunos sistemas de control de revisiones obsoletos sólo pueden
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
121 manipular deltas de ficheros de texto plano. Ellos o bien almacenan
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
122 los ficheros binarios como instantáneas completas, o codificados en
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
123 alguna representación de texto plano adecuada, y ambas alternativas
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
124 son enfoques que desperdician bastantes recursos. Mercurial puede
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
125 manejar deltas de ficheros con contenido binario arbitrario; no
446d1b4b7a71 translated up to section 4.2.1, included
Javier Rojas <jerojasro@devnull.li>
parents: 495
diff changeset
126 necesita tratar el texto plano como un caso especial.
442
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
127
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
128 \subsection{Safe operation}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
129 \label{sec:concepts:txn}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
130
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
131 Mercurial only ever \emph{appends} data to the end of a revlog file.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
132 It never modifies a section of a file after it has written it. This
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
133 is both more robust and efficient than schemes that need to modify or
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
134 rewrite data.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
135
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
136 In addition, Mercurial treats every write as part of a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
137 \emph{transaction} that can span a number of files. A transaction is
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
138 \emph{atomic}: either the entire transaction succeeds and its effects
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
139 are all visible to readers in one go, or the whole thing is undone.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
140 This guarantee of atomicity means that if you're running two copies of
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
141 Mercurial, where one is reading data and one is writing it, the reader
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
142 will never see a partially written result that might confuse it.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
143
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
144 The fact that Mercurial only appends to files makes it easier to
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
145 provide this transactional guarantee. The easier it is to do stuff
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
146 like this, the more confident you should be that it's done correctly.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
147
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
148 \subsection{Fast retrieval}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
149
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
150 Mercurial cleverly avoids a pitfall common to all earlier
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
151 revision control systems: the problem of \emph{inefficient retrieval}.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
152 Most revision control systems store the contents of a revision as an
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
153 incremental series of modifications against a ``snapshot''. To
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
154 reconstruct a specific revision, you must first read the snapshot, and
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
155 then every one of the revisions between the snapshot and your target
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
156 revision. The more history that a file accumulates, the more
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
157 revisions you must read, hence the longer it takes to reconstruct a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
158 particular revision.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
159
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
160 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
161 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
162 \grafix{snapshot}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
163 \caption{Snapshot of a revlog, with incremental deltas}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
164 \label{fig:concepts:snapshot}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
165 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
166
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
167 The innovation that Mercurial applies to this problem is simple but
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
168 effective. Once the cumulative amount of delta information stored
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
169 since the last snapshot exceeds a fixed threshold, it stores a new
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
170 snapshot (compressed, of course), instead of another delta. This
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
171 makes it possible to reconstruct \emph{any} revision of a file
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
172 quickly. This approach works so well that it has since been copied by
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
173 several other revision control systems.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
174
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
175 Figure~\ref{fig:concepts:snapshot} illustrates the idea. In an entry
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
176 in a revlog's index file, Mercurial stores the range of entries from
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
177 the data file that it must read to reconstruct a particular revision.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
178
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
179 \subsubsection{Aside: the influence of video compression}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
180
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
181 If you're familiar with video compression or have ever watched a TV
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
182 feed through a digital cable or satellite service, you may know that
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
183 most video compression schemes store each frame of video as a delta
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
184 against its predecessor frame. In addition, these schemes use
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
185 ``lossy'' compression techniques to increase the compression ratio, so
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
186 visual errors accumulate over the course of a number of inter-frame
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
187 deltas.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
188
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
189 Because it's possible for a video stream to ``drop out'' occasionally
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
190 due to signal glitches, and to limit the accumulation of artefacts
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
191 introduced by the lossy compression process, video encoders
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
192 periodically insert a complete frame (called a ``key frame'') into the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
193 video stream; the next delta is generated against that frame. This
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
194 means that if the video signal gets interrupted, it will resume once
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
195 the next key frame is received. Also, the accumulation of encoding
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
196 errors restarts anew with each key frame.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
197
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
198 \subsection{Identification and strong integrity}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
199
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
200 Along with delta or snapshot information, a revlog entry contains a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
201 cryptographic hash of the data that it represents. This makes it
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
202 difficult to forge the contents of a revision, and easy to detect
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
203 accidental corruption.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
204
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
205 Hashes provide more than a mere check against corruption; they are
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
206 used as the identifiers for revisions. The changeset identification
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
207 hashes that you see as an end user are from revisions of the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
208 changelog. Although filelogs and the manifest also use hashes,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
209 Mercurial only uses these behind the scenes.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
210
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
211 Mercurial verifies that hashes are correct when it retrieves file
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
212 revisions and when it pulls changes from another repository. If it
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
213 encounters an integrity problem, it will complain and stop whatever
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
214 it's doing.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
215
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
216 In addition to the effect it has on retrieval efficiency, Mercurial's
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
217 use of periodic snapshots makes it more robust against partial data
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
218 corruption. If a revlog becomes partly corrupted due to a hardware
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
219 error or system bug, it's often possible to reconstruct some or most
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
220 revisions from the uncorrupted sections of the revlog, both before and
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
221 after the corrupted section. This would not be possible with a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
222 delta-only storage model.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
223
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
224 \section{Revision history, branching,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
225 and merging}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
226
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
227 Every entry in a Mercurial revlog knows the identity of its immediate
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
228 ancestor revision, usually referred to as its \emph{parent}. In fact,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
229 a revision contains room for not one parent, but two. Mercurial uses
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
230 a special hash, called the ``null ID'', to represent the idea ``there
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
231 is no parent here''. This hash is simply a string of zeroes.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
232
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
233 In figure~\ref{fig:concepts:revlog}, you can see an example of the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
234 conceptual structure of a revlog. Filelogs, manifests, and changelogs
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
235 all have this same structure; they differ only in the kind of data
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
236 stored in each delta or snapshot.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
237
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
238 The first revision in a revlog (at the bottom of the image) has the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
239 null ID in both of its parent slots. For a ``normal'' revision, its
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
240 first parent slot contains the ID of its parent revision, and its
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
241 second contains the null ID, indicating that the revision has only one
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
242 real parent. Any two revisions that have the same parent ID are
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
243 branches. A revision that represents a merge between branches has two
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
244 normal revision IDs in its parent slots.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
245
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
246 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
247 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
248 \grafix{revlog}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
249 \caption{}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
250 \label{fig:concepts:revlog}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
251 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
252
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
253 \section{The working directory}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
254
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
255 In the working directory, Mercurial stores a snapshot of the files
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
256 from the repository as of a particular changeset.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
257
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
258 The working directory ``knows'' which changeset it contains. When you
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
259 update the working directory to contain a particular changeset,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
260 Mercurial looks up the appropriate revision of the manifest to find
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
261 out which files it was tracking at the time that changeset was
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
262 committed, and which revision of each file was then current. It then
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
263 recreates a copy of each of those files, with the same contents it had
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
264 when the changeset was committed.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
265
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
266 The \emph{dirstate} contains Mercurial's knowledge of the working
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
267 directory. This details which changeset the working directory is
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
268 updated to, and all of the files that Mercurial is tracking in the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
269 working directory.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
270
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
271 Just as a revision of a revlog has room for two parents, so that it
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
272 can represent either a normal revision (with one parent) or a merge of
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
273 two earlier revisions, the dirstate has slots for two parents. When
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
274 you use the \hgcmd{update} command, the changeset that you update to
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
275 is stored in the ``first parent'' slot, and the null ID in the second.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
276 When you \hgcmd{merge} with another changeset, the first parent
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
277 remains unchanged, and the second parent is filled in with the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
278 changeset you're merging with. The \hgcmd{parents} command tells you
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
279 what the parents of the dirstate are.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
280
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
281 \subsection{What happens when you commit}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
282
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
283 The dirstate stores parent information for more than just book-keeping
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
284 purposes. Mercurial uses the parents of the dirstate as \emph{the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
285 parents of a new changeset} when you perform a commit.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
286
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
287 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
288 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
289 \grafix{wdir}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
290 \caption{The working directory can have two parents}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
291 \label{fig:concepts:wdir}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
292 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
293
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
294 Figure~\ref{fig:concepts:wdir} shows the normal state of the working
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
295 directory, where it has a single changeset as parent. That changeset
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
296 is the \emph{tip}, the newest changeset in the repository that has no
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
297 children.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
298
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
299 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
300 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
301 \grafix{wdir-after-commit}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
302 \caption{The working directory gains new parents after a commit}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
303 \label{fig:concepts:wdir-after-commit}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
304 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
305
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
306 It's useful to think of the working directory as ``the changeset I'm
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
307 about to commit''. Any files that you tell Mercurial that you've
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
308 added, removed, renamed, or copied will be reflected in that
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
309 changeset, as will modifications to any files that Mercurial is
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
310 already tracking; the new changeset will have the parents of the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
311 working directory as its parents.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
312
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
313 After a commit, Mercurial will update the parents of the working
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
314 directory, so that the first parent is the ID of the new changeset,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
315 and the second is the null ID. This is shown in
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
316 figure~\ref{fig:concepts:wdir-after-commit}. Mercurial doesn't touch
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
317 any of the files in the working directory when you commit; it just
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
318 modifies the dirstate to note its new parents.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
319
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
320 \subsection{Creating a new head}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
321
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
322 It's perfectly normal to update the working directory to a changeset
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
323 other than the current tip. For example, you might want to know what
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
324 your project looked like last Tuesday, or you could be looking through
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
325 changesets to see which one introduced a bug. In cases like this, the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
326 natural thing to do is update the working directory to the changeset
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
327 you're interested in, and then examine the files in the working
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
328 directory directly to see their contents as they werea when you
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
329 committed that changeset. The effect of this is shown in
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
330 figure~\ref{fig:concepts:wdir-pre-branch}.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
331
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
332 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
333 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
334 \grafix{wdir-pre-branch}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
335 \caption{The working directory, updated to an older changeset}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
336 \label{fig:concepts:wdir-pre-branch}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
337 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
338
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
339 Having updated the working directory to an older changeset, what
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
340 happens if you make some changes, and then commit? Mercurial behaves
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
341 in the same way as I outlined above. The parents of the working
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
342 directory become the parents of the new changeset. This new changeset
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
343 has no children, so it becomes the new tip. And the repository now
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
344 contains two changesets that have no children; we call these
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
345 \emph{heads}. You can see the structure that this creates in
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
346 figure~\ref{fig:concepts:wdir-branch}.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
347
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
348 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
349 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
350 \grafix{wdir-branch}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
351 \caption{After a commit made while synced to an older changeset}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
352 \label{fig:concepts:wdir-branch}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
353 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
354
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
355 \begin{note}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
356 If you're new to Mercurial, you should keep in mind a common
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
357 ``error'', which is to use the \hgcmd{pull} command without any
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
358 options. By default, the \hgcmd{pull} command \emph{does not}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
359 update the working directory, so you'll bring new changesets into
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
360 your repository, but the working directory will stay synced at the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
361 same changeset as before the pull. If you make some changes and
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
362 commit afterwards, you'll thus create a new head, because your
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
363 working directory isn't synced to whatever the current tip is.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
364
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
365 I put the word ``error'' in quotes because all that you need to do
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
366 to rectify this situation is \hgcmd{merge}, then \hgcmd{commit}. In
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
367 other words, this almost never has negative consequences; it just
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
368 surprises people. I'll discuss other ways to avoid this behaviour,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
369 and why Mercurial behaves in this initially surprising way, later
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
370 on.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
371 \end{note}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
372
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
373 \subsection{Merging heads}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
374
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
375 When you run the \hgcmd{merge} command, Mercurial leaves the first
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
376 parent of the working directory unchanged, and sets the second parent
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
377 to the changeset you're merging with, as shown in
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
378 figure~\ref{fig:concepts:wdir-merge}.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
379
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
380 \begin{figure}[ht]
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
381 \centering
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
382 \grafix{wdir-merge}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
383 \caption{Merging two heads}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
384 \label{fig:concepts:wdir-merge}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
385 \end{figure}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
386
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
387 Mercurial also has to modify the working directory, to merge the files
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
388 managed in the two changesets. Simplified a little, the merging
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
389 process goes like this, for every file in the manifests of both
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
390 changesets.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
391 \begin{itemize}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
392 \item If neither changeset has modified a file, do nothing with that
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
393 file.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
394 \item If one changeset has modified a file, and the other hasn't,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
395 create the modified copy of the file in the working directory.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
396 \item If one changeset has removed a file, and the other hasn't (or
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
397 has also deleted it), delete the file from the working directory.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
398 \item If one changeset has removed a file, but the other has modified
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
399 the file, ask the user what to do: keep the modified file, or remove
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
400 it?
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
401 \item If both changesets have modified a file, invoke an external
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
402 merge program to choose the new contents for the merged file. This
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
403 may require input from the user.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
404 \item If one changeset has modified a file, and the other has renamed
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
405 or copied the file, make sure that the changes follow the new name
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
406 of the file.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
407 \end{itemize}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
408 There are more details---merging has plenty of corner cases---but
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
409 these are the most common choices that are involved in a merge. As
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
410 you can see, most cases are completely automatic, and indeed most
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
411 merges finish automatically, without requiring your input to resolve
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
412 any conflicts.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
413
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
414 When you're thinking about what happens when you commit after a merge,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
415 once again the working directory is ``the changeset I'm about to
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
416 commit''. After the \hgcmd{merge} command completes, the working
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
417 directory has two parents; these will become the parents of the new
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
418 changeset.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
419
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
420 Mercurial lets you perform multiple merges, but you must commit the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
421 results of each individual merge as you go. This is necessary because
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
422 Mercurial only tracks two parents for both revisions and the working
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
423 directory. While it would be technically possible to merge multiple
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
424 changesets at once, the prospect of user confusion and making a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
425 terrible mess of a merge immediately becomes overwhelming.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
426
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
427 \section{Other interesting design features}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
428
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
429 In the sections above, I've tried to highlight some of the most
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
430 important aspects of Mercurial's design, to illustrate that it pays
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
431 careful attention to reliability and performance. However, the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
432 attention to detail doesn't stop there. There are a number of other
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
433 aspects of Mercurial's construction that I personally find
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
434 interesting. I'll detail a few of them here, separate from the ``big
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
435 ticket'' items above, so that if you're interested, you can gain a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
436 better idea of the amount of thinking that goes into a well-designed
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
437 system.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
438
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
439 \subsection{Clever compression}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
440
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
441 When appropriate, Mercurial will store both snapshots and deltas in
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
442 compressed form. It does this by always \emph{trying to} compress a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
443 snapshot or delta, but only storing the compressed version if it's
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
444 smaller than the uncompressed version.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
445
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
446 This means that Mercurial does ``the right thing'' when storing a file
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
447 whose native form is compressed, such as a \texttt{zip} archive or a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
448 JPEG image. When these types of files are compressed a second time,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
449 the resulting file is usually bigger than the once-compressed form,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
450 and so Mercurial will store the plain \texttt{zip} or JPEG.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
451
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
452 Deltas between revisions of a compressed file are usually larger than
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
453 snapshots of the file, and Mercurial again does ``the right thing'' in
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
454 these cases. It finds that such a delta exceeds the threshold at
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
455 which it should store a complete snapshot of the file, so it stores
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
456 the snapshot, again saving space compared to a naive delta-only
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
457 approach.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
458
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
459 \subsubsection{Network recompression}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
460
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
461 When storing revisions on disk, Mercurial uses the ``deflate''
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
462 compression algorithm (the same one used by the popular \texttt{zip}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
463 archive format), which balances good speed with a respectable
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
464 compression ratio. However, when transmitting revision data over a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
465 network connection, Mercurial uncompresses the compressed revision
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
466 data.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
467
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
468 If the connection is over HTTP, Mercurial recompresses the entire
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
469 stream of data using a compression algorithm that gives a better
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
470 compression ratio (the Burrows-Wheeler algorithm from the widely used
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
471 \texttt{bzip2} compression package). This combination of algorithm
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
472 and compression of the entire stream (instead of a revision at a time)
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
473 substantially reduces the number of bytes to be transferred, yielding
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
474 better network performance over almost all kinds of network.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
475
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
476 (If the connection is over \command{ssh}, Mercurial \emph{doesn't}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
477 recompress the stream, because \command{ssh} can already do this
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
478 itself.)
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
479
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
480 \subsection{Read/write ordering and atomicity}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
481
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
482 Appending to files isn't the whole story when it comes to guaranteeing
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
483 that a reader won't see a partial write. If you recall
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
484 figure~\ref{fig:concepts:metadata}, revisions in the changelog point to
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
485 revisions in the manifest, and revisions in the manifest point to
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
486 revisions in filelogs. This hierarchy is deliberate.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
487
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
488 A writer starts a transaction by writing filelog and manifest data,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
489 and doesn't write any changelog data until those are finished. A
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
490 reader starts by reading changelog data, then manifest data, followed
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
491 by filelog data.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
492
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
493 Since the writer has always finished writing filelog and manifest data
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
494 before it writes to the changelog, a reader will never read a pointer
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
495 to a partially written manifest revision from the changelog, and it will
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
496 never read a pointer to a partially written filelog revision from the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
497 manifest.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
498
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
499 \subsection{Concurrent access}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
500
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
501 The read/write ordering and atomicity guarantees mean that Mercurial
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
502 never needs to \emph{lock} a repository when it's reading data, even
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
503 if the repository is being written to while the read is occurring.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
504 This has a big effect on scalability; you can have an arbitrary number
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
505 of Mercurial processes safely reading data from a repository safely
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
506 all at once, no matter whether it's being written to or not.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
507
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
508 The lockless nature of reading means that if you're sharing a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
509 repository on a multi-user system, you don't need to grant other local
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
510 users permission to \emph{write} to your repository in order for them
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
511 to be able to clone it or pull changes from it; they only need
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
512 \emph{read} permission. (This is \emph{not} a common feature among
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
513 revision control systems, so don't take it for granted! Most require
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
514 readers to be able to lock a repository to access it safely, and this
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
515 requires write permission on at least one directory, which of course
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
516 makes for all kinds of nasty and annoying security and administrative
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
517 problems.)
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
518
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
519 Mercurial uses locks to ensure that only one process can write to a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
520 repository at a time (the locking mechanism is safe even over
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
521 filesystems that are notoriously hostile to locking, such as NFS). If
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
522 a repository is locked, a writer will wait for a while to retry if the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
523 repository becomes unlocked, but if the repository remains locked for
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
524 too long, the process attempting to write will time out after a while.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
525 This means that your daily automated scripts won't get stuck forever
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
526 and pile up if a system crashes unnoticed, for example. (Yes, the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
527 timeout is configurable, from zero to infinity.)
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
528
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
529 \subsubsection{Safe dirstate access}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
530
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
531 As with revision data, Mercurial doesn't take a lock to read the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
532 dirstate file; it does acquire a lock to write it. To avoid the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
533 possibility of reading a partially written copy of the dirstate file,
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
534 Mercurial writes to a file with a unique name in the same directory as
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
535 the dirstate file, then renames the temporary file atomically to
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
536 \filename{dirstate}. The file named \filename{dirstate} is thus
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
537 guaranteed to be complete, not partially written.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
538
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
539 \subsection{Avoiding seeks}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
540
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
541 Critical to Mercurial's performance is the avoidance of seeks of the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
542 disk head, since any seek is far more expensive than even a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
543 comparatively large read operation.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
544
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
545 This is why, for example, the dirstate is stored in a single file. If
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
546 there were a dirstate file per directory that Mercurial tracked, the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
547 disk would seek once per directory. Instead, Mercurial reads the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
548 entire single dirstate file in one step.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
549
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
550 Mercurial also uses a ``copy on write'' scheme when cloning a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
551 repository on local storage. Instead of copying every revlog file
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
552 from the old repository into the new repository, it makes a ``hard
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
553 link'', which is a shorthand way to say ``these two names point to the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
554 same file''. When Mercurial is about to write to one of a revlog's
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
555 files, it checks to see if the number of names pointing at the file is
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
556 greater than one. If it is, more than one repository is using the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
557 file, so Mercurial makes a new copy of the file that is private to
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
558 this repository.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
559
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
560 A few revision control developers have pointed out that this idea of
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
561 making a complete private copy of a file is not very efficient in its
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
562 use of storage. While this is true, storage is cheap, and this method
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
563 gives the highest performance while deferring most book-keeping to the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
564 operating system. An alternative scheme would most likely reduce
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
565 performance and increase the complexity of the software, each of which
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
566 is much more important to the ``feel'' of day-to-day use.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
567
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
568 \subsection{Other contents of the dirstate}
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
569
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
570 Because Mercurial doesn't force you to tell it when you're modifying a
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
571 file, it uses the dirstate to store some extra information so it can
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
572 determine efficiently whether you have modified a file. For each file
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
573 in the working directory, it stores the time that it last modified the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
574 file itself, and the size of the file at that time.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
575
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
576 When you explicitly \hgcmd{add}, \hgcmd{remove}, \hgcmd{rename} or
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
577 \hgcmd{copy} files, Mercurial updates the dirstate so that it knows
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
578 what to do with those files when you commit.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
579
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
580 When Mercurial is checking the states of files in the working
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
581 directory, it first checks a file's modification time. If that has
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
582 not changed, the file must not have been modified. If the file's size
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
583 has changed, the file must have been modified. If the modification
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
584 time has changed, but the size has not, only then does Mercurial need
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
585 to read the actual contents of the file to see if they've changed.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
586 Storing these few extra pieces of information dramatically reduces the
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
587 amount of data that Mercurial needs to read, which yields large
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
588 performance improvements compared to other revision control systems.
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
589
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
590 %%% Local Variables:
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
591 %%% mode: latex
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
592 %%% TeX-master: "00book"
2fb78d342e07 changed es/Leame.1st
jerojasro@localhost
parents: 432
diff changeset
593 %%% End: