Mercurial > evolve
view tests/testlib @ 2009:d9c1d140a831
flake8: don't ignore E713 now that it's fixed
E713 is "test for membership should be ‘not in’"
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 07 Sep 2016 10:35:47 +0800 |
parents | 85390446f8c1 |
children |
line wrap: on
line source
#!/bin/sh # This file holds logic that is used in many tests. # It can be called in a test like this: # $ . "$TESTDIR/testlib" # Enable obsolete markers and enable extensions cat >> $HGRCPATH << EOF [experimental] evolution=createmarkers,exchange [extensions] rebase= EOF echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic" >> $HGRCPATH