changeset 67:0e26a397af52

Reformat help similar to main As opposed to recent Hg no ReStructuredText directives for backwards compatibility with 1.1.
author Christian Ebert <blacktrash@gmx.net>
date Sun, 11 Jul 2010 23:16:43 +0200
parents f7f6a04cc6f8
children 2710e45e7435
files crecord/__init__.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/crecord/__init__.py
+++ b/crecord/__init__.py
@@ -19,7 +19,7 @@
     If a list of files is omitted, all changes reported by "hg status"
     will be candidates for recording.
 
-    See 'hg help dates' for a list of formats valid for -d/--date.
+    See "hg help dates" for a list of formats valid for -d/--date.
 
     You will be shown a list of patch hunks from which you can select
     those you would like to apply to the commit.
@@ -32,8 +32,7 @@
 def qcrecord(ui, repo, patch, *pats, **opts):
     '''interactively record a new patch
 
-    see 'hg help qnew' & 'hg help record' for more information and usage
-    '''
+    See "hg help qnew" & "hg help record" for more information and usage.'''
 
     try:
         mq = extensions.find('mq')