equal
deleted
inserted
replaced
188 b'topic.active': b'green', |
188 b'topic.active': b'green', |
189 } |
189 } |
190 |
190 |
191 __version__ = b'0.18.0.dev' |
191 __version__ = b'0.18.0.dev' |
192 |
192 |
193 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1' |
193 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3' |
194 minimumhgversion = b'4.5' |
194 minimumhgversion = b'4.5' |
195 buglink = b'https://bz.mercurial-scm.org/' |
195 buglink = b'https://bz.mercurial-scm.org/' |
196 |
196 |
197 if util.safehasattr(registrar, 'configitem'): |
197 if util.safehasattr(registrar, 'configitem'): |
198 |
198 |