comparison tests/test-update-issue1456.t @ 19801:41abe2e3e3b7

update: standardize error message for dirty update --check This and following patches will standardize the error message for dirty working directories to "uncommitted changes".
author Siddharth Agarwal <sid0@fb.com>
date Mon, 23 Sep 2013 20:33:02 -0700
parents ed676ed67a5c
children 7a9cbb315d84
comparison
equal deleted inserted replaced
19800:4894e0d9462d 19801:41abe2e3e3b7
16 $ rm todelete 16 $ rm todelete
17 $ hg co -q 0 17 $ hg co -q 0
18 18
19 $ echo dirty > foo 19 $ echo dirty > foo
20 $ hg up -c 20 $ hg up -c
21 abort: uncommitted local changes 21 abort: uncommitted changes
22 [255] 22 [255]
23 $ hg up -q 23 $ hg up -q
24 $ cat foo 24 $ cat foo
25 dirty 25 dirty
26 $ hg st -A 26 $ hg st -A