chiark / gitweb /
Make sure that stg uncommit doesn't touch the branch head
[stgit] / stgit / commands / uncommit.py
index eb39fcc0a3ffa4a7004cde22af25f42579a438e2..9d2dba94c3a7289ec4953b2f810f34d70803f16d 100644 (file)
@@ -136,5 +136,5 @@ def func(parser, options, args):
     for commit, pn in zip(commits, patchnames):
         trans.patches[pn] = commit
     trans.applied = list(reversed(patchnames)) + trans.applied
-    trans.run()
+    trans.run(set_head = False)
     out.done()