[PATCH 4 of 6 lazymanifest-errors] lazymanifest: add missing closing parenthesis in comment

Augie Fackler raf at durin42.com
Thu Dec 31 13:05:48 CST 2015


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# Date 1451587499 18000
#      Thu Dec 31 13:44:59 2015 -0500
# Node ID 47c7daf84a37ad5ebdeb89861d4f25429a7e1d13
# Parent  137312daf44138dfe05826e7d928e345acf62a72
lazymanifest: add missing closing parenthesis in comment

diff --git a/mercurial/manifest.c b/mercurial/manifest.c
--- a/mercurial/manifest.c
+++ b/mercurial/manifest.c
@@ -573,7 +573,7 @@ static PyMappingMethods lazymanifest_map
 	(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)
 {


More information about the Mercurial-devel mailing list