Show More
@@ -16,6 +16,7 b' test-backout.t' | |||||
16 | test-backwards-remove.t |
|
16 | test-backwards-remove.t | |
17 | test-basic.t |
|
17 | test-basic.t | |
18 | test-bheads.t |
|
18 | test-bheads.t | |
|
19 | test-bisect.t | |||
19 | test-bisect2.t |
|
20 | test-bisect2.t | |
20 | test-blackbox.t |
|
21 | test-blackbox.t | |
21 | test-bookmarks-current.t |
|
22 | test-bookmarks-current.t |
@@ -465,8 +465,8 b' test bisecting command' | |||||
465 | > from __future__ import absolute_import |
|
465 | > from __future__ import absolute_import | |
466 | > import sys |
|
466 | > import sys | |
467 | > from mercurial import hg, ui as uimod |
|
467 | > from mercurial import hg, ui as uimod | |
468 | > repo = hg.repository(uimod.ui.load(), '.') |
|
468 | > repo = hg.repository(uimod.ui.load(), b'.') | |
469 | > if repo['.'].rev() < 6: |
|
469 | > if repo[b'.'].rev() < 6: | |
470 | > sys.exit(1) |
|
470 | > sys.exit(1) | |
471 | > EOF |
|
471 | > EOF | |
472 | $ chmod +x script.py |
|
472 | $ chmod +x script.py |
General Comments 0
You need to be logged in to leave comments.
Login now