Changeset View
Changeset View
Standalone View
Standalone View
tests/test-clone-uncompressed.t
#require serve no-reposimplestore no-chg | #require serve no-reposimplestore no-chg | ||||
#testcases stream-legacy stream-bundle2 | #testcases stream-legacy stream-bundle2 | ||||
#if stream-bundle2 | #if stream-legacy | ||||
$ cat << EOF >> $HGRCPATH | $ cat << EOF >> $HGRCPATH | ||||
> [server] | > [server] | ||||
> bundle2.stream = yes | > bundle2.stream = no | ||||
> EOF | > EOF | ||||
#endif | #endif | ||||
Initialize repository | Initialize repository | ||||
the status call is to check for issue5130 | the status call is to check for issue5130 | ||||
$ hg init server | $ hg init server | ||||
$ cd server | $ cd server | ||||
▲ Show 20 Lines • Show All 498 Lines • Show Last 20 Lines |