hgext/mq.py
changeset 8484 15573b5dc78f
parent 8433 9a398dd53bcc
parent 8425 73d80d5bf478
child 8524 21c87b299a04
--- a/hgext/mq.py	Sun May 17 16:57:40 2009 +0200
+++ b/hgext/mq.py	Sun May 17 20:00:11 2009 +0200
@@ -1943,6 +1943,7 @@
         raise util.Abort(_('qfold requires at least one patch name'))
     if not q.check_toppatch(repo):
         raise util.Abort(_('No patches applied'))
+    q.check_localchanges(repo)
 
     message = cmdutil.logmessage(opts)
     if opts['edit']: