# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID 8ac8db8dc346a648ccef212ebf95726335fdc0fb # Parent 3d6d0aa55966b01b651429c65c28fa9e6f0a6297 en-us: labeled diff -r 3d6d0aa55966 -r 8ac8db8dc346 mercurial/commands.py --- a/mercurial/commands.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/commands.py Fri Aug 17 13:58:18 2012 -0700 @@ -1696,7 +1696,7 @@ """format the changelog or an index DAG as a concise textual description If you pass a revlog index, the revlog's DAG is emitted. If you list - revision numbers, they get labelled in the output as rN. + revision numbers, they get labeled in the output as rN. Otherwise, the changelog DAG of the current repo is emitted. """ diff -r 3d6d0aa55966 -r 8ac8db8dc346 mercurial/dagparser.py --- a/mercurial/dagparser.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/dagparser.py Fri Aug 17 13:58:18 2012 -0700 @@ -56,13 +56,13 @@ ... :forkhere # a label for the last of the 3 nodes from above ... +5 # 5 more nodes on one branch ... :mergethis # label again - ...