comparison ja/mq-collab.tex @ 356:b96d7f6504e5

compile fix
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 01 Sep 2008 18:20:56 +0900
parents 4991d84ba9d6
children 8a3041e6f3cb
comparison
equal deleted inserted replaced
355:65aec2b27f64 356:b96d7f6504e5
622 $B$&%3%^%s%I$rDs6!$7$F$$$k!%F1$8(Bdiff$B$N0[$J$k%P!<%8%g%s4V$G;HMQ$9$l$P!$A08e(B 622 $B$&%3%^%s%I$rDs6!$7$F$$$k!%F1$8(Bdiff$B$N0[$J$k%P!<%8%g%s4V$G;HMQ$9$l$P!$A08e(B
623 $B$N(Bdiff$B$N4V$N(Bdiff$B$r@8@.$9$k!%(B 623 $B$N(Bdiff$B$N4V$N(Bdiff$B$r@8@.$9$k!%(B
624 624
625 %You can enable the \hgext{extdiff} extension in the usual way, by 625 %You can enable the \hgext{extdiff} extension in the usual way, by
626 %adding a line to the \rcsection{extensions} section of your \hgrc. 626 %adding a line to the \rcsection{extensions} section of your \hgrc.
627 \hgrc$B%U%!%$%k$N(B\rcsection{extensions}$B%;%/%7%g%s$K<!$N9T$rDI2C$9$kDL>o$N(B 627 \hgrc $B%U%!%$%k$N(B \rcsection{extensions} $B%;%/%7%g%s$K<!$N9T$rDI2C$9$kDL>o$N(B
628 $BJ}K!$G(B\hgext{extdiff}$B$rM-8z$K$G$-$k!%(B 628 $BJ}K!$G(B\hgext{extdiff}$B$rM-8z$K$G$-$k!%(B
629 \begin{codesample2} 629 \begin{codesample2}
630 [extensions] 630 [extensions]
631 extdiff = 631 extdiff =
632 \end{codesample2} 632 \end{codesample2}
656 hg extdiff -p hg-interdiff -r A:B my-change.patch 656 hg extdiff -p hg-interdiff -r A:B my-change.patch
657 \end{codesample2} 657 \end{codesample2}
658 %Since you'll probably want to use this long-winded command a lot, you 658 %Since you'll probably want to use this long-winded command a lot, you
659 %can get \hgext{hgext} to make it available as a normal Mercurial 659 %can get \hgext{hgext} to make it available as a normal Mercurial
660 %command, again by editing your \hgrc. 660 %command, again by editing your \hgrc.
661 $B$3$ND9$$%3%^%s%I$OIQHK$K;H$&$3$H$K$J$k$@$m$&!%$=$3$G(B\hgrc$B$rJT=8(B 661 $B$3$ND9$$%3%^%s%I$OIQHK$K;H$&$3$H$K$J$k$@$m$&!%$=$3$G(B \hgrc $B$rJT=8(B
662 $B$7!$(B\hgext{hgext}$B$GDL>o$N(BMercurial$B%3%^%s%I$N$h$&$K;H$($k$h$&$K$9$k!%(B 662 $B$7!$(B\hgext{hgext}$B$GDL>o$N(BMercurial$B%3%^%s%I$N$h$&$K;H$($k$h$&$K$9$k!%(B
663 \begin{codesample2} 663 \begin{codesample2}
664 [extdiff] 664 [extdiff]
665 cmd.interdiff = hg-interdiff 665 cmd.interdiff = hg-interdiff
666 \end{codesample2} 666 \end{codesample2}