Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles-misc.t @ 23767:749dc66e9329
largefiles: align the output messages for an added file with core methods
Core addremove prints the file relative to cwd only if patterns are provided to
the command. Core add always prints relative to cwd. Also, both methods print
the subrepo prefix when needed. The 'already a largefile' doesn't have an
analog in core, but follows the same rules for consistency.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 28 Nov 2014 21:44:41 -0500 |
parents | ce0731e58ac9 |
children | bb3ee61cfaa1 |
line wrap: on
line diff
--- a/tests/test-largefiles-misc.t Fri Nov 28 21:03:44 2014 -0500 +++ b/tests/test-largefiles-misc.t Fri Nov 28 21:44:41 2014 -0500 @@ -291,7 +291,7 @@ ? subrepo/renamed-large.txt $ hg -R statusmatch addremove --dry-run -S - adding statusmatch/large.dat as a largefile (glob) + adding large.dat as a largefile removing subrepo/large.txt adding subrepo/normal.txt adding subrepo/renamed-large.txt