[PATCH 01 of 11] copies: style fixes and add comment (issue4028)
timeless
timeless at gmail.com
Wed Oct 5 20:56:38 UTC 2016
> @@ -331,7 +331,8 @@
> m2 = c2.manifest()
> ma = ca.manifest()
>
> - copy1, copy2, = {}, {}
> + # see checkcopies documentation below for these dicts
> + copy1, copy2 = {}, {}
I've been meaning to ask:
Do we know why this is a -1+2 instead of a -0+1 diff?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20161005/aef4a6d3/attachment-0002.html>
More information about the Mercurial-devel
mailing list