Mercurial > hg-stable
changeset 27608:d6aa1a8c8d7c
lazymanifest: add missing closing parenthesis in comment
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 31 Dec 2015 13:44:59 -0500 |
parents | ee27d461bf5b |
children | ca2d4080a02e |
files | mercurial/manifest.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/manifest.c Wed Dec 30 17:10:56 2015 +0000 +++ b/mercurial/manifest.c Thu Dec 31 13:44:59 2015 -0500 @@ -558,7 +558,7 @@ (objobjargproc)lazymanifest_setitem, /* mp_ass_subscript */ }; -/* sequence methods (important or __contains__ builds an iterator */ +/* sequence methods (important or __contains__ builds an iterator) */ static int lazymanifest_contains(lazymanifest *self, PyObject *key) {