comparison mercurial/commands.py @ 17537:31f32a96e1e3

Merge spelling fixes
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 11 Sep 2012 08:36:09 -0700
parents e95ec38f86b0 593c5ca70a63
children 28c43957f8b4
comparison
equal deleted inserted replaced
17475:63e45aee46d4 17537:31f32a96e1e3
1694 _('[OPTION]... [FILE [REV]...]')) 1694 _('[OPTION]... [FILE [REV]...]'))
1695 def debugdag(ui, repo, file_=None, *revs, **opts): 1695 def debugdag(ui, repo, file_=None, *revs, **opts):
1696 """format the changelog or an index DAG as a concise textual description 1696 """format the changelog or an index DAG as a concise textual description
1697 1697
1698 If you pass a revlog index, the revlog's DAG is emitted. If you list 1698 If you pass a revlog index, the revlog's DAG is emitted. If you list
1699 revision numbers, they get labelled in the output as rN. 1699 revision numbers, they get labeled in the output as rN.
1700 1700
1701 Otherwise, the changelog DAG of the current repo is emitted. 1701 Otherwise, the changelog DAG of the current repo is emitted.
1702 """ 1702 """
1703 spaces = opts.get('spaces') 1703 spaces = opts.get('spaces')
1704 dots = opts.get('dots') 1704 dots = opts.get('dots')