changeset 9055:8da4e1d5bef2

children: wrapped docstrings at 78 characters
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Jul 2009 23:54:42 +0200
parents 84be8a8cc8b0
children feb3445e8b84
files hgext/children.py
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/children.py	Tue Jul 07 23:54:42 2009 +0200
+++ b/hgext/children.py	Tue Jul 07 23:54:42 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_: