hgext3rd/topic/__init__.py
branchstable
changeset 5355 0b5d1b0b3336
parent 5299 426f2800b793
equal deleted inserted replaced
5354:f1172af7ff59 5355:0b5d1b0b3336
   200               # (first pick I could think off, update as needed
   200               # (first pick I could think off, update as needed
   201               b'log.topic': b'green_background',
   201               b'log.topic': b'green_background',
   202               b'topic.active': b'green',
   202               b'topic.active': b'green',
   203               }
   203               }
   204 
   204 
   205 __version__ = b'0.19.0.dev'
   205 __version__ = b'0.18.2'
   206 
   206 
   207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3'
   207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4'
   208 minimumhgversion = b'4.6'
   208 minimumhgversion = b'4.6'
   209 buglink = b'https://bz.mercurial-scm.org/'
   209 buglink = b'https://bz.mercurial-scm.org/'
   210 
   210 
   211 if util.safehasattr(registrar, 'configitem'):
   211 if util.safehasattr(registrar, 'configitem'):
   212 
   212