# HG changeset patch # User Nicolas Cavigneaux # Date 1232010773 -3600 # Node ID f79542a53cb2da9ba80a8fbabe49e38d15481da6 # Parent 1d277d6aa187917a667aa91fd0b11a054f73cfd5 Corrected small typo diff -r 1d277d6aa187 -r f79542a53cb2 en/undo.tex --- 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.