Mercurial > hg-stable
diff tests/test-convert-cvs-branch.t @ 12580:0ae639c75b8c
test-convert-cvs-branch: add sleep so cvs notices changes
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 28 Sep 2010 03:01:35 +0200 |
parents | 873ca83d6cfd |
children | 6cc4b14fb76b |
line wrap: on
line diff
--- a/tests/test-convert-cvs-branch.t Tue Sep 28 02:58:00 2010 +0200 +++ b/tests/test-convert-cvs-branch.t Tue Sep 28 03:01:35 2010 +0200 @@ -44,12 +44,14 @@ Modify file a, then b, then a + $ sleep 1 $ echo "2" > a $ cvscall ci -m "mod a" cvs commit: Examining . $ echo "2" > b $ cvscall ci -m "mod b" cvs commit: Examining . + $ sleep 1 $ echo "3" > a $ cvscall ci -m "mod a again" cvs commit: Examining .