# HG changeset patch # User Martin Geisler # Date 2009-05-09 23:18:38 # Node ID c9ab8f448a9e9e0ebc97e79aa51c2902ae133815 # Parent a3826fff1e8779c6db3c4b351e81581ceef261c6 record: better formatting for qrecord help diff --git a/hgext/record.py b/hgext/record.py --- a/hgext/record.py +++ b/hgext/record.py @@ -385,7 +385,8 @@ def record(ui, repo, *pats, **opts): def qrecord(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: diff --git a/tests/test-qrecord.out b/tests/test-qrecord.out --- a/tests/test-qrecord.out +++ b/tests/test-qrecord.out @@ -27,7 +27,8 @@ hg qrecord [OPTION]... PATCH [FILE]... 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. options: