Mercurial > public > mercurial-scm > hg
diff tests/test-dumprevlog.t @ 13956:ffb5c09ba822
tests: remove redundant mkdir
There are still many tests that check that a bare 'hg init'
initializes the current directory.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 19 Apr 2011 12:04:44 +0200 |
parents | 92e30e135581 |
children |
line wrap: on
line diff
--- a/tests/test-dumprevlog.t Mon Apr 18 20:52:08 2011 -0500 +++ b/tests/test-dumprevlog.t Tue Apr 19 12:04:44 2011 +0200 @@ -4,9 +4,8 @@ Prepare repo-a: - $ mkdir repo-a + $ hg init repo-a $ cd repo-a - $ hg init $ echo this is file a > a $ hg add a @@ -64,9 +63,8 @@ Undumping into repo-b: - $ mkdir repo-b + $ hg init repo-b $ cd repo-b - $ hg init $ python $CONTRIBDIR/undumprevlog < ../repo.dump .hg/store/00changelog.i .hg/store/00manifest.i