test-no-symlinks: rename .bundle into .hg for consistency.
authorPatrick Mezard <pmezard@gmail.com>
Thu, 09 Aug 2007 23:14:50 +0200
changeset 5089 9b5ae133bd5a
parent 5088 1fd3248b8aa4
child 5090 bf60e4bd6672
test-no-symlinks: rename .bundle into .hg for consistency.
tests/test-no-symlinks
tests/test-no-symlinks.bundle
tests/test-no-symlinks.hg
tests/test-no-symlinks.out
--- a/tests/test-no-symlinks	Thu Aug 09 12:34:25 2007 -0700
+++ b/tests/test-no-symlinks	Thu Aug 09 23:14:50 2007 +0200
@@ -12,13 +12,13 @@
 # ln -s a a.lnk
 # ln -s d/b d/b.lnk
 # hg ci -Am t
-# hg bundle --base null ../test-no-symlinks.bundle
+# hg bundle --base null ../test-no-symlinks.hg
 
 # Extract a symlink on a platform not supporting them
 echo % unbundle
 hg init t
 cd t
-hg pull "$TESTDIR/test-no-symlinks.bundle"
+hg pull "$TESTDIR/test-no-symlinks.hg"
 hg update
 
 cat a.lnk && echo
@@ -34,12 +34,12 @@
 
 # Bundle and extract again
 echo % bundle
-hg bundle --base null ../symlinks.bundle
+hg bundle --base null ../symlinks.hg
 cd ..
 
 hg init t2
 cd t2
-hg pull ../symlinks.bundle
+hg pull ../symlinks.hg
 hg update
 
 cat a.lnk && echo
Binary file tests/test-no-symlinks.bundle has changed
Binary file tests/test-no-symlinks.hg has changed
--- a/tests/test-no-symlinks.out	Thu Aug 09 12:34:25 2007 -0700
+++ b/tests/test-no-symlinks.out	Thu Aug 09 23:14:50 2007 +0200
@@ -1,5 +1,5 @@
 % unbundle
-pulling from C:\dev\mercurial\hg\hg-local-stable\tests/test-no-symlinks.bundle
+pulling from C:\dev\mercurial\hg\hg-local-stable\tests/test-no-symlinks.hg
 requesting all changes
 adding changesets
 adding manifests
@@ -13,7 +13,7 @@
 a
 d/b
 % bundle
-pulling from ../symlinks.bundle
+pulling from ../symlinks.hg
 requesting all changes
 adding changesets
 adding manifests