hgext/largefiles/overrides.py
branchstable
changeset 17299 e51d4aedace9
parent 17276 eac3f9c2f9c5
child 17424 e7cfe3587ea4
child 17484 a0ee6d846185
child 17575 98d6a10bc401
--- a/hgext/largefiles/overrides.py	Sat Jul 28 13:33:06 2012 +0200
+++ b/hgext/largefiles/overrides.py	Tue Jul 31 03:30:42 2012 +0200
@@ -667,9 +667,9 @@
         repo._isrebasing = True
         try:
             if opts.get('update'):
-                 del opts['update']
-                 ui.debug('--update and --rebase are not compatible, ignoring '
-                          'the update flag\n')
+                del opts['update']
+                ui.debug('--update and --rebase are not compatible, ignoring '
+                         'the update flag\n')
             del opts['rebase']
             cmdutil.bailifchanged(repo)
             origpostincoming = commands.postincoming