##// END OF EJS Templates
localrepo: use commonancestorsheads for checking linear heritage in file commit...
localrepo: use commonancestorsheads for checking linear heritage in file commit If two revisions are linearly related, there will only be one ancestor, and commonancestors and commonancestorsheads would give the same result. commonancestorsheads is however slightly simpler, faster and more correct.
Mads Kiilerich -
r21106:53433d8f default
Show More