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