hgext/shelve.py
branchstable
changeset 20103 b3483223f734
parent 20064 99c4b8f79324
child 20149 578b888c820e
--- a/hgext/shelve.py	Mon Nov 18 08:57:19 2013 -0800
+++ b/hgext/shelve.py	Mon Nov 25 13:46:46 2013 -0600
@@ -558,7 +558,7 @@
             oldquiet = ui.quiet
             try:
                 ui.quiet = True
-                node = cmdutil.commit(ui, repo, commitfunc, None, tempopts)
+                node = cmdutil.commit(ui, repo, commitfunc, [], tempopts)
             finally:
                 ui.quiet = oldquiet
             tmpwctx = repo[node]