##// END OF EJS Templates
cleanup: use slightly more meaningful name for temporary variable...
Manuel Jacob -
r45582:0c40d2d1 default
parent child Browse files
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 x.node() in bheads and x.branch() == branch for x in parents
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