On 2007-08-20 10:11:59 +0200, David Kågedal wrote:
This avoid duplicating work, but also changes the resulting index
state so that the conflicts are left in the index in the three
stages.
After this patch, t1400-patch-history fails:
* ok 1: Initialize the StGIT repository
* ok 2: Create the first patch
* ok 3: Create the second patch
* ok 4: Check the "new" and "refresh" logs
* ok 5: Check the log annotation
* ok 6: Check the "push" log
* ok 7: Check the "push(f)" log
* ok 8: Check the "push(m)" log
* FAIL 9: Check the "push(c)" log
echo bar > test && stg refresh &&
stg pop &&
echo foo > test && stg refresh &&
! stg push &&
stg log --full | grep -q -e "^push(c) "
* ok 10: Check the push "undo" log
* ok 11: Check the refresh "undo" log
* failed 1 among 11 test(s)
I'll see if I can figure out what's wrong.
--
Karl Hasselström, kha@treskal.com
www.treskal.com/kalle