mercurial/localrepo.py
changeset 17434 038f4f0439d7
parent 17427 57c6c24b9bc4
child 17469 fb72eec7efd8
--- a/mercurial/localrepo.py	Wed Aug 29 21:26:39 2012 +0200
+++ b/mercurial/localrepo.py	Thu Aug 30 22:13:24 2012 +0200
@@ -306,6 +306,8 @@
         Note that the hiddenrevs will needs invalidations when
         - a new changesets is added (possible unstable above extinct)
         - a new obsolete marker is added (possible new extinct changeset)
+
+        hidden changesets cannot have non-hidden descendants
         """
         hidden = set()
         if self.obsstore: