chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make sure that stg uncommit doesn't touch the branch head
[stgit]
/
stgit
/
commands
/
uncommit.py
diff --git
a/stgit/commands/uncommit.py
b/stgit/commands/uncommit.py
index eb39fcc0a3ffa4a7004cde22af25f42579a438e2..9d2dba94c3a7289ec4953b2f810f34d70803f16d 100644
(file)
--- a/
stgit/commands/uncommit.py
+++ b/
stgit/commands/uncommit.py
@@
-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()