Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles.t @ 16644:98a9266db803
largefiles: add --all-largefiles flag to clone (issue3188)
author | Na'Tosha Bard <natosha@unity3d.com> |
---|---|
date | Fri, 11 May 2012 23:11:43 +0200 |
parents | ddd4996740c7 |
children | b9969574540a |
line wrap: on
line diff
--- a/tests/test-largefiles.t Fri May 04 16:00:33 2012 -0500 +++ b/tests/test-largefiles.t Fri May 11 23:11:43 2012 +0200 @@ -432,11 +432,21 @@ large11 $ cat sub/large2 large22 + $ cd .. + +Test cloning with --all-largefiles flag + + $ rm -Rf ${USERCACHE}/* + $ hg clone --all-largefiles a a-backup + updating to branch default + 5 files updated, 0 files merged, 0 files removed, 0 files unresolved + getting changed largefiles + 3 largefiles updated, 0 removed + 8 additional largefiles cached Rebasing between two repositories does not revert largefiles to old revisions (this was a very bad bug that took a lot of work to fix). - $ cd .. $ hg clone a d updating to branch default 5 files updated, 0 files merged, 0 files removed, 0 files unresolved