Mercurial > public > mercurial-scm > hg
diff hgext/record.py @ 9272:784899697571
record: wrap docstrings at 70 characters
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Jul 2009 02:00:58 +0200 |
parents | 9261667e9b82 |
children | cec9fb4e07a1 4c041f1ee1b4 |
line wrap: on
line diff
--- a/hgext/record.py Sun Jul 26 01:59:59 2009 +0200 +++ b/hgext/record.py Sun Jul 26 02:00:58 2009 +0200 @@ -357,14 +357,15 @@ def record(ui, repo, *pats, **opts): '''interactively select changes to commit - If a list of files is omitted, all changes reported by "hg status" will be - candidates for recording. + 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. - You will be prompted for whether to record changes to each modified file, - and for files with multiple changes, for each change to use. For each - query, the following responses are possible:: + You will be prompted for whether to record changes to each + modified file, and for files with multiple changes, for each + change to use. For each query, the following responses are + possible:: y - record this change n - skip this change @@ -387,7 +388,8 @@ 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: