Mercurial > hgbook
changeset 420:f79542a53cb2
Corrected small typo
author | Nicolas Cavigneaux <nico@bounga.org> |
---|---|
date | Thu, 15 Jan 2009 10:12:53 +0100 |
parents | 1d277d6aa187 |
children | 73b094b764ec |
files | en/undo.tex |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/en/undo.tex Tue Aug 26 14:14:24 2008 -0700 +++ b/en/undo.tex Thu Jan 15 10:12:53 2009 +0100 @@ -553,7 +553,7 @@ The \hgcmd{bisect} command is aware of the ``branchy'' nature of a Mercurial project's revision history, so it has no problems dealing -with branches, merges, or multiple heads in a repoository. It can +with branches, merges, or multiple heads in a repository. It can prune entire branches of history with a single probe, which is how it operates so efficiently.