comparison tests/test-convert-bzr-114.t @ 26066:89872688893f

tests: move '#require bzr' into .t files The bzr tests are the only .t tests calling hghave (aside from the tests testing hghave itself). This pattern is a one-off and prevents desired refactors to how requirements checking is integrated into tests. Use the convention used everywhere else.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 22 Aug 2015 10:22:12 -0700
parents 7a9cbb315d84
children 26127236b229
comparison
equal deleted inserted replaced
26065:dceaef70e410 26066:89872688893f
1 #require bzr114 1 #require bzr bzr114
2 2
3 $ . "$TESTDIR/bzr-definitions" 3 $ . "$TESTDIR/bzr-definitions"
4 4
5 The file/directory replacement can only be reproduced on 5 The file/directory replacement can only be reproduced on
6 bzr >= 1.4. Merge it back in test-convert-bzr-directories once 6 bzr >= 1.4. Merge it back in test-convert-bzr-directories once