comparison tests/test-largefiles.t @ 45846:96ca817ec192

errors: raise InputError when given non-existent paths etc Differential Revision: https://phab.mercurial-scm.org/D9328
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 12 Nov 2020 13:22:40 -0800
parents 8d72e29ad1e0
children 95c4cca641f6
comparison
equal deleted inserted replaced
45845:f96fa4de5055 45846:96ca817ec192
410 A sub2/large7 410 A sub2/large7
411 $ hg rollback --quiet 411 $ hg rollback --quiet
412 $ hg revert --quiet z 412 $ hg revert --quiet z
413 $ hg commit -m "Empty subdir" z 413 $ hg commit -m "Empty subdir" z
414 abort: z: no match under directory! 414 abort: z: no match under directory!
415 [255] 415 [10]
416 $ rm -rf z 416 $ rm -rf z
417 $ hg ci -m "standin" .hglf 417 $ hg ci -m "standin" .hglf
418 abort: file ".hglf" is a largefile standin 418 abort: file ".hglf" is a largefile standin
419 (commit the largefile itself instead) 419 (commit the largefile itself instead)
420 [255] 420 [255]