Mercurial > hg
changeset 9253:d6d811d90976
children: wrap docstrings at 70 characters
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Jul 2009 01:40:37 +0200 |
parents | b03aa86f4c10 |
children | db13255617b3 |
files | hgext/children.py |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/children.py Sun Jul 26 01:39:47 2009 +0200 +++ b/hgext/children.py Sun Jul 26 01:40:37 2009 +0200 @@ -18,11 +18,11 @@ def children(ui, repo, file_=None, **opts): """show the children of the given or working directory revision - Print the children of the working directory's revisions. If a revision is - given via -r/--rev, the children of that revision will be printed. If a - file argument is given, revision in which the file was last changed (after - the working directory revision or the argument to --rev if given) is - printed. + Print the children of the working directory's revisions. If a + revision is given via -r/--rev, the children of that revision will + be printed. If a file argument is given, revision in which the + file was last changed (after the working directory revision or the + argument to --rev if given) is printed. """ rev = opts.get('rev') if file_: