# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:19 # Node ID e4b2f0ebd6e223cd3d5edee0f688841635664a12 # Parent c133b1fb746770773a2b66f1b10e63066dbe7527 en-us: initialization diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -299,7 +299,7 @@ class localrepository(object): def hiddenrevs(self): """hiddenrevs: revs that should be hidden by command and tools - This set is carried on the repo to ease initialisation and lazy + This set is carried on the repo to ease initialization and lazy loading it'll probably move back to changelog for efficiently and consistency reason