Mercurial > hg
comparison tests/test-mq-qpush-fail.out @ 4658:17f5d2069551
mq: test that qpush cleans things up when it fails
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Thu, 21 Jun 2007 00:34:14 -0300 |
parents | |
children | c2a21fe60994 |
comparison
equal
deleted
inserted
replaced
4657:27a386b96557 | 4658:17f5d2069551 |
---|---|
1 adding foo | |
2 Patch queue now empty | |
3 applying patch1 | |
4 applying patch2 | |
5 applying bad-patch | |
6 transaction abort! | |
7 rollback completed | |
8 cleaning up working directory...done | |
9 abort: decoding near 'é': 'ascii' codec can't decode byte 0xe9 in position 0: ordinal not in range(128)! | |
10 changeset: 0:bbd179dfa0a7 | |
11 tag: tip | |
12 user: test | |
13 date: Thu Jan 01 00:00:00 1970 +0000 | |
14 summary: add foo | |
15 | |
16 % bar should be gone; other unknown/ignored files should still be around | |
17 ? untracked-file | |
18 I .hgignore | |
19 C foo |