Mercurial > public > mercurial-scm > hg-stable
diff tests/test-clone-uncompressed.t @ 28389:9ab45fbe045e stable
bdiff: (pure) support array.array arrays (issue5130)
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 08 Mar 2016 17:26:12 +0000 |
parents | 2fdbf22a1b63 |
children | 95163ababeb8 |
line wrap: on
line diff
--- a/tests/test-clone-uncompressed.t Wed Mar 09 22:21:08 2016 +0000 +++ b/tests/test-clone-uncompressed.t Tue Mar 08 17:26:12 2016 +0000 @@ -1,5 +1,8 @@ #require serve +Initialize repository +the status call is to check for issue5130 + $ hg init server $ cd server $ touch foo @@ -8,6 +11,7 @@ ... with open(str(i), 'wb') as fh: ... fh.write(str(i)) $ hg -q commit -A -m 'add a lot of files' + $ hg st $ hg serve -p $HGPORT -d --pid-file=hg.pid $ cat hg.pid >> $DAEMON_PIDS $ cd ..