hgext/rebase.py
changeset 8242 aee8455ee8ec
parent 7786 92455c1d6f83
child 8243 cb08c3765a02
child 8266 609ce91670d0
--- a/hgext/rebase.py	Sun Apr 26 16:49:47 2009 -0500
+++ b/hgext/rebase.py	Wed Apr 29 11:39:49 2009 +0200
@@ -400,7 +400,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'))