comparison ja/branch.tex @ 803:5276f40fca1c

Propagate e6c99cbd0abd Updates to chapters 5, 6, and 7
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 09 Jul 2009 13:32:44 +0900
parents 41bb6ec2ca27
children 8a3041e6f3cb
comparison
equal deleted inserted replaced
802:de4142983445 803:5276f40fca1c
178 $B$O$d$3$l$rMxMQ$7$J$$!%$h$C$F!$4V0c$C$?%j%S%8%g%s$K%?%0$rIU$1$k$3$H$G%Z%J(B 178 $B$O$d$3$l$rMxMQ$7$J$$!%$h$C$F!$4V0c$C$?%j%S%8%g%s$K%?%0$rIU$1$k$3$H$G%Z%J(B
179 $B%k%F%#$,2]$;$i$l$k$H$$$&$3$H$O$J$$!%4V0c$$$r8+$D$1$?;~$OC1$K$d$jD>$7$F@5(B 179 $B%k%F%#$,2]$;$i$l$k$H$$$&$3$H$O$J$$!%4V0c$$$r8+$D$1$?;~$OC1$K$d$jD>$7$F@5(B
180 $B$7$$%j%S%8%g%s$K%?%0$rIU$1$l$P$h$$!%(B 180 $B$7$$%j%S%8%g%s$K%?%0$rIU$1$l$P$h$$!%(B
181 181
182 %Mercurial stores tags in a normal revision-controlled file in your 182 %Mercurial stores tags in a normal revision-controlled file in your
183 %repository.If you've created any tags, you'll find them in a file 183 %repository. If you've created any tags, you'll find them in a file in
184 %named \sfilename{.hgtags}.When you run the \hgcmd{tag} command, 184 %the root of your repository named \sfilename{.hgtags}.When you run the
185 %Mercurial modifies this file, then automatically commits the change to 185 %\hgcmd{tag} command, Mercurial modifies this file, then automatically
186 %it.This means that every time you run \hgcmd{tag}, you'll see a 186 %commits the change to it.This means that every time you run \hgcmd{tag},
187 %corresponding changeset in the output of \hgcmd{log}. 187 %you'll see a corresponding changeset in the output of \hgcmd{log}.
188 %\interaction{tag.tip} 188 %\interaction{tag.tip}
189 189
190 Mercurial$B$O%?%0$r%j%]%8%H%j$NCf$NDL>o$N%j%S%8%g%s4IM}%U%!%$%k$KJ]B8$9$k!%(B 190 Mercurial$B$O%?%0$r%j%]%8%H%j$NCf$NDL>o$N%j%S%8%g%s4IM}%U%!%$%k$KJ]B8$9$k!%(B
191 $B%?%0$r:n@.$7$?;~!$(B\sfilename{.hgtags}$B$H$$$&%U%!%$%k$K%?%0$,J]B8$5$l$F$$(B 191 $B%?%0$r:n@.$7$?;~!$%j%]%8%H%j$N%k!<%H$K$"$k(B\sfilename{.hgtags}$B$H$$$&%U%!%$(B
192 $B$k$N$,J,$+$k$@$m$&!%(B\hgcmd{tag}$B%3%^%s%I$r<B9T$9$k$H(BMercurial$B$O$3$N%U%!%$(B 192 $B%k$K%?%0$,J]B8$5$l$F$$$k$N$,J,$+$k$@$m$&!%(B\hgcmd{tag}$B%3%^%s%I$r<B9T$9$k$H(B
193 $B%k$rJQ99$7!$JQ99$r$3$N%U%!%$%k$K%3%_%C%H$9$k!%$D$^$j(B\hgcmd{tag}$B$r<B9T$9(B 193 Mercurial$B$O$3$N%U%!%$%k$rJQ99$7!$JQ99$r$3$N%U%!%$%k$K%3%_%C%H$9$k!%$D$^$j(B
194 $B$k$H$$$D$b(B\hgcmd{log}$B$N=PNO$NCf$KBP1~$9$k%A%'%s%8%;%C%H$r8+$k$3$H$K$J$k!%(B 194 \hgcmd{tag}$B$r<B9T$9$k$H$$$D$b(B\hgcmd{log}$B$N=PNO$NCf$KBP1~$9$k%A%'%s%8%;%C(B
195 \interaction{tag.tip} 195 $B%H$r8+$k$3$H$K$J$k!%(B \interaction{tag.tip}
196 196
197 %\subsection{Handling tag conflicts during a merge} 197 %\subsection{Handling tag conflicts during a merge}
198 \subsection{$B%^!<%8$N:]$K%?%0$N%3%s%U%j%/%H$r2r7h$9$k(B} 198 \subsection{$B%^!<%8$N:]$K%?%0$N%3%s%U%j%/%H$r2r7h$9$k(B}
199 199
200 %You won't often need to care about the \sfilename{.hgtags} file, but 200 %You won't often need to care about the \sfilename{.hgtags} file, but