Mercurial > public > mercurial-scm > hg-stable
diff mercurial/changelog.py @ 1400:cf9a1233738a
i18n first part: make '_' available for files who need it
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org |
---|---|
date | Tue, 18 Oct 2005 18:37:48 -0700 |
parents | 0f25830f6bc3 |
children | 9d2c2e6b32b5 |
line wrap: on
line diff
--- a/mercurial/changelog.py Tue Oct 18 17:57:27 2005 -0700 +++ b/mercurial/changelog.py Tue Oct 18 18:37:48 2005 -0700 @@ -6,6 +6,7 @@ # of the GNU General Public License, incorporated herein by reference. from revlog import * +from i18n import gettext as _ from demandload import demandload demandload(globals(), "os time util")