tests/test-largefiles.t
changeset 19801 41abe2e3e3b7
parent 19779 fb6e87d93948
child 19948 72214af683a2
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