record: fix indentation
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 29 Mar 2009 00:08:33 +0100
changeset 7911 0b2561b53069
parent 7910 14ec64d41dad
child 7912 28b5cc18baa2
child 7913 1b1b3dd630a5
record: fix indentation
hgext/record.py
--- 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)