Show More
@@ -511,7 +511,9 b' def createchangeset(ui, log, fuzz=60, me' | |||||
511 | e.comment == c.comment and |
|
511 | e.comment == c.comment and | |
512 | e.author == c.author and |
|
512 | e.author == c.author and | |
513 | e.branch == c.branch and |
|
513 | e.branch == c.branch and | |
514 |
e |
|
514 | (not hasattr(e, 'branchpoints') or | |
|
515 | not hasattr (c, 'branchpoints') or | |||
|
516 | e.branchpoints == c.branchpoints) and | |||
515 | ((c.date[0] + c.date[1]) <= |
|
517 | ((c.date[0] + c.date[1]) <= | |
516 | (e.date[0] + e.date[1]) <= |
|
518 | (e.date[0] + e.date[1]) <= | |
517 | (c.date[0] + c.date[1]) + fuzz) and |
|
519 | (c.date[0] + c.date[1]) + fuzz) and |
General Comments 0
You need to be logged in to leave comments.
Login now