push: fixed push pushing more than it should
commitece16753e8ad41bb189078d5d9ec7adcf99405de
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Thu, 2 Oct 2008 01:40:51 +0000 (1 21:40 -0400)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Thu, 2 Oct 2008 01:41:32 +0000 (1 21:41 -0400)
tree09d2f09e37f8025db4eb9716ba297b42ed5f67c9
parent1a143050dbc2c4ce5dd7e2b12bad18437941f305
push: fixed push pushing more than it should

The following commands show what the problem is:

$ guilt series -v
+ foo
= bar
  baz
$ guilt push bar
...
$ guilt series -v
+ foo
+ bar
= baz

Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
guilt-push
regression/t-020.out
regression/t-021.out