##// END OF EJS Templates
Update tests
Matt Mackall -
r3810:1d571ed2 default
parent child Browse files
Show More
@@ -2,18 +2,13 b''
2 2 abort: impossible time zone offset: 4444444
3 3 transaction abort!
4 4 rollback completed
5 abort: invalid date: '1\t15.1' see hg(1) manual page for details
6 transaction abort!
7 rollback completed
8 abort: invalid date: 'foo bar' see hg(1) manual page for details
5 abort: invalid date: '1\t15.1'
9 6 transaction abort!
10 7 rollback completed
11 abort: invalid date: ' 1 4444' see hg(1) manual page for details
8 abort: invalid date: 'foo bar'
12 9 transaction abort!
13 10 rollback completed
14 abort: date exceeds 32 bits: 111111111111
15 transaction abort!
16 rollback completed
11 nothing changed
17 12 % partial commit test
18 13 trouble committing bar!
19 14 abort: No such file or directory: .../test/bar
@@ -61,6 +61,7 b' debugcheckstate'
61 61 debugcomplete
62 62 debugconfig
63 63 debugdata
64 debugdate
64 65 debugindex
65 66 debugindexdot
66 67 debugrawcommit
General Comments 0
You need to be logged in to leave comments. Login now