tests/test-bundle.t
changeset 16903 a1a57d3fe0eb
parent 16736 025b3b763ba9
child 16913 f2719b387380
equal deleted inserted replaced
16902:7f1cec2f63ab 16903:a1a57d3fe0eb
     1   $ "$TESTDIR/hghave" system-sh || exit 80
       
     2 
       
     3 Setting up test
     1 Setting up test
     4 
     2 
     5   $ hg init test
     3   $ hg init test
     6   $ cd test
     4   $ cd test
     7   $ echo 0 > afile
     5   $ echo 0 > afile
   205   requires
   203   requires
   206   store
   204   store
   207 
   205 
   208 Pull ../full.hg into empty (with hook)
   206 Pull ../full.hg into empty (with hook)
   209 
   207 
   210   $ echo '[hooks]' >> .hg/hgrc
   208   $ echo "[hooks]" >> .hg/hgrc
   211   $ echo 'changegroup = python "$TESTDIR"/printenv.py changegroup' >> .hg/hgrc
   209   $ echo "changegroup = python \"$TESTDIR\"/printenv.py changegroup" >> .hg/hgrc
   212 
   210 
   213 doesn't work (yet ?)
   211 doesn't work (yet ?)
   214 
   212 
   215 hg -R bundle://../full.hg verify
   213 hg -R bundle://../full.hg verify
   216 
   214 
   384   
   382   
   385 
   383 
   386 Outgoing -R does-not-exist.hg vs partial2 in partial
   384 Outgoing -R does-not-exist.hg vs partial2 in partial
   387 
   385 
   388   $ hg -R bundle://../does-not-exist.hg outgoing ../partial2
   386   $ hg -R bundle://../does-not-exist.hg outgoing ../partial2
   389   abort: *: ../does-not-exist.hg (glob)
   387   abort: *../does-not-exist.hg* (glob)
   390   [255]
   388   [255]
   391   $ cd ..
   389   $ cd ..
   392 
   390 
   393 Direct clone from bundle (all-history)
   391 Direct clone from bundle (all-history)
   394 
   392