comparison tests/test-commit @ 5754:75c2071385da

Prompt for a commit message in editor, improve error message
author Patrick Mezard <pmezard@gmail.com>
date Fri, 28 Dec 2007 14:51:16 +0100
parents 9e3e975258a9
children 81e20e01d465
comparison
equal deleted inserted replaced
5699:4cf5a4950fc9 5754:75c2071385da
8 echo % commit date test 8 echo % commit date test
9 hg init test 9 hg init test
10 cd test 10 cd test
11 echo foo > foo 11 echo foo > foo
12 hg add foo 12 hg add foo
13 HGEDITOR=true hg commit -m ""
13 hg commit -d '0 0' -m commit-1 14 hg commit -d '0 0' -m commit-1
14 echo foo >> foo 15 echo foo >> foo
15 hg commit -d '1 4444444' -m commit-3 16 hg commit -d '1 4444444' -m commit-3
16 hg commit -d '1 15.1' -m commit-4 17 hg commit -d '1 15.1' -m commit-4
17 hg commit -d 'foo bar' -m commit-5 18 hg commit -d 'foo bar' -m commit-5