Mercurial > hg > mercurial-crew
comparison tests/test-largefiles.t @ 21884:a858d3de0d32
largefiles: confirm existence of outgoing largefile entities in remote store
Before this patch, "hg summary" and "hg outgoing" show and count up
all largefiles changed/added in outgoing revisions, even though some
of them are already uploaded into remote store.
This patch confirms existence of outgoing largefile entities in remote
store, to show and count up only really outgoing largefile entities at
"hg summary" and "hg outgoing".
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Mon, 07 Jul 2014 18:45:46 +0900 |
parents | 87aa279f7073 |
children | 35cc5b07b3fc |
comparison
equal
deleted
inserted
replaced
21883:87aa279f7073 | 21884:a858d3de0d32 |
---|---|
678 changeset: 14:84f3d378175c | 678 changeset: 14:84f3d378175c |
679 user: test | 679 user: test |
680 date: Thu Jan 01 00:00:00 1970 +0000 | 680 date: Thu Jan 01 00:00:00 1970 +0000 |
681 summary: this used to not notice the rm | 681 summary: this used to not notice the rm |
682 | 682 |
683 largefiles to upload (2 entities): | 683 largefiles to upload (1 entities): |
684 foo | |
685 large | |
686 large8 | 684 large8 |
687 | 685 |
688 $ cd ../a | 686 $ cd ../a |
689 | 687 |
690 Clone a largefiles repo. | 688 Clone a largefiles repo. |