##// END OF EJS Templates
copies: avoid calculating debug-only stuff without --debug...
copies: avoid calculating debug-only stuff without --debug `renamedeleteset` and `divergeset` is only used with `repo.ui.debugflag`, so let's avoid calculating them otherwise. While at it, I also added a `del renamedeleteset` for consistency. Differential Revision: https://phab.mercurial-scm.org/D7976
Martin von Zweigbergk -
r44623:782e0d9c default
Show More
Name Size Modified Last Commit Author
/ contrib / packaging / hgpackaging
__init__.py Loading ...
cli.py Loading ...
downloads.py Loading ...
inno.py Loading ...
py2exe.py Loading ...
util.py Loading ...
wix.py Loading ...