Show More
@@ -366,6 +366,7 b' addunfinished(' | |||||
366 | fname=b'bisect.state', |
|
366 | fname=b'bisect.state', | |
367 | allowcommit=True, |
|
367 | allowcommit=True, | |
368 | reportonly=True, |
|
368 | reportonly=True, | |
|
369 | cmdhint=_(b"use 'hg bisect --reset'"), | |||
369 | statushint=_( |
|
370 | statushint=_( | |
370 | b'To mark the changeset good: hg bisect --good\n' |
|
371 | b'To mark the changeset good: hg bisect --good\n' | |
371 | b'To mark the changeset bad: hg bisect --bad\n' |
|
372 | b'To mark the changeset bad: hg bisect --bad\n' |
@@ -794,3 +794,14 b' user adds irrelevant but consistent info' | |||||
794 | 17:228c06deef46 |
|
794 | 17:228c06deef46 | |
795 | 18:d42e18c7bc9b |
|
795 | 18:d42e18c7bc9b | |
796 | $ hg log -q -r 'bisect(untested)' |
|
796 | $ hg log -q -r 'bisect(untested)' | |
|
797 | ||||
|
798 | in-progress bisect interacts with hg merge (issue6527) | |||
|
799 | ||||
|
800 | $ hg up -r 17 -q | |||
|
801 | $ hg merge 7 | |||
|
802 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
803 | (branch merge, don't forget to commit) | |||
|
804 | $ hg merge --abort | |||
|
805 | abort: cannot abort merge with bisect in progress | |||
|
806 | (use 'hg bisect --reset') | |||
|
807 | [20] |
General Comments 0
You need to be logged in to leave comments.
Login now