chiark / gitweb /
Add a --set-tree flag to stg push
authorDavid Kågedal <davidk@lysator.liu.se>
Fri, 22 May 2009 20:38:12 +0000 (22:38 +0200)
committerKarl Hasselström <kha@treskal.com>
Fri, 22 May 2009 20:42:06 +0000 (22:42 +0200)
commit051704b13e615b489f8d4e45ebf2b0488b41522b
tree392cc04df37c785f2b46fafb2242d2d82619bc78
parenta264e49b1c1c62950f442df07863d3cf92db8684
Add a --set-tree flag to stg push

This flag makes the push simply restore the tree that the patch used
before, rather than doing any kind of merge.

Signed-off-by: David Kågedal <davidk@lysator.liu.se>
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/push.py
stgit/lib/transaction.py
t/t1207-push-tree.sh [new file with mode: 0755]