Mercurial > evolve
comparison tests/test-userguide.t @ 1110:875e671c3cd8 stable
test: add glob annotations where Mercurial's run-tests.py suggests
These happen to also be 5 of the 6 tests that warn about no result code when run
on Windows. Probably not a coincidence.
The tests previously warned about no result code whether or not it was run
interactively. They only started working when test output changes were accepted
in interactive mode, and these globs were added automatically.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 12 Aug 2014 21:02:34 -0400 |
parents | bac4e0bc9f6a |
children | 8b3b0549a4b6 |
comparison
equal
deleted
inserted
replaced
1109:212f24013455 | 1110:875e671c3cd8 |
---|---|
16 6e725fd2be6f 1 | 16 6e725fd2be6f 1 |
17 | 17 |
18 example 2: unsafe amend with plain vanilla Mercurial: the original | 18 example 2: unsafe amend with plain vanilla Mercurial: the original |
19 commit is stripped | 19 commit is stripped |
20 $ hg commit --amend -u alice -d '1 0' -m 'implement feature Y' | 20 $ hg commit --amend -u alice -d '1 0' -m 'implement feature Y' |
21 saved backup bundle to $TESTTMP/t/.hg/strip-backup/6e725fd2be6f-amend-backup.hg | 21 saved backup bundle to $TESTTMP/t/.hg/strip-backup/6e725fd2be6f-amend-backup.hg (glob) |
22 $ hg log -r 23fe4ac6d3f1 | 22 $ hg log -r 23fe4ac6d3f1 |
23 abort: unknown revision '23fe4ac6d3f1'! | 23 abort: unknown revision '23fe4ac6d3f1'! |
24 [255] | 24 [255] |
25 $ hg identify -in | 25 $ hg identify -in |
26 fe0ecd3bd2a4 1 | 26 fe0ecd3bd2a4 1 |