Mercurial > hg-stable
comparison hgext/children.py @ 16743:38caf405d010
hgext: mark all first-party extensions as such
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 15 May 2012 14:37:49 -0500 |
parents | 052047753f7d |
children | 434e5bd615fc |
comparison
equal
deleted
inserted
replaced
16742:973671fc0804 | 16743:38caf405d010 |
---|---|
16 | 16 |
17 from mercurial import cmdutil | 17 from mercurial import cmdutil |
18 from mercurial.commands import templateopts | 18 from mercurial.commands import templateopts |
19 from mercurial.i18n import _ | 19 from mercurial.i18n import _ |
20 | 20 |
21 testedwith = 'internal' | |
21 | 22 |
22 def children(ui, repo, file_=None, **opts): | 23 def children(ui, repo, file_=None, **opts): |
23 """show the children of the given or working directory revision | 24 """show the children of the given or working directory revision |
24 | 25 |
25 Print the children of the working directory's revisions. If a | 26 Print the children of the working directory's revisions. If a |