tests/test-https.t
branchstable
changeset 13163 2fa2e6444645
parent 12784 763be3cd084a
child 13192 4d03707916d3
equal deleted inserted replaced
13135:1c1ca9d393f4 13163:2fa2e6444645
   104   $ cd ..
   104   $ cd ..
   105 
   105 
   106 clone via pull
   106 clone via pull
   107 
   107 
   108   $ hg clone https://localhost:$HGPORT/ copy-pull
   108   $ hg clone https://localhost:$HGPORT/ copy-pull
       
   109   warning: localhost certificate not verified (check web.cacerts config setting)
   109   requesting all changes
   110   requesting all changes
   110   adding changesets
   111   adding changesets
   111   adding manifests
   112   adding manifests
   112   adding file changes
   113   adding file changes
   113   added 1 changesets with 4 changes to 4 files
   114   added 1 changesets with 4 changes to 4 files
   129 
   130 
   130   $ cd copy-pull
   131   $ cd copy-pull
   131   $ echo '[hooks]' >> .hg/hgrc
   132   $ echo '[hooks]' >> .hg/hgrc
   132   $ echo "changegroup = python '$TESTDIR'/printenv.py changegroup" >> .hg/hgrc
   133   $ echo "changegroup = python '$TESTDIR'/printenv.py changegroup" >> .hg/hgrc
   133   $ hg pull
   134   $ hg pull
       
   135   warning: localhost certificate not verified (check web.cacerts config setting)
   134   changegroup hook: HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_URL=https://localhost:$HGPORT/ 
   136   changegroup hook: HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_URL=https://localhost:$HGPORT/ 
   135   pulling from https://localhost:$HGPORT/
   137   pulling from https://localhost:$HGPORT/
   136   searching for changes
   138   searching for changes
   137   adding changesets
   139   adding changesets
   138   adding manifests
   140   adding manifests