diff tests/test-issue3084.t @ 18459:c9db897d5a43 stable

largefiles: fix largefiles+subrepo update (issue3752) Override updaterepo() instead of individual methods that may not be called for each subrepo. Add test. Based on patch from Matt Harbison. Changes the order of update-related messages (now largefiles comes before the global status).
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 23 Jan 2013 00:51:53 +0100
parents f2719b387380
children 894a5897a9dd
line wrap: on
line diff
--- a/tests/test-issue3084.t	Mon Jan 21 13:47:14 2013 -0200
+++ b/tests/test-issue3084.t	Wed Jan 23 00:51:53 2013 +0100
@@ -16,9 +16,9 @@
   $ hg commit -m "Add foo as a largefile"
 
   $ hg update -r 0
-  0 files updated, 0 files merged, 1 files removed, 0 files unresolved
   getting changed largefiles
   0 largefiles updated, 1 removed
+  0 files updated, 0 files merged, 1 files removed, 0 files unresolved
 
   $ echo "normal" > foo
   $ hg add foo