tests/test-sparse-merges.t
changeset 33293 c9cbf4de27ba
parent 33289 abd7dedbaa36
child 38756 91c405f84cf7
--- a/tests/test-sparse-merges.t	Thu Jul 06 10:54:23 2017 -0700
+++ b/tests/test-sparse-merges.t	Sat Jul 01 10:29:27 2017 -0700
@@ -19,7 +19,7 @@
   $ hg commit -m 'feature - bar2'
 
   $ hg update -q default
-  $ hg sparse --exclude 'bar**'
+  $ hg debugsparse --exclude 'bar**'
 
   $ hg merge feature
   temporarily included 1 file(s) in the sparse checkout for merging
@@ -55,7 +55,7 @@
   $ hg ci -Aqm 'add branchonly'
 
   $ hg up -q default
-  $ hg sparse -X branchonly
+  $ hg debugsparse -X branchonly
   $ hg merge feature
   temporarily included 2 file(s) in the sparse checkout for merging
   2 files updated, 0 files merged, 0 files removed, 0 files unresolved