comparison tests/test-mq-merge.t @ 12399:4fee1fd3de9a

tests: added a short description to issue numbers Many tests already had a short line to describe what IssueXXX is about. I find that quite useful when reading a test.
author Martin Geisler <mg@aragost.com>
date Fri, 24 Sep 2010 10:13:49 +0200
parents 97ffc68f71d3
children 6cc4b14fb76b
comparison
equal deleted inserted replaced
12398:2bc926ad65c2 12399:4fee1fd3de9a
1 # Test issue 529 - mq aborts when merging patch deleting files 1 Issue529: mq aborts when merging patch deleting files
2 2
3 $ checkundo() 3 $ checkundo()
4 > { 4 > {
5 > if [ -f .hg/store/undo ]; then 5 > if [ -f .hg/store/undo ]; then
6 > echo ".hg/store/undo still exists" 6 > echo ".hg/store/undo still exists"