comparison tests/test-pull-bundle.t @ 38021:538e850ae737

tests: mark tests that fail when using chg as #require no-chg As far as I can tell, most of these failures are due to using $HGPORT, which it seems chg might be using itself? I don't know enough to debug these failures to fix them properly. Differential Revision: https://phab.mercurial-scm.org/D3562
author Kyle Lippincott <spectral@google.com>
date Tue, 15 May 2018 11:52:43 -0700
parents fb91757471b5
children 7e4a856a4f05
comparison
equal deleted inserted replaced
38020:9d44c71bd892 38021:538e850ae737
1 #require no-chg
2
1 $ hg init repo 3 $ hg init repo
2 $ cd repo 4 $ cd repo
3 $ echo foo > foo 5 $ echo foo > foo
4 $ hg ci -qAm 'add foo' 6 $ hg ci -qAm 'add foo'
5 $ echo >> foo 7 $ echo >> foo