comparison tests/test-largefiles.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 fb6e87d93948
children 72214af683a2
comparison
equal deleted inserted replaced
19800:4894e0d9462d 19801:41abe2e3e3b7
1102 $ cat sub/large4 1102 $ cat sub/large4
1103 large4-modified-again 1103 large4-modified-again
1104 1104
1105 "update --check" refuses to update with uncommitted changes. 1105 "update --check" refuses to update with uncommitted changes.
1106 $ hg update --check 8 1106 $ hg update --check 8
1107 abort: uncommitted local changes 1107 abort: uncommitted changes
1108 [255] 1108 [255]
1109 1109
1110 "update --clean" leaves correct largefiles in working copy, even when there is 1110 "update --clean" leaves correct largefiles in working copy, even when there is
1111 .orig files from revert in .hglf. 1111 .orig files from revert in .hglf.
1112 1112