Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/util.py @ 33841:fa7e30efe05a
i18n: get translation entries for description of each compression engines
Now, hggettext can be applied safely on util.py, of which
i18nfunctions contains appropriate objects related to each compression
types.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Tue, 15 Aug 2017 21:09:33 +0900 |
parents | ed04d7254a91 |
children | 7d5bc0e5b88f |
comparison
equal
deleted
inserted
replaced
33840:d5ef17608159 | 33841:fa7e30efe05a |
---|---|
3757 | 3757 |
3758 items[bt[0]] = value | 3758 items[bt[0]] = value |
3759 | 3759 |
3760 return items | 3760 return items |
3761 | 3761 |
3762 i18nfunctions = bundlecompressiontopics().values() | |
3763 | |
3762 # convenient shortcut | 3764 # convenient shortcut |
3763 dst = debugstacktrace | 3765 dst = debugstacktrace |