Show More
@@ -207,7 +207,7 b' pull without cacert' | |||
|
207 | 207 | $ cd copy-pull |
|
208 | 208 | $ cat >> .hg/hgrc <<EOF |
|
209 | 209 | > [hooks] |
|
210 | > changegroup = sh -c "printenv.py changegroup" | |
|
210 | > changegroup = sh -c "printenv.py --line changegroup" | |
|
211 | 211 | > EOF |
|
212 | 212 | $ hg pull $DISABLECACERTS |
|
213 | 213 | pulling from https://localhost:$HGPORT/ |
@@ -226,7 +226,14 b' pull without cacert' | |||
|
226 | 226 | adding file changes |
|
227 | 227 | added 1 changesets with 1 changes to 1 files |
|
228 | 228 | new changesets 5fed3813f7f5 |
|
229 | changegroup hook: HG_HOOKNAME=changegroup HG_HOOKTYPE=changegroup HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_NODE_LAST=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_TXNID=TXN:$ID$ HG_URL=https://localhost:$HGPORT/ | |
|
229 | changegroup hook: HG_HOOKNAME=changegroup | |
|
230 | HG_HOOKTYPE=changegroup | |
|
231 | HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d | |
|
232 | HG_NODE_LAST=5fed3813f7f5e1824344fdc9cf8f63bb662c292d | |
|
233 | HG_SOURCE=pull | |
|
234 | HG_TXNID=TXN:$ID$ | |
|
235 | HG_URL=https://localhost:$HGPORT/ | |
|
236 | ||
|
230 | 237 | (run 'hg update' to get a working copy) |
|
231 | 238 | $ cd .. |
|
232 | 239 |
General Comments 0
You need to be logged in to leave comments.
Login now