hgext/mq.py
changeset 8425 73d80d5bf478
parent 7782 140429276b63
child 8484 15573b5dc78f
--- a/hgext/mq.py	Sat May 16 11:12:49 2009 +0200
+++ b/hgext/mq.py	Sat May 16 16:20:37 2009 -0700
@@ -1928,6 +1928,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']: