Mercurial > hg
changeset 7911:0b2561b53069
record: fix indentation
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 29 Mar 2009 00:08:33 +0100 |
parents | 14ec64d41dad |
children | 28b5cc18baa2 1b1b3dd630a5 |
files | hgext/record.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/record.py Sat Mar 28 23:09:36 2009 +0100 +++ b/hgext/record.py Sun Mar 29 00:08:33 2009 +0100 @@ -329,9 +329,9 @@ if resp_file[0] is None and resp_all[0] is None: chunk.pretty(ui) r = total == 1 and prompt(_('record this change to %r?') % - chunk.filename()) or \ - prompt(_('record change %d/%d to %r?') % - (pos, total, chunk.filename())) + chunk.filename()) \ + or prompt(_('record change %d/%d to %r?') % + (pos, total, chunk.filename())) if r == _('y'): if fixoffset: chunk = copy.copy(chunk)