# HG changeset patch # User Wagner Bruna # Date 1358783234 7200 # Node ID 9354a8c1bdedec8e60d9b00aeba7cd2a4bd681a0 # Parent 8a811fa9a9c0785b843e032ed82ce5316a645631 debugsuccessorssets: fix typos in docstring diff -r 8a811fa9a9c0 -r 9354a8c1bded mercurial/commands.py --- a/mercurial/commands.py Sun Jan 20 17:18:00 2013 -0600 +++ b/mercurial/commands.py Mon Jan 21 13:47:14 2013 -0200 @@ -2473,13 +2473,13 @@ succeed A. It contains non-obsolete changesets only. In most cases a changeset A has a single successors set containing a single - successors (changeset A replaced by A'). + successor (changeset A replaced by A'). A changeset that is made obsolete with no successors are called "pruned". Such changesets have no successors sets at all. A changeset that has been "split" will have a successors set containing - more than one successors. + more than one successor. A changeset that has been rewritten in multiple different ways is called "divergent". Such changesets have multiple successor sets (each of which