tests/test-pullling-to-general-delta.t
branchstable
changeset 50691 ba602ddcb296
parent 50690 ae74a60ad583
child 50693 c96fd53c0e2d
equal deleted inserted replaced
50690:ae74a60ad583 50691:ba602ddcb296
   176 
   176 
   177 pull with "forced" policy
   177 pull with "forced" policy
   178 -------------------------
   178 -------------------------
   179 
   179 
   180   $ cp -R client client-forced
   180   $ cp -R client client-forced
   181   $ hg -R client-forced paths --config paths.default:pulled-delta-reuse-policy=forced 2>&1 | "$PYTHON" $TESTDIR/filtertraceback.py
   181   $ hg -R client-forced paths --config paths.default:pulled-delta-reuse-policy=forced
   182   default = $TESTTMP/server
   182   default = $TESTTMP/server
   183   default:pulled-delta-reuse-policy = ** unknown exception encountered, please report by visiting
   183   default:pulled-delta-reuse-policy = 2
   184   ** https://mercurial-scm.org/wiki/BugTracker
       
   185   ** Python * (glob)
       
   186   ** Mercurial Distributed SCM (*) (glob)
       
   187   ** Extensions loaded: 
       
   188   Traceback (most recent call last):
       
   189   TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'int'
       
   190   $ hg -R client-forced pull --config paths.default:pulled-delta-reuse-policy=forced
   184   $ hg -R client-forced pull --config paths.default:pulled-delta-reuse-policy=forced
   191   pulling from $TESTTMP/server
   185   pulling from $TESTTMP/server
   192   requesting all changes
   186   requesting all changes
   193   adding changesets
   187   adding changesets
   194   adding manifests
   188   adding manifests