comparison tests/test-commit.t @ 15521:117f9190c1ba

tests: hide 'No such file or directory' messages Windows will use a different and localized message.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Nov 2011 03:45:14 +0100
parents 9910f60a37ee
children a3ea092203a5 d1a0ac9b6b8a
comparison
equal deleted inserted replaced
15520:d6d7b56ec346 15521:117f9190c1ba
71 dir/file 71 dir/file
72 committed changeset 3:1cd62a2d8db5 72 committed changeset 3:1cd62a2d8db5
73 $ cd .. 73 $ cd ..
74 74
75 $ hg commit -m commit-14 does-not-exist 75 $ hg commit -m commit-14 does-not-exist
76 abort: does-not-exist: No such file or directory 76 abort: does-not-exist: * (glob)
77 [255] 77 [255]
78 $ ln -s foo baz 78 $ ln -s foo baz
79 $ hg commit -m commit-15 baz 79 $ hg commit -m commit-15 baz
80 abort: baz: file not tracked! 80 abort: baz: file not tracked!
81 [255] 81 [255]