tests/test-bundle.t
changeset 48876 42d2b31cee0b
parent 48693 de3ac3d2c60b
child 49227 2bcf5e14bb7e
equal deleted inserted replaced
48875:6000f5b25c9b 48876:42d2b31cee0b
   464 (this also confirms that streamclone-ed changes are visible via
   464 (this also confirms that streamclone-ed changes are visible via
   465 @filecache properties to in-process procedures before closing
   465 @filecache properties to in-process procedures before closing
   466 transaction)
   466 transaction)
   467 
   467 
   468   $ cat > $TESTTMP/showtip.py <<EOF
   468   $ cat > $TESTTMP/showtip.py <<EOF
   469   > from __future__ import absolute_import
       
   470   > 
   469   > 
   471   > def showtip(ui, repo, hooktype, **kwargs):
   470   > def showtip(ui, repo, hooktype, **kwargs):
   472   >     ui.warn(b'%s: %s\n' % (hooktype, repo[b'tip'].hex()[:12]))
   471   >     ui.warn(b'%s: %s\n' % (hooktype, repo[b'tip'].hex()[:12]))
   473   > 
   472   > 
   474   > def reposetup(ui, repo):
   473   > def reposetup(ui, repo):