Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles.t @ 17743:6047947afb6b
tests: drop filtercr.py and use the very explicit '\r (no-eol) (esc)' markup
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 10 Oct 2012 01:37:54 +0200 |
parents | 57fe5aca86af |
children | 08d11b82d9fc |
line wrap: on
line diff
--- a/tests/test-largefiles.t Wed Sep 26 00:56:27 2012 +0200 +++ b/tests/test-largefiles.t Wed Oct 10 01:37:54 2012 +0200 @@ -1587,9 +1587,8 @@ $ hg clone -U . ../empty $ cd ../empty - $ hg archive --subrepos -r tip ../archive.tar.gz 2>&1 | "$TESTDIR/filtercr.py" + $ hg archive --subrepos -r tip ../archive.tar.gz cloning subrepo subrepo from $TESTTMP/statusmatch/subrepo - $ cd .. Test that addremove picks up largefiles prior to the initial commit (issue3541)