##// END OF EJS Templates
copies: speed up copy detection...
copies: speed up copy detection On some large repos, copy detection could spend > 10min using fctx.ancestor() to determine if file revisions were actually related. Because ancestor must traverse history to the root to determine the GCA, it was doing a lot more work than necessary. With this replacement, same status -r a:b takes ~3 seconds.
Matt Mackall -
r10262:eb243551 stable
Show More
Name Size Modified Last Commit Author
/ contrib / git-viz
git-cat-file Loading ...
git-diff-tree Loading ...
git-rev-list Loading ...
git-rev-tree Loading ...
hg-viz Loading ...