hgbook
diff en/mq.tex @ 282:7a6bd93174bd
Update bisect docs
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Dec 31 20:06:58 2007 -0800 (2007-12-31) |
parents | 7301e64c362e |
children | 4ed483f08e33 |
line diff
1.1 --- a/en/mq.tex Wed May 30 22:18:04 2007 -0700 1.2 +++ b/en/mq.tex Mon Dec 31 20:06:58 2007 -0800 1.3 @@ -146,7 +146,7 @@ 1.4 interplay with the code they're based on---\emph{enormously} easier. 1.5 Since every applied patch has an associated changeset, you can use 1.6 \hgcmdargs{log}{\emph{filename}} to see which changesets and patches 1.7 -affected a file. You can use the \hgext{bisect} extension to 1.8 +affected a file. You can use the \hgext{bisect} command to 1.9 binary-search through all changesets and applied patches to see where 1.10 a bug got introduced or fixed. You can use the \hgcmd{annotate} 1.11 command to see which changeset or patch modified a particular line of