Mercurial > hg-stable
changeset 30046:cfdbada917cd
copies: style fixes and add comment
author | Gábor Stefanik <gabor.stefanik@nng.com> |
---|---|
date | Mon, 03 Oct 2016 13:18:31 +0200 |
parents | 12cac1e4d6d9 |
children | d13a7c8bf0a5 |
files | mercurial/copies.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/copies.py Mon Oct 03 16:19:55 2016 +0200 +++ b/mercurial/copies.py Mon Oct 03 13:18:31 2016 +0200 @@ -331,7 +331,8 @@ m2 = c2.manifest() ma = ca.manifest() - copy1, copy2, = {}, {} + # see checkcopies documentation below for these dicts + copy1, copy2 = {}, {} movewithdir1, movewithdir2 = {}, {} fullcopy1, fullcopy2 = {}, {} diverge = {}