Mercurial > public > mercurial-scm > hg-stable
diff hgext/mq.py @ 3243:1d3aceae87c1
mq: update qfold to call delete correctly
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Tue, 03 Oct 2006 16:36:40 -0700 |
parents | 53e843840349 |
children | 9851f46d6ecc |
line wrap: on
line diff
--- 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):