Mercurial > evolve
annotate tests/fake-editor.sh @ 3269:e6b980687311 stable
split: add a test demonstrating that split doesn't take the right branch
Also add a test to check that the dirstate is in the right state in case the
user abort the split.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 10 Dec 2017 21:41:56 +0100 |
parents | 970a4c13ebc3 |
children |
rev | line source |
---|---|
1742
970a4c13ebc3
evolve: lock the working copy early in next and prev (issue5244)
Simon Farnsworth <simonfar@fb.com>
parents:
diff
changeset
|
1 #!/bin/sh |
970a4c13ebc3
evolve: lock the working copy early in next and prev (issue5244)
Simon Farnsworth <simonfar@fb.com>
parents:
diff
changeset
|
2 sleep 5 |
970a4c13ebc3
evolve: lock the working copy early in next and prev (issue5244)
Simon Farnsworth <simonfar@fb.com>
parents:
diff
changeset
|
3 echo "new desc" >> $1 |