hgext/rebase.py
changeset 8241 dd1b47e17d7e
parent 8225 46293a0c7e9f
child 8243 cb08c3765a02
--- a/hgext/rebase.py	Tue Apr 28 23:43:58 2009 +0200
+++ b/hgext/rebase.py	Wed Apr 29 11:39:49 2009 +0200
@@ -426,7 +426,7 @@
     'Call rebase after pull if the latter has been invoked with --rebase'
     if opts.get('rebase'):
         if opts.get('update'):
-            del opts.get['update']
+            del opts['update']
             ui.debug(_('--update and --rebase are not compatible, ignoring '
                                         'the update flag\n'))