Show More
@@ -3438,7 +3438,7 b' def commitstatus(repo, node, branch, bhe' | |||||
3438 | and bheads |
|
3438 | and bheads | |
3439 | and node not in bheads |
|
3439 | and node not in bheads | |
3440 | and not any( |
|
3440 | and not any( | |
3441 |
|
|
3441 | p.node() in bheads and p.branch() == branch for p in parents | |
3442 | ) |
|
3442 | ) | |
3443 | ): |
|
3443 | ): | |
3444 | repo.ui.status(_(b'created new head\n')) |
|
3444 | repo.ui.status(_(b'created new head\n')) |
General Comments 0
You need to be logged in to leave comments.
Login now