8fd7562a81ad

Change some help formatting.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 11 Oct 2009 10:28:08 -0400
parents 7cd4514b49f4
children 6930dfc9918a
branches/tags (none)
files review/extension_ui.py

Changes

--- a/review/extension_ui.py	Sat Oct 10 19:56:48 2009 -0400
+++ b/review/extension_ui.py	Sun Oct 11 10:28:08 2009 -0400
@@ -262,7 +262,7 @@
     (['review-comment', 'review-comment'],
      ('Adding code review comments for changesets'),
      (r"""
-    hg review --comment -m MESSAGE [-r REV] [-l LINES] [FILE]
+hg review --comment -m MESSAGE [-r REV] [-l LINES] [FILE]
     
     If no revision is given, the current parent of the working directory
     will be used.
@@ -287,7 +287,7 @@
     (['review-signoff', 'review-signoff'],
      ('Adding code review signoffs for changesets'),
      (r"""
-    hg review --signoff -m MESSAGE [--yes | --no] [-r REV]
+hg review --signoff -m MESSAGE [--yes | --no] [-r REV]
     
     Sign off on a changeset.