##// END OF EJS Templates
children: wrapped docstrings at 78 characters
Martin Geisler -
r9055:8da4e1d5 default
parent child Browse files
Show More
@@ -18,11 +18,11 b' from mercurial.i18n import _'
18 def children(ui, repo, file_=None, **opts):
18 def children(ui, repo, file_=None, **opts):
19 """show the children of the given or working directory revision
19 """show the children of the given or working directory revision
20
20
21 Print the children of the working directory's revisions. If a
21 Print the children of the working directory's revisions. If a revision is
22 revision is given via -r/--rev, the children of that revision will
22 given via -r/--rev, the children of that revision will be printed. If a
23 be printed. If a file argument is given, revision in which the
23 file argument is given, revision in which the file was last changed (after
24 file was last changed (after the working directory revision or the
24 the working directory revision or the argument to --rev if given) is
25 argument to --rev if given) is printed.
25 printed.
26 """
26 """
27 rev = opts.get('rev')
27 rev = opts.get('rev')
28 if file_:
28 if file_:
General Comments 0
You need to be logged in to leave comments. Login now