# HG changeset patch # User Martin Geisler # Date 2009-07-07 21:54:42 # Node ID 8da4e1d5bef2edf363fbb8652eb2bf68770268cf # Parent 84be8a8cc8b00f85cbe5c8fa9636e962f10afb8d children: wrapped docstrings at 78 characters diff --git a/hgext/children.py b/hgext/children.py --- a/hgext/children.py +++ b/hgext/children.py @@ -18,11 +18,11 @@ from mercurial.i18n import _ 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_: