Mercurial > public > mercurial-scm > hg
diff tests/test-bundle2-format.t @ 22955:fab9dda0f2a3
obsolete: update tests to use obsolete options
The obsolete._enabled flag has become a config option. This updates all but one
of the tests to use the minimal number of flags necessary for them to pass. For
most tests this is just 'createmarkers', for a couple tests it's
'allowunstable', and for even fewer it's 'exchange'.
author | Durham Goode <durham@fb.com> |
---|---|
date | Tue, 14 Oct 2014 13:34:25 -0700 |
parents | 978cce51cc5f |
children | 03f3af8f4415 |
line wrap: on
line diff
--- a/tests/test-bundle2-format.t Tue Oct 14 13:27:00 2014 -0700 +++ b/tests/test-bundle2-format.t Tue Oct 14 13:34:25 2014 -0700 @@ -23,7 +23,6 @@ > from mercurial import error > from mercurial import obsolete > - > obsolete._enabled = True > > try: > import msvcrt @@ -197,6 +196,7 @@ > bundle2=$TESTTMP/bundle2.py > [experimental] > bundle2-exp=True + > evolution=createmarkers > [ui] > ssh=python "$TESTDIR/dummyssh" > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}