changeset 10881 | a685011ed38e |
parent 10873 | bbf496db0766 |
child 10890 | 301633755dec |
--- a/hgext/mq.py Fri Apr 09 15:16:52 2010 +0200 +++ b/hgext/mq.py Fri Apr 09 17:23:35 2010 -0500 @@ -610,7 +610,7 @@ try: wlock = repo.wlock() lock = repo.lock() - tr = repo.transaction() + tr = repo.transaction("qpush") try: ret = self._apply(repo, series, list, update_status, strict, patchdir, merge, all_files=all_files)