diff tests/test-bundle @ 7853:af062a9fea9b

bundlerepo: reintroduce dirstate
author Matt Mackall <mpm@selenic.com>
date Tue, 17 Mar 2009 13:43:11 -0500
parents 8d1bdaf842de
children 6c82beaaa11a
line wrap: on
line diff
--- a/tests/test-bundle	Fri Mar 13 21:14:57 2009 +0100
+++ b/tests/test-bundle	Tue Mar 17 13:43:11 2009 -0500
@@ -34,6 +34,7 @@
 
 echo "====== Bundle --all"
 hg -R test bundle --all all.hg
+
 echo "====== Bundle test to full.hg"
 hg -R test bundle full.hg empty
 echo "====== Unbundle full.hg in test"
@@ -139,4 +140,10 @@
 # but, regular verify must continue to work
 hg -R orig verify
 
+echo "====== diff against bundle"
+hg init b
+cd b
+hg -R ../all.hg diff -r tip
+cd ..
 
+