Mercurial > hgbook
annotate ja/concepts.tex @ 790:ac38c95a2ace
Propagate 231c8469a0ec
Removed a paragraph that is no longer true as of Subversion 1.5.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 18 Jun 2009 16:23:58 +0900 |
parents | 43556decb81f |
children | 1a30d2627512 |
rev | line source |
---|---|
781 | 1 %\chapter{Behind the scenes} |
2 \chapter{$BIqBfN"(B} | |
56
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
3 \label{chap:concepts} |
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
4 |
781 | 5 %Unlike many revision control systems, the concepts upon which |
6 %Mercurial is built are simple enough that it's easy to understand how | |
7 %the software really works. Knowing this certainly isn't necessary, | |
8 %but I find it useful to have a ``mental model'' of what's going on. | |
9 | |
10 $BB?$/$N%j%S%8%g%s%3%s%H%m!<%k%7%9%F%`$H0c$C$F!$(B Mercurial$B$NF0:n$N4pK\$H$J$C(B | |
11 $B$F$$$k%3%s%;%W%H$rM}2r$9$k$3$H$OMF0W$$!%(B | |
12 $B$3$l$rM}2r$9$k$3$H$OI,$:$7$bI,MW$G$O$J$$$,!$I.<T$O!$2?$,5/$-$F$$$k$N$+$K(B | |
13 $B$D$$$F%b%G%k$r0U<1$7$F$$$k$3$H$OM-MQ$G$"$k$H9M$($F$$$k!%(B | |
14 | |
15 %This understanding gives me confidence that Mercurial has been | |
16 %carefully designed to be both \emph{safe} and \emph{efficient}. And | |
17 %just as importantly, if it's easy for me to retain a good idea of what | |
18 %the software is doing when I perform a revision control task, I'm less | |
19 %likely to be surprised by its behaviour. | |
56
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
20 |
781 | 21 $B$3$N$3$H$rM}2r$7$?8e$G!$I.<T$O(BMercurial$B$,(B\emph{$B0BA4(B}$B$H(B\emph{$B8zN((B}$B$r<B8=$9(B |
22 $B$k$h$&$KCm0U?<$/@_7W$5$l$F$$$k$H3N?.$9$k$K;j$C$?!%(B | |
23 $B$^$?!$=EMW$JE@$H$7$F!$%j%S%8%g%s%3%s%H%m!<%k$NA`:n$r9T$&:]$K%=%U%H%&%'%"(B | |
24 $B$,2?$r$9$k$N$+$r5-21$KN1$a$F$*$/$3$H$K$h$C$F!$IT0U$N5sF0$G6C$/$3$H$,>/$J(B | |
25 $B$/$J$C$?!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
26 |
781 | 27 %In this chapter, we'll initially cover the core concepts behind |
28 %Mercurial's design, then continue to discuss some of the interesting | |
29 %details of its implementation. | |
112 | 30 |
781 | 31 $B$3$N>O$G$O$^$:(BMercurial$B$N@_7W$N%3%"%3%s%;%W%H$r%+%P!<$9$k!%$=$7$F<BAu>e$N(B |
32 $B$$$/$D$+$N6=L#?<$$E@$N>\:Y$K$D$$$F5DO@$9$k!%(B | |
33 | |
34 %\section{Mercurial's historical record} | |
35 \section{Mercurial$B$NMzNr5-O?(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
36 |
781 | 37 %\subsection{Tracking the history of a single file} |
38 \subsection{$B%U%!%$%kMzNr$NDI@W(B} | |
39 | |
40 %When Mercurial tracks modifications to a file, it stores the history | |
41 %of that file in a metadata object called a \emph{filelog}. Each entry | |
42 %in the filelog contains enough information to reconstruct one revision | |
43 %of the file that is being tracked. Filelogs are stored as files in | |
44 %the \sdirname{.hg/store/data} directory. A filelog contains two kinds | |
45 %of information: revision data, and an index to help Mercurial to find | |
46 %a revision efficiently. | |
56
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
47 |
781 | 48 Mercurial$B$O%U%!%$%k$X$NJQ99$rDI@W$9$k;~!$%U%!%$%k$NMzNr$r(B\emph{filelog}$B$H(B |
49 $B8F$P$l$k%a%?%G!<%?%*%V%8%'%/%H$K3JG<$9$k!%%U%!%$%k%m%0Fb$N3F!9$N%(%s%H%j(B | |
50 $B$O!$DI@WBP>]$N%U%!%$%k$N%j%S%8%g%s$r:F7z$9$k$N$K==J,$J>pJs$r;}$D!%%U%!%$(B | |
51 $B%k%m%0$O(B\sdirname{.hg/store/data}$B%G%#%l%/%H%j$K%U%!%$%k$H$7$FJ]B8$5$l$k!%(B | |
52 $B%U%!%$%k%m%0$O%j%S%8%g%s%G!<%?$H(BMercurial$B$,%j%S%8%g%s$r8zN(E*$K8+$D$1$i$l(B | |
53 $B$k$h$&$K$9$k$?$a$N%$%s%G%C%/%9$N(B2$B<oN`$N>pJs$r;}$D!%(B | |
56
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
54 |
781 | 55 %A file that is large, or has a lot of history, has its filelog stored |
56 %in separate data (``\texttt{.d}'' suffix) and index (``\texttt{.i}'' | |
57 %suffix) files. For small files without much history, the revision | |
58 %data and index are combined in a single ``\texttt{.i}'' file. The | |
59 %correspondence between a file in the working directory and the filelog | |
60 %that tracks its history in the repository is illustrated in | |
61 %figure~\ref{fig:concepts:filelog}. | |
62 | |
63 $B%5%$%:$NBg$-$J%U%!%$%k$d!$KDBg$JMzNr$r;}$D%U%!%$%k$O!$%G!<%?$,(B | |
64 (``\texttt{.d}'' suffix) $B$*$h$S%$%s%G%C%/%9(B (``\texttt{.i}'' suffix)$B$N%U%!(B | |
65 $B%$%k$KJ,3d$5$l$?(Bfilelog$B$r;}$D!%%5%$%:$,>.$5$/!$MzNr$NBg$-$/$J$$%U%!%$%k$O(B | |
66 $B%j%S%8%g%s%G!<%?$H%$%s%G%C%/%9$,(B1$B$D$N(B``\texttt{.i}''$B%U%!%$%k$K7k9g$5$l$F(B | |
67 $B$$$k!%%o!<%-%s%0%G%#%l%/%H%jFb$N%U%!%$%k$H%j%]%8%H%jFb$NMzNr$rDI@W$9$k(B | |
68 filelog$B$H$NBP1~$r?^(B~\ref{fig:concepts:filelog}$B$K<($9!%(B | |
56
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
69 |
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
70 \begin{figure}[ht] |
108
e0b961975c5e
First bit of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
56
diff
changeset
|
71 \centering |
294 | 72 % \grafix{filelog} |
73 \includegraphics{filelog} | |
781 | 74 % \caption{Relationships between files in working directory and |
75 % filelogs in repository} | |
76 \caption{$B%o!<%-%s%0%G%#%l%/%H%jFb$N%U%!%$%k$H%j%]%8%H%j$N%U%!%$%k%m%0(B | |
77 $B$N4X78(B} | |
108
e0b961975c5e
First bit of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
56
diff
changeset
|
78 \label{fig:concepts:filelog} |
56
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
79 \end{figure} |
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
80 |
781 | 81 %\subsection{Managing tracked files} |
82 \subsection{$BDI@W$5$l$F$$$k%U%!%$%k$N4IM}(B} | |
83 | |
84 %Mercurial uses a structure called a \emph{manifest} to collect | |
85 %together information about the files that it tracks. Each entry in | |
86 %the manifest contains information about the files present in a single | |
87 %changeset. An entry records which files are present in the changeset, | |
88 %the revision of each file, and a few other pieces of file metadata. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
89 |
781 | 90 Mercurial$B$O(B\emph{$B%^%K%U%'%9%H(B}$B$H8F$P$l$k9=B$$rMQ$$$F!$DI@W$9$Y$-%U%!%$%k(B |
91 $B$N>pJs$r=8$a$F$$$k!%%^%K%U%'%9%HFb$N3F!9$N%(%s%H%j$O!$C10l$N%A%'%s%8%;%C(B | |
92 $B%HFb$KB8:_$9$k%U%!%$%k$N>pJs$r;}$C$F$$$k!%%(%s%H%j$O$I$N%U%!%$%k$,%A%'%s(B | |
93 $B%8%;%C%H$KB8:_$7$F$$$k$+!$$=$l$i$N%j%S%8%g%s$,2?$G$"$k$N$+$H$$$&>pJs$H!$(B | |
94 $B$$$/$D$+$NB>$N%U%!%$%k%a%?%G!<%?$r5-O?$7$F$$$k!%(B | |
95 | |
96 %\subsection{Recording changeset information} | |
97 \subsection{$B%A%'%s%8%;%C%H>pJs$N5-O?(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
98 |
781 | 99 %The \emph{changelog} contains information about each changeset. Each |
100 %revision records who committed a change, the changeset comment, other | |
101 %pieces of changeset-related information, and the revision of the | |
102 %manifest to use. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
103 |
781 | 104 \emph{changelog}$B$O3F!9$N%A%'%s%8%;%C%H$N>pJs$r;}$D!%3F!9$N%j%S%8%g%s5-O?(B |
105 $B$O!$C/$,JQ99$r%3%_%C%H$7$?$N$+!$%A%'%s%8%;%C%H$N%3%a%s%H!$JQ99$K4XO"$7$?(B | |
106 $BB>$N>pJs!$;HMQ$5$l$k%^%K%U%'%9%H$N%j%S%8%g%s$r;}$D!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
107 |
781 | 108 %\subsection{Relationships between revisions} |
109 \subsection{$B%j%S%8%g%s4V$N4X78(B} | |
110 | |
111 %Within a changelog, a manifest, or a filelog, each revision stores a | |
112 %pointer to its immediate parent (or to its two parents, if it's a | |
113 %merge revision). As I mentioned above, there are also relationships | |
114 %between revisions \emph{across} these structures, and they are | |
115 %hierarchical in nature. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
116 |
781 | 117 $B%A%'%s%8%m%0!$%^%K%U%'%9%H!$%U%!%$%k%m%0Fb$G!$3F!9$N%j%S%8%g%s$OD>@\$N?F(B |
118 $B!J$"$k$$$O%^!<%8$N>l9g$O$=$NN>?F!K$X$N%]%$%s%?$r;}$D!%(B | |
119 $B$9$G$K=R$Y$?$h$&$K!$$3$N9=B$$K8=$l$k%j%S%8%g%s$N4V$K$O4X78$,$"$j!$K\<A(B | |
120 $BE*$K3,AXE*$G$"$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
121 |
781 | 122 %For every changeset in a repository, there is exactly one revision |
123 %stored in the changelog. Each revision of the changelog contains a | |
124 %pointer to a single revision of the manifest. A revision of the | |
125 %manifest stores a pointer to a single revision of each filelog tracked | |
126 %when that changeset was created. These relationships are illustrated | |
127 %in figure~\ref{fig:concepts:metadata}. | |
128 | |
129 $B%j%]%8%H%j$K$"$k$9$Y$F$N%A%'%s%8%;%C%H$O!$%A%'%s%8%m%0Fb$G@53N$K(B1$B$D$N%j%S(B | |
130 $B%8%g%s$r;}$D!%%A%'%s%8%m%0$N3F!9$N%j%S%8%g%s$O!$%^%K%U%'%9%H$NC10l$N%P!<(B | |
131 $B%8%g%s$X$N%]%$%s%?$r;}$D!%%^%K%U%'%9%H$N3F!9$N%j%S%8%g%s$O!$%A%'%s%8%;%C(B | |
132 $B%H$,@8@.$5$l$?;~$N%U%!%$%k%m%0$N3F!9$NC10l%j%S%8%g%s$X$N%]%$%s%?$r;}$D!%(B | |
133 $B$3$N4X78$r?^(B~\ref{fig:concepts:metadata}$B$K<($9!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
134 |
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
135 \begin{figure}[ht] |
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
136 \centering |
294 | 137 \includegraphics{metadata} |
781 | 138 % \caption{Metadata relationships} |
139 \caption{$B%a%?%G!<%?$N4X78(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
140 \label{fig:concepts:metadata} |
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
141 \end{figure} |
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
142 |
781 | 143 %As the illustration shows, there is \emph{not} a ``one to one'' |
144 %relationship between revisions in the changelog, manifest, or filelog. | |
145 %If the manifest hasn't changed between two changesets, the changelog | |
146 %entries for those changesets will point to the same revision of the | |
147 %manifest. If a file that Mercurial tracks hasn't changed between two | |
148 %changesets, the entry for that file in the two revisions of the | |
149 %manifest will point to the same revision of its filelog. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
150 |
781 | 151 $B%$%i%9%H$G<($5$l$F$$$k$h$&$K!$%j%S%8%g%s$H%A%'%s%8%m%0!$%^%K%U%'%9%H$^$?(B |
152 $B$O%U%!%$%k%m%0$N4V$K$O(B1$BBP#1$N4X78$O$J$$!%%^%K%U%'%9%H$,(B2$B$D$N%A%'%s%8%;%C(B | |
153 $B%H$N4V$GJQ2=$7$J$+$C$?>l9g$O!$%A%'%s%8%m%0Fb$G$3$l$i$N%A%'%s%8%;%C%H$rI=(B | |
154 $B$9%(%s%H%j$OF1$8%P!<%8%g%s$N%^%K%U%'%9%H$r<($9!%(BMercurial$B$,DI@W$9$k%U%!%$(B | |
155 $B%k$,!$(B2$B$D$N%A%'%s%8%;%C%H4V$GJQ2=$7$J$+$C$?>l9g$O!$(B 2$B$D$N%^%K%U%'%9%H$N%j(B | |
156 $B%S%8%g%s$G!$$=$N%U%!%$%k$r<($9%(%s%H%j$O%U%!%$%k%m%0$NF1$8%j%S%8%g%s$r<((B | |
157 $B$9!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
158 |
781 | 159 %\section{Safe, efficient storage} |
160 \section{$B0BA4$+$D8zN(E*$J%9%H%l!<%8(B} | |
161 | |
162 %The underpinnings of changelogs, manifests, and filelogs are provided | |
163 %by a single structure called the \emph{revlog}. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
164 |
782 | 165 $B%A%'%s%8%m%0!$%^%K%U%'%9%H$*$h$S%U%!%$%k%m%0$NEZBf$K;H$o$l$F$$$k$O6&DL$N(B |
781 | 166 \emph{revlog}$B$H$$$&9=B$BN$G$"$k!%(B |
167 | |
168 %\subsection{Efficient storage} | |
169 \subsection{$B8zN(E*$J%9%H%l!<%8(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
170 |
781 | 171 %The revlog provides efficient storage of revisions using a |
172 %\emph{delta} mechanism. Instead of storing a complete copy of a file | |
173 %for each revision, it stores the changes needed to transform an older | |
174 %revision into the new revision. For many kinds of file data, these | |
175 %deltas are typically a fraction of a percent of the size of a full | |
176 %copy of a file. | |
177 | |
178 revlog$B$O(B\emph{delta}$B5!9=$r;H$C$F%j%S%8%g%s$N8zN(E*$J5-21$rDs6!$9$k!%%U%!(B | |
179 $B%$%k$N3F!9$N%P!<%8%g%s$N40A4$J%3%T!<$rJ]B8$9$k$N$G$O$J$/!$8E$$%j%S%8%g%s(B | |
180 $B$r?7$7$$%P!<%8%g%s$XJQ49$9$k$N$KI,MW$JJQ99$rJ]B8$9$k!%B?$/$N%U%!%$%k%G!<(B | |
181 $B%?$KBP$7$F!$(B delta$B$OE57?E*$K$O%U%!%$%k$N%U%k%3%T!<$N(B1$B%Q!<%;%s%HL$K~$G$"$"(B | |
182 $B$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
183 |
781 | 184 %Some obsolete revision control systems can only work with deltas of |
185 %text files. They must either store binary files as complete snapshots | |
186 %or encoded into a text representation, both of which are wasteful | |
187 %approaches. Mercurial can efficiently handle deltas of files with | |
188 %arbitrary binary contents; it doesn't need to treat text as special. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
189 |
781 | 190 $B8E$$%j%S%8%g%s%3%s%H%m!<%k%7%9%F%`$N$$$/$D$+$O%F%-%9%H%U%!%$%k$N(Bdelta$B$KBP(B |
191 $B$7$F$7$+5!G=$7$J$$!%$=$l$i$N%7%9%F%`$G$O%P%$%J%j%U%!%$%k$O40A4$J%9%J%C%W(B | |
192 $B%7%g%C%H$+!$%F%-%9%HI=8=$K%(%s%3!<%I$5$l$?7A<0$G$"$kI,MW$,$"$k!%$3$l$i$O(B | |
193 $B6&$KL5BL$NB?$$%"%W%m!<%A$G$"$k!%(B Mercurial$B$OG$0U$N%P%$%J%j%U%!%$%k$K$D$$(B | |
194 $B$F!$(Bdelta$B$r8zN(E*$K07$&$3$H$,$G$-!$%F%-%9%H$rFCJL07$$$9$kI,MW$,$J$$!%(B | |
195 | |
196 %\subsection{Safe operation} | |
197 \subsection{$B0BA4$JF0:n(B} | |
121
9094c9fda8ec
Start chapter on error recovery.
Bryan O'Sullivan <bos@serpentine.com>
parents:
116
diff
changeset
|
198 \label{sec:concepts:txn} |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
199 |
781 | 200 %Mercurial only ever \emph{appends} data to the end of a revlog file. |
201 %It never modifies a section of a file after it has written it. This | |
202 %is both more robust and efficient than schemes that need to modify or | |
203 %rewrite data. | |
204 | |
205 Mercurial$B$O(Brevlog$B%U%!%$%k$NKvHx$K%G!<%?$N(B\emph{$BDI2C(B}$B$N$_$r9T$&!%0lEY=q$-(B | |
206 $B9~$^$l$?ItJ,$O8e$K$J$C$FJQ99$5$l$k$3$H$O$J$$!%$3$l$O%G!<%?$NJQ99$d:F=q$-(B | |
207 $B9~$_$r9T$&J}K!$h$j$b4h6/$+$D8zN(E*$G$"$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
208 |
781 | 209 %In addition, Mercurial treats every write as part of a |
210 %\emph{transaction} that can span a number of files. A transaction is | |
211 %\emph{atomic}: either the entire transaction succeeds and its effects | |
212 %are all visible to readers in one go, or the whole thing is undone. | |
213 %This guarantee of atomicity means that if you're running two copies of | |
214 %Mercurial, where one is reading data and one is writing it, the reader | |
215 %will never see a partially written result that might confuse it. | |
216 | |
217 $B2C$($F!$(BMercurial$B$O$"$i$f$k=q$-9~$_$rJ#?t$N%U%!%$%k$X$N(B\emph{$B%H%i%s%6%/%7%g(B | |
218 $B%s(B}$B$N0lIt$H8+$J$9!%%H%i%s%6%/%7%g%sA4BN$,@.8y$7!$FI$_=P$7B&$K0lEY$K7k2L$,(B | |
219 $B8+$($k>l9g$b!$$=$&$G$J$$>l9g$b%H%i%s%6%/%7%g%s$O(B\emph{$B%"%H%_%C%/(B}$B$G$"$k!%(B | |
220 $B$3$N%"%H%_%C%/@-$NJ]>Z$O!$(B 2$B$D$N(BMercurial$B$r!$JRJ}$O%G!<%?$NFI$_=P$7!$$b$&(B | |
221 $B0lJ}$O=q$-9~$_$G<B9T$7$F$$$k>l9g!$FI$_=P$7B&$K$O:.Mp$N860x$H$J$kItJ,E*$J(B | |
222 $B=q$-9~$_7k2L$O8+$($J$$$3$H$r0UL#$9$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
223 |
781 | 224 %The fact that Mercurial only appends to files makes it easier to |
225 %provide this transactional guarantee. The easier it is to do stuff | |
226 %like this, the more confident you should be that it's done correctly. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
227 |
781 | 228 Mercurial$B$O%U%!%$%k$KDI5-$N$_$r$9$k$3$H$G!$%H%i%s%6%/%7%g%s$NJ]>Z$rMF0W$K(B |
229 $B$7$F$$$k!%J*;v$rC1=c2=$9$k$3$H$K$h$C$F!$=hM}$N@5$7$5$r3N<B$K$9$k$h$&$K$7(B | |
230 $B$F$$$k!%(B | |
231 | |
232 %\subsection{Fast retrieval} | |
233 \subsection{$B9bB.$J<hF@(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
234 |
781 | 235 %Mercurial cleverly avoids a pitfall common to all earlier |
236 %revision control systems: the problem of \emph{inefficient retrieval}. | |
237 %Most revision control systems store the contents of a revision as an | |
238 %incremental series of modifications against a ``snapshot''. To | |
239 %reconstruct a specific revision, you must first read the snapshot, and | |
240 %then every one of the revisions between the snapshot and your target | |
241 %revision. The more history that a file accumulates, the more | |
242 %revisions you must read, hence the longer it takes to reconstruct a | |
243 %particular revision. | |
244 | |
245 Mercurial$B$O$3$l$^$G$N%j%S%8%g%s%3%s%H%m!<%k%7%9%F%`$K6&DL$7$?Mn$H$77j$r(B | |
246 $B8-L@$KHr$1$F$$$k!%LdBj$@$C$?$N$O(B\emph{$BHs8zN(E*$J<hF@(B}$B$G$"$C$?!%(B | |
247 $BBgDq$N%j%S%8%g%s%3%s%H%m!<%k%7%9%F%`$O%j%S%8%g%s$NFbMF$r%9%J%C%W%7%g%C%H(B | |
248 $B$X$N0lO"$NJQ99$NA}J,$H$7$FJ]B8$7$F$$$k!%FCDj$N%j%S%8%g%s$r:F8=$9$k$?$a$K(B | |
249 $B$O$^$:%9%J%C%W%7%g%C%H$rFI$_9~$_!$$7$+$k8e$KL\E*$N%j%S%8%g%s$rFI$`I,MW$,(B | |
250 $B$"$C$?!%%U%!%$%k$X$NMzNr$,A}$($l$PA}$($k$[$IFI$_9~$^$J$1$l$P$J$i$J$$%j%S(B | |
251 $B%8%g%s$,B?$/$J$j!$FCDj$N%j%S%8%g%s$r:F8=$9$k$N$K;~4V$,$+$+$k$h$&$K$J$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
252 |
110 | 253 \begin{figure}[ht] |
254 \centering | |
294 | 255 \includegraphics{snapshot} |
781 | 256 % \caption{Snapshot of a revlog, with incremental deltas} |
257 \caption{$B:9J,$rMQ$$$?(Brevlog$B$N%9%J%C%W%7%g%C%H(B} | |
110 | 258 \label{fig:concepts:snapshot} |
259 \end{figure} | |
260 | |
781 | 261 %The innovation that Mercurial applies to this problem is simple but |
262 %effective. Once the cumulative amount of delta information stored | |
263 %since the last snapshot exceeds a fixed threshold, it stores a new | |
264 %snapshot (compressed, of course), instead of another delta. This | |
265 %makes it possible to reconstruct \emph{any} revision of a file | |
266 %quickly. This approach works so well that it has since been copied by | |
267 %several other revision control systems. | |
110 | 268 |
781 | 269 Mercurial$B$G$O$3$NLdBj$rC1=c$@$,8z2LE*$JJ}K!$G2r7h$7$F$$$k!%A02s$K%9%J%C%W(B |
270 $B%7%g%C%H$r:n@.$7$?;~E@$+$i$NN_@QE*$JA}J,$,0lDj$NogCM$r1[$($k$H!$?7$?$JA}(B | |
271 $BJ,$G$O$J$/!$?7$?$J%9%J%C%W%7%g%C%H$,J]B8$5$l$k!J$3$N%9%J%C%W%7%g%C%H$OL^(B | |
272 $BO@05=L$5$l$F$$$k!K!%$3$l$K$h$C$F(B\emph{$B$$$+$J$k(B}$B%j%S%8%g%s$b?WB.$K:F8=$5$l(B | |
273 $B$k!%$3$N%"%W%m!<%A$O0J8eB>$N%j%S%8%g%s%3%s%H%m!<%k%7%9%F%`$K%3%T!<$5$l$k(B | |
274 $B$[$I$&$^$/5!G=$7$F$$$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
275 |
781 | 276 %Figure~\ref{fig:concepts:snapshot} illustrates the idea. In an entry |
277 %in a revlog's index file, Mercurial stores the range of entries from | |
278 %the data file that it must read to reconstruct a particular revision. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
279 |
781 | 280 $B?^(B~\ref{fig:concepts:snapshot}$B$K35G0$r<($9!%(BMercurial$B$O(Brevlog$B$N%$%s%G%C%/(B |
281 $B%9%U%!%$%k$N%(%s%H%j$KFCDj$N%j%S%8%g%s$r:F8=$9$k$N$KI,MW$J%G!<%?%U%!%$%k(B | |
282 $BFb$N$"$kHO0O$N%(%s%H%j$rJ]B8$9$k!%(B | |
283 | |
284 %\subsubsection{Aside: the influence of video compression} | |
285 \subsubsection{$B$=$NB>(B: $B%S%G%*05=L$N1F6A(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
286 |
781 | 287 %If you're familiar with video compression or have ever watched a TV |
288 %feed through a digital cable or satellite service, you may know that | |
289 %most video compression schemes store each frame of video as a delta | |
290 %against its predecessor frame. In addition, these schemes use | |
291 %``lossy'' compression techniques to increase the compression ratio, so | |
292 %visual errors accumulate over the course of a number of inter-frame | |
293 %deltas. | |
112 | 294 |
782 | 295 $B%S%G%*05=L$K47$l$F$$$?$j!$%G%8%?%k$K$h$k%1!<%V%k$^$?$O1R@1J|Aw$K47$l$F$$(B |
296 $B$k$N$J$i!$BgItJ,$N%S%G%*05=L$N;EAH$_$G$O!$%S%G%*$N3F%U%l!<%`$,!$A0$N%U%l!<(B | |
297 $B%`$H$N:9J,$H$7$FJ]B8$5$l$F$$$k$3$H$rCN$C$F$$$k$@$m$&!%2C$($F!$$3$l$i$N;E(B | |
298 $BAH$_$O05=LN($r2T$0$?$a$KIT2D5U$J05=L5;=Q$r;H$C$F$*$j!$1GA|$N%(%i!<$O%U%l!<(B | |
299 $B%`4V$N:9J,$,A}$($k$K=>$C$FC_@Q$7$F$$$/!%(B | |
300 | |
781 | 301 %Because it's possible for a video stream to ``drop out'' occasionally |
302 %due to signal glitches, and to limit the accumulation of artefacts | |
303 %introduced by the lossy compression process, video encoders | |
304 %periodically insert a complete frame (called a ``key frame'') into the | |
305 %video stream; the next delta is generated against that frame. This | |
306 %means that if the video signal gets interrupted, it will resume once | |
307 %the next key frame is received. Also, the accumulation of encoding | |
308 %errors restarts anew with each key frame. | |
309 | |
782 | 310 $B%S%G%*%9%H%j!<%`$G$O!$?.9f$NIT6q9g$K$h$C$F;~@^%I%m%C%W%"%&%H$,=P$k$3$H$,(B |
311 $B$"$j!$$^$?IT2D5U05=L$K$h$k1F6A$NC_@Q$rM^$($k$?$a!$%S%G%*%(%s%3!<%@$ODj4|(B | |
312 $BE*$K!J%-!<%U%l!<%`$H8F$P$l$k!K40A4$J%U%l!<%`$r%9%H%j!<%`$KA^F~$9$k!%<!$N(B | |
313 $B:9J,$O$3$N%U%l!<%`$KBP$7$F<h$i$l$k!%$3$l$K$h$C$F!$%S%G%*?.9f$,ES@d$($F$b(B | |
314 $B<!$N%-!<%U%l!<%`$r<u?.$9$l$P@5>o$KLa$k$3$H$,$G$-$k!%$^$?%(%s%3!<%I%(%i!<(B | |
315 $B$NC_@Q$O%-!<%U%l!<%`$4$H$K=|5n$5$l$k!%(B | |
316 | |
781 | 317 %\subsection{Identification and strong integrity} |
318 \subsection{$B<1JL$H6/$$0l4S@-(B} | |
110 | 319 |
781 | 320 %Along with delta or snapshot information, a revlog entry contains a |
321 %cryptographic hash of the data that it represents. This makes it | |
322 %difficult to forge the contents of a revision, and easy to detect | |
323 %accidental corruption. | |
110 | 324 |
782 | 325 $B:9J,$d%9%J%C%W%7%g%C%H>pJs$H6&$K!$(Brevlog$B%(%s%H%j$O%G!<%?$N0E9f%O%C%7%e(B |
326 $B$r;}$D!%%O%C%7%e$K$h$j!$%j%S%8%g%s$NFbMF$r56$k$3$H$,:$Fq$K$J$j!$$^$?(B | |
327 $B;v8N$K$h$C$FFbMF$,GKB;$7$?>l9g!$H/8+$,MF0W$K$J$k!%(B | |
328 | |
781 | 329 %Hashes provide more than a mere check against corruption; they are |
330 %used as the identifiers for revisions. The changeset identification | |
331 %hashes that you see as an end user are from revisions of the | |
332 %changelog. Although filelogs and the manifest also use hashes, | |
333 %Mercurial only uses these behind the scenes. | |
334 | |
782 | 335 $B%O%C%7%e$OC1$KGKB;$r%A%'%C%/$9$k0J>e$N$3$H$r9T$&!%$3$l$i$O%j%S%8%g%s$N<1(B |
336 $BJL$K$bMQ$$$i$l$k!%%A%'%s%8%;%C%H$N<1JL%O%C%7%e$O!$%(%s%I%f!<%6$+$i$O%A%'(B | |
337 $B%s%8%m%0$G%f!<%6L>$H6&$K8=$l$k?t;z$H$7$FL\$K$9$k$3$H$,B?$$$@$m$&!%(B | |
338 $B%U%!%$%k%m%0$H%^%K%U%'%9%H$G$b%O%C%7%e$O;H$o$l$F$$$k$,!$(BMercurial$B$O$3$l(B | |
339 $B$i$rGX8e$G$N$_MQ$$$k!%(B | |
340 | |
781 | 341 %Mercurial verifies that hashes are correct when it retrieves file |
342 %revisions and when it pulls changes from another repository. If it | |
343 %encounters an integrity problem, it will complain and stop whatever | |
344 %it's doing. | |
110 | 345 |
782 | 346 Mercurial$B$O%U%!%$%k$N%j%S%8%g%s<hF@;~$HJQ99$rJL$N%j%]%8%H%j$+$i(Bpull$B$9$k;~(B |
347 $B$K%O%C%7%e$,@5$7$$$3$H$r3NG'$9$k!%0l4S@-$KLdBj$,$"$k$H!$%(%i!<%a%C%;!<%8(B | |
348 $B$r=PNO$7!$F0:n$rDd;_$9$k!%(B | |
349 | |
781 | 350 %In addition to the effect it has on retrieval efficiency, Mercurial's |
351 %use of periodic snapshots makes it more robust against partial data | |
352 %corruption. If a revlog becomes partly corrupted due to a hardware | |
353 %error or system bug, it's often possible to reconstruct some or most | |
354 %revisions from the uncorrupted sections of the revlog, both before and | |
355 %after the corrupted section. This would not be possible with a | |
356 %delta-only storage model. | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
357 |
782 | 358 $B<hF@$N8zN($K2C$($F!$(BMercurial$B$O<~4|E*$K%9%J%C%W%7%g%C%H$r;H$&$3$H$G!$ItJ,(B |
359 $BE*$J%G!<%?$NGKB;$KBP$7$F4h6/$K$J$C$F$$$k!%%O!<%I%&%'%"$NLdBj$d%7%9%F%`$N(B | |
360 $B%P%0$G(Brevlog$B$,ItJ,E*$KGKB;$7$?>l9g$G$b!$B?$/$N>l9g!$(Brevlog$B$NGKB;$7$F$$$J(B | |
361 $B$$ItJ,$+$iGKB;$7$?ItJ,$NA08e$G$$$/$D$+$N%j%S%8%g%s$dBgH>$N%j%S%8%g%s$r:F(B | |
362 $B7z$9$k$3$H$,$G$-$k!%:9J,$N$_$r5-O?$9$k%7%9%F%`$G$O$3$l$r<B8=$9$k$3$H$O$G(B | |
363 $B$-$J$$!%(B | |
364 | |
781 | 365 %\section{Revision history, branching, and merging} |
366 \section{$B%j%S%8%g%sMzNr!$%V%i%s%A!$%^!<%8(B} | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
367 |
781 | 368 %Every entry in a Mercurial revlog knows the identity of its immediate |
369 %ancestor revision, usually referred to as its \emph{parent}. In fact, | |
370 %a revision contains room for not one parent, but two. Mercurial uses | |
371 %a special hash, called the ``null ID'', to represent the idea ``there | |
372 %is no parent here''. This hash is simply a string of zeroes. | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
373 |
782 | 374 Mercurial revlog$B$N$9$Y$F$N%(%s%H%j$O!$DL>o(B\emph{parent}$B$H$7$F;2>H$5$l$kD>(B |
375 $B@\$NAD@h$N%j%S%8%g%s$rCN$C$F$$$k!%<B:]$K$O!$%j%S%8%g%s$O(B1$B$D$@$1$G$J$/(B2$B$D(B | |
376 $B$N?F$r5-O?$9$k$3$H$,$G$-$k!%(BMercurial$B$O(B``null ID''$B$H$$$&FCJL$J%O%C%7%e$r(B | |
377 $B;H$C$F(B``$B$3$3$K$O?F$K$J$k%j%S%8%g%s$,$J$$(B''$B$H$$$&$3$H$rI=8=$9$k!%$3$N%O%C(B | |
378 $B%7%e$OC1$K%<%m$rJB$Y$?J8;zNs$G$"$k!%(B | |
379 | |
781 | 380 %In figure~\ref{fig:concepts:revlog}, you can see an example of the |
381 %conceptual structure of a revlog. Filelogs, manifests, and changelogs | |
382 %all have this same structure; they differ only in the kind of data | |
383 %stored in each delta or snapshot. | |
384 | |
782 | 385 revlog$B$N35G0E*$J9=B$$N0lNc$r?^(B~\ref{fig:concepts:revlog}$B$K<($9!%%U%!%$%k(B |
386 $B%m%0!$%^%K%U%'%9%H$*$h$S%A%'%s%8%m%0$O$9$Y$FF1$89=B$$r;}$D!%$3$l$i$N0c$$(B | |
387 $B$O!$3F!9$N:9J,$d%9%J%C%W%7%g%C%H$K3JG<$9$k%G!<%?$N0c$$$@$1$G$"$k!%(B | |
388 | |
781 | 389 %The first revision in a revlog (at the bottom of the image) has the |
390 %null ID in both of its parent slots. For a ``normal'' revision, its | |
391 %first parent slot contains the ID of its parent revision, and its | |
392 %second contains the null ID, indicating that the revision has only one | |
393 %real parent. Any two revisions that have the same parent ID are | |
394 %branches. A revision that represents a merge between branches has two | |
395 %normal revision IDs in its parent slots. | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
396 |
782 | 397 revlog$B$G$N:G=i$N%j%S%8%g%s!J?^$N0lHV2<!K$O(Bnull ID$B$rN>?F$r<($9%9%m%C%H$N(B |
398 $BN>J}$K;}$A!$$3$N%j%S%8%g%s$,<B:]$K$O$?$@0l$D$N?F$7$+;}$?$J$$$3$H$rI=$7$F(B | |
399 $B$$$k!%F1$8?F$N(BID$B$r;}$DG$0U$N(B2$B$D$N%j%S%8%g%s$O%V%i%s%A$G$"$k!%(B | |
400 $B%V%i%s%A4V$N%^!<%8$rI=$9%j%S%8%g%s$O!$(B2$B$D$N%N!<%^%k%j%S%8%g%s(BID$B$rN>?F$N(B | |
401 $B%9%m%C%H$K;}$D!%(B | |
402 | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
403 \begin{figure}[ht] |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
404 \centering |
294 | 405 \includegraphics{revlog} |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
406 \caption{} |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
407 \label{fig:concepts:revlog} |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
408 \end{figure} |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
409 |
781 | 410 %\section{The working directory} |
411 \section{$B%o!<%-%s%0%G%#%l%/%H%j(B} | |
110 | 412 |
781 | 413 %In the working directory, Mercurial stores a snapshot of the files |
414 %from the repository as of a particular changeset. | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
415 |
782 | 416 Mercurial$B$O%j%]%8%H%j$N$"$kFCDj$N%A%'%s%8%;%C%H$N%U%!%$%k%9%J%C%W%7%g%C%H(B |
417 $B$r%o!<%-%s%0%G%#%l%/%H%jFb$K;}$D!%(B | |
418 | |
781 | 419 %The working directory ``knows'' which changeset it contains. When you |
420 %update the working directory to contain a particular changeset, | |
421 %Mercurial looks up the appropriate revision of the manifest to find | |
422 %out which files it was tracking at the time that changeset was | |
423 %committed, and which revision of each file was then current. It then | |
424 %recreates a copy of each of those files, with the same contents it had | |
425 %when the changeset was committed. | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
426 |
782 | 427 $B%o!<%-%s%0%G%#%l%/%H%j$,$I$N%A%'%s%8%;%C%H$K99?7$5$l$F$$$k$,$"$k$N$+$O4{(B |
428 $BCN$G$"$k!%%o!<%-%s%0%G%#%l%/%H%j$,FCDj$N%A%'%s%8%;%C%H$K$J$k$h$&$K99?7$9(B | |
429 $B$k:]!$(B Mercurial$B$OE,@Z$J%j%S%8%g%s$N%^%K%U%'%9%H$r8!:w$7!$$=$N%A%'%s%8%;%C(B | |
430 $B%H$,%3%_%C%H$5$l$?;~E@$G$I$N%U%!%$%k$,DI@W$5$l$F$$$k$+$rD4$Y!$3F!9$N%U%!(B | |
431 $B%$%k$N%j%S%8%g%s$rFCDj$9$k!%$=$7$F%A%'%s%8%;%C%H$,%3%_%C%H$5$l$?;~E@$NFb(B | |
432 $BMF$r$b$D%U%!%$%k$N%3%T!<$r:n@.$9$k!%(B | |
433 | |
781 | 434 %The \emph{dirstate} contains Mercurial's knowledge of the working |
435 %directory. This details which changeset the working directory is | |
436 %updated to, and all of the files that Mercurial is tracking in the | |
437 %working directory. | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
438 |
782 | 439 \emph{dirstate}$B$K$O%o!<%-%s%0%G%#%l%/%H%j$K$D$$$F(BMercurial$B$,GD0.$7$F$$$k(B |
440 $B>pJs$,3JG<$5$l$F$$$k!%$=$NFbMF$O%o!<%-%s%0%G%#%l%/%H%j$,%"%C%W%G!<%H$5$l(B | |
441 $B$F$$$k%A%'%s%8%;%C%H$*$h$S%o!<%-%s%0%G%#%l%/%H%jFb$G(BMercurial$B$,DI@W$7$F$$(B | |
442 $B$kA4$F$N%U%!%$%k$K$D$$$F$N>\:Y$G$"$k!%(B | |
443 | |
781 | 444 %Just as a revision of a revlog has room for two parents, so that it |
445 %can represent either a normal revision (with one parent) or a merge of | |
446 %two earlier revisions, the dirstate has slots for two parents. When | |
447 %you use the \hgcmd{update} command, the changeset that you update to | |
448 %is stored in the ``first parent'' slot, and the null ID in the second. | |
449 %When you \hgcmd{merge} with another changeset, the first parent | |
450 %remains unchanged, and the second parent is filled in with the | |
451 %changeset you're merging with. The \hgcmd{parents} command tells you | |
452 %what the parents of the dirstate are. | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
453 |
782 | 454 revlog$B$K$*$1$k%j%S%8%g%s$,(B2$B$D$N?F$N>pJs$r3JG<$9$kNN0h$r;}$A!$DL>o$N%j%S%8%g(B |
455 $B%s!J?F$O(B1$B$D!K$^$?$O(B2$B$D$N?F$N%^!<%8$rI=8=$G$-$k$N$HF1MM$K(Bdirstate$B$b(B2$B$D$N?F(B | |
456 $B$N$?$a$N%9%m%C%H$r;}$C$F$$$k!%(B\hgcmd{update}$B%3%^%s%I$r<B9T$9$k$H!$%"%C%W(B | |
457 $B%G!<%H@h$N%A%'%s%8%;%C%H$,(B1$B$DL\$N?F$N%9%m%C%H$K5-O?$5$l!$(Bnull ID$B$,(B2$B$DL\$N(B | |
458 $B?F$N%9%m%C%H$K5-O?$5$l$k!%B>$N%A%'%s%8%;%C%H$H(B\hgcmd{merge}$B$r9T$&$H!$:G=i(B | |
459 $B$N?F$O$=$N$^$^$K!$(B2$BHVL\$N?F$O%^!<%8$9$k%A%'%s%8%;%C%H$H$J(B | |
460 $B$k!%(B\hgcmd{parents}$B%3%^%s%I$G(Bdirstate$B$NN>?F$rCN$k$3$H$,$G$-$k!%(B | |
461 | |
781 | 462 %\subsection{What happens when you commit} |
463 \subsection{$B%3%_%C%H;~$K2?$,5/$-$k$N$+(B} | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
464 |
781 | 465 %The dirstate stores parent information for more than just book-keeping |
466 %purposes. Mercurial uses the parents of the dirstate as \emph{the | |
467 % parents of a new changeset} when you perform a commit. | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
468 |
782 | 469 dirstate$B$O4IM}L\E*0U30$N>pJs$bJ]B8$7$F$$$k!%(B Mercurial$B$O!$%3%_%C%H$N:]$K(B |
470 dirstate$B$NN>?F$r(B\emph{$B?7$?$J%A%'%s%8%;%C%H$NN>?F(B}$B$H$7$FMQ$$$k!%(B | |
471 | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
472 \begin{figure}[ht] |
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
473 \centering |
294 | 474 \includegraphics{wdir} |
781 | 475 % \caption{The working directory can have two parents} |
476 \caption{$B%o!<%-%s%0%G%#%l%/%H%j$O(B2$B$D$N?F$r;}$AF@$k(B} | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
477 \label{fig:concepts:wdir} |
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
478 \end{figure} |
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
479 |
781 | 480 %Figure~\ref{fig:concepts:wdir} shows the normal state of the working |
481 %directory, where it has a single changeset as parent. That changeset | |
482 %is the \emph{tip}, the newest changeset in the repository that has no | |
483 %children. | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
484 |
782 | 485 $B?^(B~\ref{fig:concepts:wdir}$B$K%o!<%-%s%0%G%#%l%/%H%j$NDL>o>uBV$r<($9!%(B |
486 $B%j%]%8%H%j$N:G?7$N%A%'%s%8%;%C%H$O(B\emph{tip}$B$G!$;R$r0l@Z;}$?$J$$!%(B | |
487 | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
488 \begin{figure}[ht] |
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
489 \centering |
294 | 490 \includegraphics{wdir-after-commit} |
781 | 491 % \caption{The working directory gains new parents after a commit} |
492 \caption{$B%3%_%C%H8e!$%o!<%-%s%0%G%#%l%/%H%j$O?7$?$JN>?F$r;}$D(B} | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
493 \label{fig:concepts:wdir-after-commit} |
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
494 \end{figure} |
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
495 |
781 | 496 %It's useful to think of the working directory as ``the changeset I'm |
497 %about to commit''. Any files that you tell Mercurial that you've | |
498 %added, removed, renamed, or copied will be reflected in that | |
499 %changeset, as will modifications to any files that Mercurial is | |
500 %already tracking; the new changeset will have the parents of the | |
501 %working directory as its parents. | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
502 |
782 | 503 $B%o!<%-%s%0%G%#%l%/%H%j$,(B``$B%3%_%C%H$7$h$&$H$7$F$$$k%A%'%s%8%;%C%H(B''$B$G$"$k(B |
504 $B$H8+$J$9$3$H$OLr$KN)$D!%DI2C!$:o=|!$%j%M!<%`$^$?$O%3%T!<$7$?%U%!%$%k$r(B | |
505 Mercurial$B$KG'<1$5$;$k$H!$$9$G$K(BMercurial$B$,DI@W$7$F$$$kG$0U$N%U%!%$%k$X$N(B | |
506 $BJQ99$HF1MM!$$9$Y$F%A%'%s%8%;%C%H$KH?1G$5$l$k!%?7$?$J%A%'%s%8%;%C%H$O%o!<(B | |
507 $B%-%s%0%G%#%l%/%H%j$NN>?F$rN>?F$H$7$F;}$D!%(B | |
508 | |
781 | 509 %After a commit, Mercurial will update the parents of the working |
510 %directory, so that the first parent is the ID of the new changeset, | |
511 %and the second is the null ID. This is shown in | |
512 %figure~\ref{fig:concepts:wdir-after-commit}. Mercurial doesn't touch | |
513 %any of the files in the working directory when you commit; it just | |
514 %modifies the dirstate to note its new parents. | |
110 | 515 |
782 | 516 $B%3%_%C%H8e!$(BMercurial$B$O%o!<%-%s%0%G%#%l%/%H%j$NN>?F$r99?7$7!$(B1$B$DL\$N?F$,(B |
517 $B?7$?$J%A%'%s%8%;%C%H$N(BID$B!$(B2$BHVL\$r(Bnull ID$B$K$9$k!%$3$l$r(B | |
518 $B?^(B~\ref{fig:concepts:wdir-after-commit}$B$K<($9!%(BMercurial$B$O%3%_%C%H;~$K%o!<(B | |
519 $B%-%s%0%G%#%l%/%H%jFb$N%U%!%$%k$K$O0l@Z?($l$:!$(Bdirstate$B$K?7$?$JN>?F$r5-O?(B | |
520 $B$9$k!%(B | |
521 | |
781 | 522 %\subsection{Creating a new head} |
523 \subsection{$B?7$?$J%X%C%I$r:n$k(B} | |
113
a0f57b3e677e
More concepts, this time working directory stuff.
Bryan O'Sullivan <bos@serpentine.com>
parents:
112
diff
changeset
|
524 |
781 | 525 %It's perfectly normal to update the working directory to a changeset |
526 %other than the current tip. For example, you might want to know what | |
527 %your project looked like last Tuesday, or you could be looking through | |
528 %changesets to see which one introduced a bug. In cases like this, the | |
529 %natural thing to do is update the working directory to the changeset | |
530 %you're interested in, and then examine the files in the working | |
782 | 531 %directory directly to see their contents as they were when you |
781 | 532 %committed that changeset. The effect of this is shown in |
533 %figure~\ref{fig:concepts:wdir-pre-branch}. | |
112 | 534 |
782 | 535 $B%o!<%-%s%0%G%#%l%/%H%j$r8=:_$N(Btip$B0J30$N%A%'%s%8%;%C%H$K99?7$9$k$3$H$O$$$5(B |
536 $B$5$+$b$*$+$7$J$3$H$G$O$J$$!%Nc$($P!$$3$NA0$N2PMKF|$K%W%m%8%'%/%H$,$I$N$h(B | |
537 $B$&$J>uBV$G$"$C$?$+CN$j$?$$$H;W$&$+$b$7$l$J$$$7!$%A%'%s%8%;%C%H$N$&$A$N$I(B | |
538 $B$l$,%P%0$r:.F~$5$;$?$+FM$-;_$a$?$$$H9M$($k$3$H$,$"$k$+$b$7$l$J$$!%$3$N$h(B | |
539 $B$&$J>l9g!$%o!<%-%s%0%G%#%l%/%H%j$r6=L#$N$"$k%A%'%s%8%;%C%H$K99?7$7!$%A%'(B | |
540 $B%s%8%;%C%H$r%3%_%C%H$7$?;~$K$=$l$i$,$I$N$h$&$G$"$C$?$+$r8+$k$?$a$K%o!<%-(B | |
541 $B%s%0%G%#%l%/%H%jFb$N%U%!%$%k$rD4$Y$k$N$,<+A3$G$"$k!%$3$N1F6A$O(B | |
542 $B?^(B~\ref{fig:concepts:wdir-pre-branch}$B$K<($9!%(B | |
543 | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
544 \begin{figure}[ht] |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
545 \centering |
294 | 546 \includegraphics{wdir-pre-branch} |
781 | 547 % \caption{The working directory, updated to an older changeset} |
548 \caption{$B8E$$%A%'%s%8%;%C%H$X$H99?7$5$l$?%o!<%-%s%0%G%#%l%/%H%j(B} | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
549 \label{fig:concepts:wdir-pre-branch} |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
550 \end{figure} |
112 | 551 |
781 | 552 %Having updated the working directory to an older changeset, what |
553 %happens if you make some changes, and then commit? Mercurial behaves | |
554 %in the same way as I outlined above. The parents of the working | |
555 %directory become the parents of the new changeset. This new changeset | |
556 %has no children, so it becomes the new tip. And the repository now | |
557 %contains two changesets that have no children; we call these | |
558 %\emph{heads}. You can see the structure that this creates in | |
559 %figure~\ref{fig:concepts:wdir-branch}. | |
112 | 560 |
782 | 561 $B%o!<%-%s%0%G%#%l%/%H%j$r8E$$%A%'%s%8%;%C%H$K99?7$7!$JQ99$r9T$C$F%3%_%C%H(B |
562 $B$9$k$H2?$,5/$3$k$@$m$&$+!)(B Mercurial$B$OA0=R$N$h$&$K?6Iq$&!%%o!<%-%s%0%G%#(B | |
563 $B%l%/%H%j$NN>?F$O?7$?$J%A%'%s%8%;%C%H$NN>?F$H$J$k!%?7$?$J%A%'%s%8%;%C%H$O(B | |
564 $B;R$r;}$?$:!$=>$C$F?7$?$J(Btip$B$H$J$k!%%j%]%8%H%j$K$O(B\emph{heads}$B$H8F$P$l$k(B2 | |
565 $B$D$N%A%'%s%8%;%C%H$,$G$-$k!%$3$N;~$N9=B$$r(B | |
566 $B?^(B~\ref{fig:concepts:wdir-branch}$B$K<($9!%(B | |
567 | |
112 | 568 \begin{figure}[ht] |
569 \centering | |
294 | 570 \includegraphics{wdir-branch} |
781 | 571 % \caption{After a commit made while synced to an older changeset} |
572 \caption{$B8E$$%A%'%s%8%;%C%H$KF14|Cf$K%3%_%C%H$,9T$o$l$?>l9g(B} | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
573 \label{fig:concepts:wdir-branch} |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
574 \end{figure} |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
575 |
781 | 576 %\begin{note} |
577 % If you're new to Mercurial, you should keep in mind a common | |
578 % ``error'', which is to use the \hgcmd{pull} command without any | |
579 % options. By default, the \hgcmd{pull} command \emph{does not} | |
580 % update the working directory, so you'll bring new changesets into | |
581 % your repository, but the working directory will stay synced at the | |
582 % same changeset as before the pull. If you make some changes and | |
583 % commit afterwards, you'll thus create a new head, because your | |
584 % working directory isn't synced to whatever the current tip is. | |
585 % | |
586 % I put the word ``error'' in quotes because all that you need to do | |
587 % to rectify this situation is \hgcmd{merge}, then \hgcmd{commit}. In | |
588 % other words, this almost never has negative consequences; it just | |
589 % surprises people. I'll discuss other ways to avoid this behaviour, | |
590 % and why Mercurial behaves in this initially surprising way, later | |
591 % on. | |
592 %\end{note} | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
593 |
782 | 594 \begin{note} |
595 Mercurial$B$r;H$$;O$a$?$P$+$j$G$"$l$P!$$h$/$"$k(B``$B%(%i!<(B''$B$r3P$($F$*$/$H$h(B | |
596 $B$$!%$=$l$O(B\hgcmd{pull}$B%3%^%s%I$r%*%W%7%g%s$J$7$G<B9T$9$k$3$H$G$"$k!%%G%U%)(B | |
597 $B%k%H$G$O(B\hgcmd{pull}$B$O%o!<%-%s%0%G%#%l%/%H%j$N99?7$r(B\emph{$B9T$o$J$$(B}$B!%$=$N(B | |
598 $B$?$a!$%j%]%8%H%j$K$O?7$7$$%A%'%s%8%;%C%H$,E~Ce$7$F$$$k$N$K%o!<%-%s%0%G%#(B | |
599 $B%l%/%H%j$OA02s(Bpull$B$7$?%A%'%s%8%;%C%H$N$^$^$G$"$k!%$3$3$G$J$s$i$+$NJQ99$r(B | |
600 $B9T$C$F%3%_%C%H$7$h$&$H$9$k$H!$%o!<%-%s%0%G%#%l%/%H%j$,8=:_$N(Btip$B$KF14|$7$F(B | |
601 $B$$$J$$$?$a!$?7$?$J%X%C%I$r:n$k$3$H$K$J$C$F$7$^$&!%(B | |
602 | |
603 ``$B%(%i!<(B''$B$H$$$&8@MU$r0zMQId$G3g$C$?$N$O!$$3$N>uBV$O(B\hgcmd{merge}$B$H(B | |
604 \hgcmd{commit}$B$@$1$G2r>C$G$-$k$+$i$@!%8@$$BX$($k$H!$$3$N>uBV$O$[$H$s$I$N(B | |
605 $B>l9g32$r$J$9$b$N$G$O$J$J$/!$C1$K%f!<%6$r6C$+$9DxEY$N$b$N$G$"$k!%$3$N?6Iq(B | |
606 $B$rHr$1$kJL$NJ}K!$d!$$J$<(BMercurial$B$,$3$N$h$&$K6C$+$;$k$h$&$JJ}K!$GF0:n$9$k(B | |
607 $B$N$+$K$D$$$F$O8e$[$I5DO@$9$k!%(B | |
608 \end{note} | |
609 | |
781 | 610 %\subsection{Merging heads} |
611 \subsection{$B%X%C%I4V$N%^!<%8(B} | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
612 |
781 | 613 %When you run the \hgcmd{merge} command, Mercurial leaves the first |
614 %parent of the working directory unchanged, and sets the second parent | |
615 %to the changeset you're merging with, as shown in | |
616 %figure~\ref{fig:concepts:wdir-merge}. | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
617 |
782 | 618 \hgcmd{merge}$B%3%^%s%I$r<B9T$7$?;~!$(BMercurial$B$O%o!<%-%s%0%G%#%l%/%H%j$N:G(B |
619 $B=i$N?F$rJQ99$;$:;D$7!$(B2$BHVL\$N?F$r?^(B~\ref{fig:concepts:wdir-merge}$B$N$h$&(B | |
620 $B$K%^!<%8@h$N%A%'%s%8%;%C%H$H$9$k!%(B | |
621 | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
622 \begin{figure}[ht] |
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
623 \centering |
294 | 624 \includegraphics{wdir-merge} |
781 | 625 % \caption{Merging two heads} |
626 \caption{2$B$D$N%X%C%I$N%^!<%8(B} | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
627 \label{fig:concepts:wdir-merge} |
112 | 628 \end{figure} |
629 | |
782 | 630 %Mercurial also has to modify the working directory, to merge the files |
631 %managed in the two changesets. Simplified a little, the merging | |
632 %process goes like this, for every file in the manifests of both | |
633 %changesets. | |
634 | |
635 Mercurial$B$O(B2$B$D$N%A%'%s%8%;%C%HFb$G4IM}$5$l$F$$$k%U%!%$%k$r%^!<%8$9$k$?$a(B | |
636 $B$K%o!<%-%s%0%G%#%l%/%H%j$rJQ99$9$kI,MW$,$"$k!%>/$7C1=c2=$9$k$H!$%^!<%8%W(B | |
637 $B%m%;%9$OAPJ}$N%A%'%s%8%;%C%H$N%^%K%U%'%9%HFb$K$"$kA4$F$N%U%!%$%k$KBP$7$F(B | |
638 $B<!$N$h$&$K9T$o$l$k!%(B | |
639 | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
640 \begin{itemize} |
782 | 641 %\item If neither changeset has modified a file, do nothing with that |
642 % file. | |
643 \item $B$I$A$i$N%A%'%s%8%;%C%H$G$bJQ99$5$l$F$$$J$$%U%!%$%k$KBP$7$F$O2?$b(B | |
644 $B9T$o$J$$!%(B | |
645 %\item If one changeset has modified a file, and the other hasn't, | |
646 % create the modified copy of the file in the working directory. | |
647 \item $BJQ99$5$l$?%U%!%$%k$,JRJ}$N%A%'%s%8%;%C%H$K4^$^$l!$$b$&0lJ}$K$O4^(B | |
648 $B$^$l$J$$>l9g!$%o!<%-%s%0%G%#%l%/%H%j$KJQ99$5$l$?%3%T!<$,:n@.$5$l(B | |
649 $B$k!%(B | |
650 %\item If one changeset has removed a file, and the other hasn't (or | |
651 % has also deleted it), delete the file from the working directory. | |
652 \item $B0lJ}$N%A%'%s%8%;%C%H$G:o=|$5$l$?%U%!%$%k$,$"$j!$$b$&0lJ}$,$=$N%U%!(B | |
653 $B%$%k$r4^$^$J$$$+!$F1MM$K:o=|$5$l$F$$$k>l9g$O%o!<%-%s%0%G%#%l%/%H(B | |
654 $B%j$+$i$=$N%U%!%$%k$r:o=|$9$k!%(B | |
655 %\item If one changeset has removed a file, but the other has modified | |
656 % the file, ask the user what to do: keep the modified file, or remove | |
657 % it? | |
658 \item $B0lJ}$N%A%'%s%8%;%C%H$G%U%!%$%k$,:o=|$5$l$F$*$j!$$b$&0lJ}$G$O$=$N(B | |
659 $B%U%!%$%k$,JQ99$5$l$F$$$k>l9g$O!$JQ99$5$l$?%U%!%$%k$r0];}$9$k$+%U%!(B | |
660 $B%$%k$r>C5n$9$k$+$+%f!<%6$K?R$M$k!%(B | |
661 %\item If both changesets have modified a file, invoke an external | |
662 % merge program to choose the new contents for the merged file. This | |
663 % may require input from the user. | |
664 \item $BN>J}$N%A%'%s%8%;%C%H$G%U%!%$%k$,JQ99$5$l$F$$$k>l9g!$%^!<%88e$N%U%!(B | |
665 $B%$%k$NFbMF$rA*Br$9$k$?$a$K30It$N%^!<%8%W%m%0%i%`$r5/F0$9$k!%$3$l(B | |
666 $B$r9T$&$?$a$K$O%f!<%6$NF~NO$,I,MW$G$"$k!%(B | |
667 %\item If one changeset has modified a file, and the other has renamed | |
668 % or copied the file, make sure that the changes follow the new name | |
669 % of the file. | |
670 \item $B0lJ}$N%A%'%s%8%;%C%H$G%U%!%$%k$,JQ99$5$l$F$*$j!$$b$&0lJ}$G$O%U%!(B | |
671 $B%$%k$,%j%M!<%`$^$?$O%3%T!<$5$l$F$$$k>l9g!$JQ99$O?7$7$$L>A0$N%U%!(B | |
672 $B%$%k$K<h$j9~$^$l$k!%(B | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
673 \end{itemize} |
782 | 674 |
675 %There are more details---merging has plenty of corner cases---but | |
676 %these are the most common choices that are involved in a merge. As | |
677 %you can see, most cases are completely automatic, and indeed most | |
678 %merges finish automatically, without requiring your input to resolve | |
679 %any conflicts. | |
680 | |
681 $B>\$7$/=R$Y$l$P%^!<%8$K$O$$$m$$$m$JFC<lNc$,$"$k!%$7$+$7$3$3$G$O:G$bIaDL$N(B | |
682 $BA*Br$K$D$$$F@bL@$9$k!%$3$l$^$G8+$F$-$?$h$&$K!$BgH>$N%1!<%9$O40A4$K<+F0$G(B | |
683 $B$"$j!$<B:]$KBgH>$N%^!<%8$O>WFM$r2r7h$9$k$?$a$KF~NO$r5a$a$k$3$H$J$/<+F0E*(B | |
684 $B$K40N;$9$k!%(B | |
685 | |
686 %When you're thinking about what happens when you commit after a merge, | |
687 %once again the working directory is ``the changeset I'm about to | |
688 %commit''. After the \hgcmd{merge} command completes, the working | |
689 %directory has two parents; these will become the parents of the new | |
690 %changeset. | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
691 |
782 | 692 $B%^!<%88e$K%3%_%C%H$r9T$&$H$-2?$,5/$3$k$+$r9M$($k>l9g$O$d$O$j%o!<%-%s%0%G%#(B |
693 $B%l%/%H%j$r(B``$B$3$l$+$i%3%_%C%H$7$h$&$H$9$k%A%'%s%8%;%C%H(B''$B$H9M$($k$H$h$$!%(B | |
694 \hgcmd{merge}$B%3%^%s%I$,40N;$7$?8e!$%o!<%-%s%0%G%#%l%/%H%j$O(B2$B$D$N?F$r;}(B | |
695 $B$A!$$3$l$i$O?7$?$J%A%'%s%8%;%C%H$NN>?F$H$J$k!%(B | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
696 |
782 | 697 %Mercurial lets you perform multiple merges, but you must commit the |
698 %results of each individual merge as you go. This is necessary because | |
699 %Mercurial only tracks two parents for both revisions and the working | |
700 %directory. While it would be technically possible to merge multiple | |
701 %changesets at once, the prospect of user confusion and making a | |
702 %terrible mess of a merge immediately becomes overwhelming. | |
703 | |
704 Mercurial$B$OJ#?t2s$N%^!<%8$rB%$9!%$3$3$G$=$l$>$l$N%^!<%8$N7k2L$r<+J,<+?H$G(B | |
705 $B%3%_%C%H$7$J$1$l$P$J$i$J$$!%$3$l$O(BMercurial$B$,%j%S%8%g%s$H%o!<%-%s%0%G%#%l(B | |
706 $B%/%H%j$NAPJ}$K$D$$$F(B2$B$D$N?F$N$_$rDI@W$9$k$3$H$K$h$k!%J#?t$N%A%'%s%8%;%C%H(B | |
707 $B$r0lEY$K%^!<%8$9$k$3$H$O5;=QE*$K$O2DG=$@$,!$%^!<%8$K$h$k:.Mp$r0z$-5/$3(B | |
708 $B$7!$<}=&$,$D$+$J$/$J$k8+9~$_$,Bg$-$$!%(B | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
709 |
781 | 710 %\section{Other interesting design features} |
711 \section{$B@_7W$NB>$N6=L#?<$$E@(B} | |
110 | 712 |
782 | 713 %In the sections above, I've tried to highlight some of the most |
714 %important aspects of Mercurial's design, to illustrate that it pays | |
715 %careful attention to reliability and performance. However, the | |
716 %attention to detail doesn't stop there. There are a number of other | |
717 %aspects of Mercurial's construction that I personally find | |
718 %interesting. I'll detail a few of them here, separate from the ``big | |
719 %ticket'' items above, so that if you're interested, you can gain a | |
720 %better idea of the amount of thinking that goes into a well-designed | |
721 %system. | |
722 | |
723 $BA0@a$G(BMercurial$B$N@_7W$N:G$b=EMW$JLL$K$D$$$F<h$j>e$2!$?.Mj@-$H@-G=$K:Y?4$N(B | |
724 $BCm0U$rJ'$C$F$$$k$3$H$r6/D4$7$?!%$7$+$7:YIt$X$NCm0U$O$=$l$@$1$KN1$^$i$J$$!%(B | |
725 Mercurial$B$N9=B$$K$O!$8D?ME*$K6=L#?<$/46$8$?E@$,B?!9$"$k!%9*L/$K@_7W$5$l$?(B | |
726 $B%7%9%F%`$NGX8e$K$"$k%"%$%G%#%"$K$D$$$FFI<T$,6=L#$r;}$D$J$i$P!$$h$j?<$$M}(B | |
727 $B2r$,=PMh$k$h$&!$A0=R$7$?Bg$-$J3g$j$H$OJL$K$=$N(B2,3$B$K$D$$$F<h$j>e$2$F$_$h$&(B | |
728 $B$H;W$&!%(B | |
110 | 729 |
781 | 730 %\subsection{Clever compression} |
731 \subsection{$B8-$$05=L(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
732 |
782 | 733 %When appropriate, Mercurial will store both snapshots and deltas in |
734 %compressed form. It does this by always \emph{trying to} compress a | |
735 %snapshot or delta, but only storing the compressed version if it's | |
736 %smaller than the uncompressed version. | |
737 | |
738 $BE,@Z$J>l9g!$(BMercurial$B$O%9%J%C%W%7%g%C%H$H:9J,$r05=L$5$l$?7A<0$GJ]B8$9$k!%(B | |
739 Mercurial$B$O>o$K%9%J%C%W%7%g%C%H$d:9J,$N05=L$r(B\emph{$B;n$_$k(B}$B$,!$$=$l$rJ]B8(B | |
740 $B$9$k$N$O05=L$5$l$?%P!<%8%g%s$,85$N%P!<%8%g%s$h$j$b>.$5$$;~$N$_$G$"$k!%(B | |
741 | |
742 %This means that Mercurial does ``the right thing'' when storing a file | |
743 %whose native form is compressed, such as a \texttt{zip} archive or a | |
744 %JPEG image. When these types of files are compressed a second time, | |
745 %the resulting file is usually bigger than the once-compressed form, | |
746 %and so Mercurial will store the plain \texttt{zip} or JPEG. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
747 |
782 | 748 $B$D$^$j!$(BMercurial$B$O(B\texttt{zip}$B%"!<%+%$%V$d(BJPEG$B2hA|$J$I$N$h$&$K85!905=L$5(B |
749 $B$l$F$$$k%U%!%$%k$NJ]B8$r(B``$B@5$7$$$d$jJ}(B''$B$G9T$&!%$3$l$i$N%U%!%$%k$G$O!$:9(B | |
750 $BJ,<h$C$F05=L$r9T$C$F$b7k2L$H$7$FF@$i$l$k%U%!%$%k$ODL>o!$85$N%U%!%$%k$h$j(B | |
751 $B$bBg$-$/$J$k!%$=$3$G(BMercurial$B$O(B\texttt{zip}$B$d(BJPEG$B$r$=$N$^$^J]B8$9$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
752 |
782 | 753 %Deltas between revisions of a compressed file are usually larger than |
754 %snapshots of the file, and Mercurial again does ``the right thing'' in | |
755 %these cases. It finds that such a delta exceeds the threshold at | |
756 %which it should store a complete snapshot of the file, so it stores | |
757 %the snapshot, again saving space compared to a naive delta-only | |
758 %approach. | |
759 | |
760 $BDL>o!$05=L$5$l$?%U%!%$%k$N%j%S%8%g%s4V$N:9J,$O%U%!%$%k$N%9%J%C%W%7%g%C%H(B | |
761 $B$h$jBg$-$$!%$3$3$G$b(BMercurial$B$O(B``$B@5$7$$$d$jJ}(B''$B$rMQ$$$F$$$k!%$3$N$h$&$J(B | |
762 $B>u67$G!$:9J,$N%5%$%:$,%U%!%$%k$N40A4$J%9%J%C%W%7%g%C%H$H$7$FJ]B8$7$?J}$,(B | |
763 $BM-Mx$H$J$kogCM$r1[$($k$H!$:9J,$G$O$J$/%9%J%C%W%7%g%C%H$rJ]B8$9$k!%$3$N$h(B | |
764 $B$&$K$7$FC1=c$K:9J,$N$_$r5-O?$9$k%"%W%m!<%A$h$j$b5-21NN0h$r@aLs$7$F$$$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
765 |
781 | 766 %\subsubsection{Network recompression} |
767 \subsubsection{$B%M%C%H%o!<%/:F05=L(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
768 |
781 | 769 %When storing revisions on disk, Mercurial uses the ``deflate'' |
770 %compression algorithm (the same one used by the popular \texttt{zip} | |
771 %archive format), which balances good speed with a respectable | |
772 %compression ratio. However, when transmitting revision data over a | |
773 %network connection, Mercurial uncompresses the compressed revision | |
774 %data. | |
775 | |
782 | 776 $B%G%#%9%/$K%j%S%8%g%s$rJ]B8$9$k:]!$(BMercurial$B$O(B``deflate''$B05=L%"%k%4%j%:%`(B |
777 $B$rMQ$$$k!%!J$3$l$O?M5$$N9b$$(B\texttt{zip}$B%"!<%+%$%V%U%)!<%^%C%H$HF1$8%"%k(B | |
778 $B%4%j%:%`$G$"$k!%!K$3$N%"%k%4%j%:%`$O9b$$05=LN($H9bB.@-$r%P%i%s%9$5$;$F$$(B | |
779 $B$k!%$7$+$7%j%S%8%g%s%G!<%?$r%M%C%H%o!<%/$GEAAw$9$k:]$K$O(BMercurial$B$O05=L$5(B | |
780 $B$l$F$$$k%j%S%8%g%s%G!<%?$r?-D9$9$k!%(B | |
781 | |
781 | 782 %If the connection is over HTTP, Mercurial recompresses the entire |
783 %stream of data using a compression algorithm that gives a better | |
784 %compression ratio (the Burrows-Wheeler algorithm from the widely used | |
785 %\texttt{bzip2} compression package). This combination of algorithm | |
786 %and compression of the entire stream (instead of a revision at a time) | |
787 %substantially reduces the number of bytes to be transferred, yielding | |
788 %better network performance over almost all kinds of network. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
789 |
782 | 790 HTTP$B$K$h$k@\B3$N>l9g!$(BMercurial$B$O%G!<%?%9%H%j!<%`A4BN$r$h$j05=LN($N9b$$%"(B |
791 $B%k%4%j%:%`!J9-$/MQ$$$i$l$F$$$k05=L%Q%C%1!<%8$G$"$k(B\texttt{bzip2}$B$G;H$o$l(B | |
792 $B$F$$$k(BBurrows-Wheeler$B%"%k%4%j%:%`!K$G:F05=L$9$k!%$3$N%"%k%4%j%:%`$H!$!J%j(B | |
793 $B%S%8%g%sKh$G$J$/!K%9%H%j!<%`A4BN$r05=L$9$k$3$H$K$h$j!$Aw?.$5$l$k%P%$%H?t(B | |
794 $B$OBg$-$/Dc8:$5$l!$$"$i$f$k%M%C%H%o!<%/$G$h$$@-G=$r$($k$3$H$,$G$-$k!%(B | |
795 | |
781 | 796 %(If the connection is over \command{ssh}, Mercurial \emph{doesn't} |
797 %recompress the stream, because \command{ssh} can already do this | |
798 %itself.) | |
799 | |
782 | 800 $B!J(B\command{ssh}$B$K$h$k@\B3$N>l9g!$(BMercurial$B$O%9%H%j!<%`$N:F05=L$O9T$o$J(B |
801 $B$$!%(B\command{ssh}$B%3%^%s%I<+BN$,05=L$r9T$&$?$a$G$"$k!%!K(B | |
802 | |
781 | 803 %\subsection{Read/write ordering and atomicity} |
804 \subsection{$BFI$_=q$-$N=g=x$H%"%H%_%C%/@-(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
805 |
781 | 806 %Appending to files isn't the whole story when it comes to guaranteeing |
807 %that a reader won't see a partial write. If you recall | |
808 %figure~\ref{fig:concepts:metadata}, revisions in the changelog point to | |
809 %revisions in the manifest, and revisions in the manifest point to | |
810 %revisions in filelogs. This hierarchy is deliberate. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
811 |
782 | 812 $B%U%!%$%k$X$NDI5-$OFI$_<j$,ItJ,%U%!%$%k$rFI$^$J$$$3$H$NJ]>Z$H$7$F$O==J,$G(B |
813 $B$O$J$$!%(B $B?^(B~\ref{fig:concepts:metadata}$B$r;W$$5/$3$9$H!$%A%'%s%8%m%0Fb$N%j(B | |
814 $B%S%8%g%s$O%^%K%U%'%9%HFb$N%j%S%8%g%s$r;X$7<($7$F$*$j!$%^%K%U%'%9%HFb$N%j(B | |
815 $B%S%8%g%s$O%U%!%$%k%m%0Fb$N%j%S%8%g%s$r;X$7<($7$F$$$?!%$3$N3,AX9=B$$O=EMW(B | |
816 $B$J0UL#$r;}$C$F$$$k!%(B | |
817 | |
781 | 818 %A writer starts a transaction by writing filelog and manifest data, |
819 %and doesn't write any changelog data until those are finished. A | |
820 %reader starts by reading changelog data, then manifest data, followed | |
821 %by filelog data. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
822 |
782 | 823 $B=q$-<j$O%U%!%$%k%m%0$H%^%K%U%'%9%H$r=q$-9~$`$3$H$G%H%i%s%6%/%7%g%s$r(B |
824 $B3+;O$9$k$,!$$3$l$i$,40N;$9$k$^$G%A%'%s%8%m%0%G!<%?$N=q$-9~$_$O9T$o$J$$!%(B | |
825 $B0lJ}!$FI$_<j$O%A%'%s%8%m%0%G!<%?!$%^%K%U%'%9%H%G!<%?!$%U%!%$%k%m%0%G!<%?(B | |
826 $B$N=g$KFI$_=P$7$r9T$&!%(B | |
827 | |
781 | 828 %Since the writer has always finished writing filelog and manifest data |
829 %before it writes to the changelog, a reader will never read a pointer | |
830 %to a partially written manifest revision from the changelog, and it will | |
831 %never read a pointer to a partially written filelog revision from the | |
832 %manifest. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
833 |
782 | 834 $B=q$-<j$O>o$K%U%!%$%k%m%0$H%^%K%U%'%9%H%G!<%?$r%A%'%s%8%m%0$NA0$K=q$-9~$_(B |
835 $B=*N;$7$F$$$k$?$a!$FI$_<j$OItJ,E*$K=q$+$l$?%^%K%U%'%9%H%j%S%8%g%s$X$N%]%$(B | |
836 $B%s%?$r$r%A%'%s%8%m%0$+$iFI$_=P$9$3$H$O$J$$!%$^$?ItJ,E*$K=q$+$l$?%U%!%$%k(B | |
837 $B%m%0%j%S%8%g%s$X$N%]%$%s%?$r%^%K%U%'%9%H$+$iFI$_=P$9$3$H$b$J$$!%(B | |
838 | |
781 | 839 %\subsection{Concurrent access} |
840 \subsection{$BF1;~%"%/%;%9(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
841 |
781 | 842 %The read/write ordering and atomicity guarantees mean that Mercurial |
843 %never needs to \emph{lock} a repository when it's reading data, even | |
844 %if the repository is being written to while the read is occurring. | |
845 %This has a big effect on scalability; you can have an arbitrary number | |
846 %of Mercurial processes safely reading data from a repository safely | |
847 %all at once, no matter whether it's being written to or not. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
848 |
782 | 849 $BFI$_=q$-$N=g=x$H%"%H%_%C%/@-$NJ]>Z$K$h$j!$(BMercurial$B$G$O%G!<%?$NFI$_=P$7;~(B |
850 $B$K%j%]%8%H%j$N(B\emph{$B%m%C%/(B}$B$,ITMW$K$J$C$F$$$k!%FI$_=P$7Cf$K=q$-9~$_$,H/@8(B | |
851 $B$7$?$H$7$F$bF1MM$G$"$k!%$3$N$3$H$O%9%1!<%i%S%j%F%#$KBg$-$J8z2L$r$b$?$i(B | |
852 $B$9!%B??t$N(BMercurial$B%W%m%;%9$,$"$C$F$b!$%j%]%8%H%j$X$N=q$-9~$_$NM-L5$K4X$o(B | |
853 $B$i$:!$%j%]%8%H%j$+$i0lEY$K0BA4$K%G!<%?$rFI$_=P$9$3$H$,$G$-$k!%(B | |
854 | |
781 | 855 %The lockless nature of reading means that if you're sharing a |
856 %repository on a multi-user system, you don't need to grant other local | |
782 | 857 %users permission to \emph{write} to your repositoryin order for them |
781 | 858 %to be able to clone it or pull changes from it; they only need |
859 %\emph{read} permission. (This is \emph{not} a common feature among | |
860 %revision control systems, so don't take it for granted! Most require | |
861 %readers to be able to lock a repository to access it safely, and this | |
862 %requires write permission on at least one directory, which of course | |
863 %makes for all kinds of nasty and annoying security and administrative | |
864 %problems.) | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
865 |
782 | 866 Mercurial$B$G$O!$%m%C%/L5$7$GFI$_=P$7$r9T$&$?$a!$%^%k%A%f!<%6%7%9%F%`>e$G%j(B |
867 $B%]%8%H%j$r6&M-$7$F$$$k>l9g$G$b(Bclone$B$d(Bpull$B$r9T$*$&$H$9$kB>$N%m!<%+%k%f!<%6(B | |
868 $B$K%j%]%8%H%j$X$N(B\emph{$B=q$-9~$_(B}$B5v2D$rM?$($kI,MW$O$J$$!%H`$i$K$O(B\emph{$BFI$_(B | |
869 $B=P$7(B}$B5v2D$,$"$l$P$h$$!%!JB>$N%j%S%8%g%s%3%s%H%m!<%k%7%9%F%`$G$O$3$&$O$$$+(B | |
870 $B$:!$BgH>$N%7%9%F%`$G$OFI$_<j$,0BA4$K%j%]%8%H%j$K%"%/%;%9$9$k$?$a$K%m%C%/(B | |
871 $B$r<hF@$9$k$3$H$rI,MW$H$9$k!%$3$l$O$9$J$o$AFI$_<j$,>/$J$/$H$b(B1$B$D$N%G%#%l%/(B | |
872 $B%H%j$KBP$7$F=q$-9~$_5v2D$r;}$C$F$$$J$1$l$P$J$i$J$$$3$H$r0UL#$9$k!%$3$N$?(B | |
873 $B$a$K%;%-%e%j%F%#$d4IM}>e$NLq2p$JLdBj$,H/@8$7F@$k!%!K(B | |
874 | |
781 | 875 %Mercurial uses locks to ensure that only one process can write to a |
876 %repository at a time (the locking mechanism is safe even over | |
877 %filesystems that are notoriously hostile to locking, such as NFS). If | |
878 %a repository is locked, a writer will wait for a while to retry if the | |
879 %repository becomes unlocked, but if the repository remains locked for | |
880 %too long, the process attempting to write will time out after a while. | |
881 %This means that your daily automated scripts won't get stuck forever | |
882 %and pile up if a system crashes unnoticed, for example. (Yes, the | |
883 %timeout is configurable, from zero to infinity.) | |
884 | |
782 | 885 Mercurial$B$O0lEY$K(B1$B%W%m%;%9$@$1$,%j%]%8%H%j$K=q$-9~$`$3$H$rJ]>Z$9$k$?$a$K(B |
886 $B%m%C%/$r;H$C$F$$$k!%!J(BMercurial$B$NMQ$$$k%m%C%/%a%+%K%:%`$O(BNFS$B$N$h$&$K%m%C(B | |
887 $B%/$HAj@-$N0-$$$3$H$GM-L>$J%U%!%$%k%7%9%F%`>e$G$b0BA4$G$"$k!%!K%j%]%8%H%j(B | |
888 $B$,%m%C%/$5$l$k$H!$=q$-9~$_%W%m%;%9$O%j%]%8%H%j$,%"%s%m%C%/$5$l$k$^$G$7$P(B | |
889 $B$i$/BT$D!%$7$+$7%j%]%8%H%j$,D9;~4V$K$o$?$C$F%m%C%/$5$lB3$1$k>l9g$O!$=q$-(B | |
890 $B9~$_$7$h$&$H$9$k%W%m%;%9$O%?%$%`%"%&%H$9$k!%$3$l$O!$Nc$($P!$F|>oMQ$$$k<+(B | |
891 $BF0%9%/%j%W%H$O1J1s$K%9%?%C%/$9$k$o$1$G$O$J$$$3$H$r0UL#$9$k!%!J$b$A$m$s%?(B | |
892 $B%$%`%"%&%H$^$G$N;~4V$O%<%m$+$iL58B$N4V$G@_Dj$+$N$&$G$"$k!K(B | |
893 | |
781 | 894 %\subsubsection{Safe dirstate access} |
895 \subsubsection{$B0BA4$J(Bdirstate$B%"%/%;%9(B} | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
896 |
781 | 897 %As with revision data, Mercurial doesn't take a lock to read the |
898 %dirstate file; it does acquire a lock to write it. To avoid the | |
899 %possibility of reading a partially written copy of the dirstate file, | |
900 %Mercurial writes to a file with a unique name in the same directory as | |
901 %the dirstate file, then renames the temporary file atomically to | |
902 %\filename{dirstate}. The file named \filename{dirstate} is thus | |
903 %guaranteed to be complete, not partially written. | |
110 | 904 |
782 | 905 $B%j%S%8%g%s%G!<%?$N;~$HF1MM$K!$(BMercurial$B$O(Bdirstate$B%U%!%$%k$rFI$_=P$9:]$K$O(B |
906 $B%m%C%/$r9T$o$J$$!%%m%C%/$r9T$&$N$O=q$-9~$_$N;~$N$_$G$"$k!%0lIt$N$_$,=q$-(B | |
907 $B9~$^$l$?(Bdirstate$B%U%!%$%k$rFI$_9~$^$J$$$h$&$K$9$k$?$a!$(B Mercurial$B$OF1$8%G%#(B | |
908 $B%l%/%H%jFb$K%f%K!<%/$JL>A0$G(Bdirstate$B%U%!%$%k$r=q$-!$$3$N0l;~%U%!%$%k$r%"(B | |
909 $B%H%_%C%/$K(B\filename{dirstate}$B$K%j%M!<%`$9$k!%$3$l$K$h(B | |
910 $B$j!$(B\filename{dirstate}$B%U%!%$%k$O>o$K40A4$G$"$k$3$H$,J]>Z$5$l$k!%(B | |
911 | |
781 | 912 %\subsection{Avoiding seeks} |
913 \subsection{$B%7!<%/$N2sHr(B} | |
914 | |
915 %Critical to Mercurial's performance is the avoidance of seeks of the | |
916 %disk head, since any seek is far more expensive than even a | |
917 %comparatively large read operation. | |
110 | 918 |
781 | 919 Mercurial$B$N@-G=$K$O!$%G%#%9%/%X%C%I$N%7!<%/$rHr$1$k$3$H$,IT2D7g$G$"$k!%(B |
920 $B%7!<%/$OBg5,LO$JFI$_=P$7A`:n$HHf3S$7$F$bHs>o$K9b$/$D$/!%(B | |
921 | |
922 %This is why, for example, the dirstate is stored in a single file. If | |
923 %there were a dirstate file per directory that Mercurial tracked, the | |
924 %disk would seek once per directory. Instead, Mercurial reads the | |
925 %entire single dirstate file in one step. | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
926 |
781 | 927 $B$=$NM}M3$O!$Nc$($P!$(Bdirstate$B$O(B1$B$D$N%U%!%$%k$KJ]B8$5$l$F$$$k$?$a$G!$(B |
928 Mercurial$B$,DI@W$7$F$$$k(Bdirstate$B%U%!%$%k$,%G%#%l%/%H%jKh$K$"$k(B | |
929 $B$H!$(BMercurial$B$O%G%#%l%/%H%jKh$K%7!<%/$r9T$&$3$H$K$J$k!%<B:]$K$O(BMercurial | |
930 $B$OA4BN$G0l$D$N(Bdirstate$B%U%!%$%k$r%o%s%9%F%C%W$GFI$`!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
931 |
781 | 932 %Mercurial also uses a ``copy on write'' scheme when cloning a |
933 %repository on local storage. Instead of copying every revlog file | |
934 %from the old repository into the new repository, it makes a ``hard | |
935 %link'', which is a shorthand way to say ``these two names point to the | |
936 %same file''. When Mercurial is about to write to one of a revlog's | |
937 %files, it checks to see if the number of names pointing at the file is | |
938 %greater than one. If it is, more than one repository is using the | |
939 %file, so Mercurial makes a new copy of the file that is private to | |
940 %this repository. | |
111 | 941 |
781 | 942 Mercurial$B$O%j%]%8%H%j$r%m!<%+%k%9%H%l!<%8$K%/%m!<%s$9$k:]$K(B``$B%3%T!<%*%s%i(B |
782 | 943 $B%$%H(B''$B<jK!$r;H$C$F$$$k!%85$N%j%]%8%H%j$+$i?7$7$$%j%]%8%H%j$XA4$F$N(Brevlog |
944 $B%U%!%$%k$r%3%T!<$9$k$N$G$O$J$/!$%O!<%I%j%s%/$r:n@.$9$k!%%O!<%I%j%s%/$OF1(B | |
945 $B0l$N%U%!%$%k$r;X$7<($9JLL>$r:n$k4JC1$JJ}K!$G$"$k!%(B Mercurial$B$O(Brevlog$B%U%!(B | |
946 $B%$%k$K=q$-9~$_$r9T$&:]$K%U%!%$%k$r<($9L>A0$,(B2$B$D0J>e$"$k2TF/$+$r%A%'%C%/$9(B | |
947 $B$k!%(B 2$B$D0J>e$NL>A0$,$"$k>l9g!$(B2$B$D0J>e$N%j%]%8%H%j$,%U%!%$%k$r;HMQ$7$F$*(B | |
948 $B$j!$(BMercurial$B$O%U%!%$%k$N%j%]%8%H%j$K8GM-$J?7$7$$%3%T!<$r:n@.$9$k!%(B | |
109
1b67dc96f27a
Snapshot of concepts chapter.
Bryan O'Sullivan <bos@serpentine.com>
parents:
108
diff
changeset
|
949 |
781 | 950 %A few revision control developers have pointed out that this idea of |
951 %making a complete private copy of a file is not very efficient in its | |
952 %use of storage. While this is true, storage is cheap, and this method | |
953 %gives the highest performance while deferring most book-keeping to the | |
954 %operating system. An alternative scheme would most likely reduce | |
955 %performance and increase the complexity of the software, each of which | |
956 %is much more important to the ``feel'' of day-to-day use. | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
957 |
782 | 958 $B%j%S%8%g%s%3%s%H%m!<%k%7%9%F%`$N3+H/<T$N4v?M$+$O!$%U%!%$%k$N40A4$J%W%i%$(B |
959 $B%Y!<%H%3%T!<$r:n$k$H$$$&%"%$%G%#%"$O!$%9%H%l!<%8$NMxMQNL$N4QE@$+$i$"$^$j(B | |
960 $B8zN(E*$G$J$$$H;XE&$7$F$$$k!%$3$l$O;v<B$G$"$k$,!$%9%H%l!<%8$O0B2A$G$"$j!$(B | |
961 $B$3$NJ}K!$O(BOS$B>e$G:9J,$r<h$k>l9g:G9b$N@-G=$r$b$?$i$9!%$=$NB>$N<jK!$O@-G=$r(B | |
962 $BB;$J$$!$%=%U%H%&%'%"$,J#;($K$J$k2DG=@-$,9b$$!%$3$l$i$OF|!9$N;HMQ46$h$j$b(B | |
963 $B$:$C$H=EMW$G$"$k!%(B | |
964 | |
781 | 965 %\subsection{Other contents of the dirstate} |
966 \subsection{dirstate$B$NB>$NFbMF(B} | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
967 |
781 | 968 %Because Mercurial doesn't force you to tell it when you're modifying a |
969 %file, it uses the dirstate to store some extra information so it can | |
970 %determine efficiently whether you have modified a file. For each file | |
971 %in the working directory, it stores the time that it last modified the | |
972 %file itself, and the size of the file at that time. | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
973 |
782 | 974 Mercurial$B$O!$%U%!%$%k$rJQ99$7$?>l9g$G$b!$JQ99$N?=9p$r6/@)$7$J$$$?$a!$(B |
975 dirstate$B$KDI2C$N>pJs$rJ]B8$9$k$3$H$G%U%!%$%k$rJQ99$7$?$+$I$&$+8z2LE*$KH=(B | |
976 $BJL$9$k!%%o!<%-%s%0%G%#%l%/%H%j$N$9$Y$F$N%U%!%$%k$K$D$$$F!$:G8e$K%U%!%$%k(B | |
977 $B$,JQ99$5$l$?;~9o$H!$$=$N:]$N%U%!%$%k%5%$%:$r5-O?$7$F$$$k!%(B | |
978 | |
781 | 979 %When you explicitly \hgcmd{add}, \hgcmd{remove}, \hgcmd{rename} or |
980 %\hgcmd{copy} files, Mercurial updates the dirstate so that it knows | |
981 %what to do with those files when you commit. | |
115
b74102b56df5
Wow! Lots more work detailing the working directory, merging, etc.
Bryan O'Sullivan <bos@serpentine.com>
parents:
113
diff
changeset
|
982 |
782 | 983 $BL@<(E*$K%U%!%$%k$r(B\hgcmd{add}, \hgcmd{remove}, \hgcmd{rename} $B$^$?$O(B |
984 \hgcmd{copy}$B$7$?>l9g!$(BMercurial$B$O(Bdirstate$B$r99?7$7!$%3%_%C%H$N:]$K$=$l$i(B | |
985 $B$N%U%!%$%k$r$I$&<h$j07$&$+$rH=CG$9$k!%(B | |
986 | |
781 | 987 %When Mercurial is checking the states of files in the working |
988 %directory, it first checks a file's modification time. If that has | |
989 %not changed, the file must not have been modified. If the file's size | |
990 %has changed, the file must have been modified. If the modification | |
991 %time has changed, but the size has not, only then does Mercurial need | |
992 %to read the actual contents of the file to see if they've changed. | |
993 %Storing these few extra pieces of information dramatically reduces the | |
994 %amount of data that Mercurial needs to read, which yields large | |
995 %performance improvements compared to other revision control systems. | |
996 | |
782 | 997 Mercurial$B$,%o!<%-%s%0%G%#%l%/%H%j$N%U%!%$%k$N>uBV$r%A%'%C%/$9$k:]$O!$$^$:(B |
998 $B%U%!%$%k$N99?7F|;~$rD4$Y$k!%$3$l$,JQ99$5$l$F$$$J$$>l9g$O%U%!%$%k$OJQ99$,(B | |
999 $B$J$$$H$$$&$3$H$,$o$+$k!%%U%!%$%k%5%$%:$,JQ$o$C$F$$$k>l9g$O!$%U%!%$%k$,JQ(B | |
1000 $B99$5$l$?$3$H$,$o$+$k!%99?7F|;~$,JQ$o$C$F$$$k$,!$%5%$%:$,F1$8>l9g$O(B | |
1001 Mercurial$B$O%U%!%$%k$NFbMF$rD>@\8+$F!$JQ99$5$l$F$$$k$+$I$&$+$rH=CG$9$kI,MW(B | |
1002 $B$,$"$k!%$3$l$i$N$4$/6O$+$N>pJs$rJ]B8$9$k$3$H$K$h$C$F!$(BMercurial$B$O%G!<%?$N(B | |
1003 $BFI$_<h$jNL$r7`E*$K:o8:$7!$B>$N%j%S%8%g%s%3%s%H%m!<%k%7%9%F%`$HHf3S$7$FBg(B | |
1004 $B$-$J@-G=8~>e$rC#@.$7$F$$$k!%(B | |
1005 | |
781 | 1006 %%% Local Variables: |
293
3b1291f24c0d
- replaved latex-mode to yatex-mode
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
290
diff
changeset
|
1007 %%% mode: yatex |
56
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
1008 %%% TeX-master: "00book" |
b8539d91c84d
Begining of concepts chapter
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
diff
changeset
|
1009 %%% End: |