Log of failing test (it's not darcs-3 specific)
rebase-amend (Darcs3,Patience,WithIndex,WithCache): [Failed]
|
| rm -rf R
| + rm -rf R
| mkdir R
| + mkdir R
| cd R
| + cd R
| darcs init
| + darcs init
| ============================= WARNING =============================
| The `darcs-3` semantics is EXPERIMENTAL and new in version 2.16. It is included
| only as a technology preview and we do NOT recommend to use it for any serious
| work. The on-disk format is not yet finalized and we cannot and will not promise
| that later releases will work with darcs-3 repos created with any darcs version
| before 3.0.
| ===================================================================
| Getting pristine ... done
|
| echo 'wibble' > wibble
| + echo wibble
| darcs rec -lam 'wibble'
| + darcs rec -lam wibble
| Updating the index ... done
| Writing inventory ... done
| Updating the index ... done
| Defining set of chosen patches ... done
|
| echo 'wobble' > wibble
| + echo wobble
| darcs rec -am 'wobble'
| + darcs rec -am wobble
| Updating the index ... done
| Writing inventory ... done
| Updating the index ... done
| Defining set of chosen patches ... done
|
| echo 'yd' | darcs rebase suspend
| + echo yd
| + darcs rebase suspend
| Updating the index ... done
| Writing inventory ... done
| Updating the index ... done
| Writing inventory ... done
| Updating the index ... done
| Rebase in progress: 1 suspended patch
|
| echo 'wubble' > wibble
| + echo wubble
| echo 'ya' | darcs amend-record
| + echo ya
| + darcs amend-record
| Updating the index ... done
| Rebase in progress: 1 suspended patch
|
| darcs check
| + darcs check
| Replaying patch ... done
| Updating the index ... done
| Rebase in progress: 1 suspended patch
|