mq: update qfold to call delete correctly
authorBrendan Cully <brendan@kublai.com>
Tue, 03 Oct 2006 16:36:40 -0700
changeset 3243 1d3aceae87c1
parent 3242 1539f788e913
child 3244 f045b049a704
child 3255 e96d2956eb4a
mq: update qfold to call delete correctly
hgext/mq.py
--- a/hgext/mq.py	Tue Oct 03 12:28:27 2006 -0700
+++ b/hgext/mq.py	Tue Oct 03 16:36:40 2006 -0700
@@ -1618,7 +1618,7 @@
         message = ui.edit(message, user or ui.username())
 
     q.refresh(repo, msg=message)
-    q.delete(repo, patches, keep=opts['keep'])
+    q.delete(repo, patches, opts)
     q.save_dirty()
 
 def guard(ui, repo, *args, **opts):