[PATCH 1 of 2] addremove: add markers to test output
Peter Arrenbrecht
peter.arrenbrecht at gmail.com
Wed Apr 2 19:38:01 UTC 2008
# HG changeset patch
# User Peter Arrenbrecht <peter.arrenbrecht at gmail.com>
# Date 1207038485 -7200
# Node ID e43616661358fa319579c0d9db6d50d6a1d69d18
# Parent 206c5bc1fd27c136cdee39a88c40940cfd39bb8d
addremove: add markers to test output
diff --git a/tests/test-addremove-similar b/tests/test-addremove-similar
--- a/tests/test-addremove-similar
+++ b/tests/test-addremove-similar
@@ -1,4 +1,6 @@
#!/bin/sh
+
+echo % similar large files
hg init rep; cd rep
@@ -24,6 +26,8 @@
cd ..
+echo % similar smaller files
+
hg init rep2; cd rep2
python -c 'for x in range(10000): print x' > large-file
diff --git a/tests/test-addremove-similar.out b/tests/test-addremove-similar.out
--- a/tests/test-addremove-similar.out
+++ b/tests/test-addremove-similar.out
@@ -1,3 +1,4 @@
+% similar large files
adding empty-file
adding large-file
adding another-file
@@ -8,6 +9,7 @@
2 files updated, 0 files merged, 1 files removed, 0 files unresolved
adding another-empty-file
removing empty-file
+% similar smaller files
adding large-file
adding tiny-file
adding small-file
More information about the Mercurial-devel
mailing list