changeset 7986:c756e695012a

children: word-wrap help texts at 70 characters
author Martin Geisler <mg@daimi.au.dk>
date Sat, 04 Apr 2009 23:15:37 +0200
parents 0edca606c0f1
children 17147b465a9d
files hgext/children.py
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/children.py	Sat Apr 04 23:15:23 2009 +0200
+++ b/hgext/children.py	Sat Apr 04 23:15:37 2009 +0200
@@ -15,11 +15,11 @@
 def children(ui, repo, file_=None, **opts):
     """show the children of the given or working dir revision
 
-    Print the children of the working directory's revisions.
-    If a revision is given via --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 --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_: