hgext3rd/topic/__init__.py
branchstable
changeset 5285 8d955635cf45
parent 5277 9ed5f9c5d8ae
child 5287 0cb07fb5d158
equal deleted inserted replaced
5277:9ed5f9c5d8ae 5285:8d955635cf45
   201               # (first pick I could think off, update as needed
   201               # (first pick I could think off, update as needed
   202               b'log.topic': b'green_background',
   202               b'log.topic': b'green_background',
   203               b'topic.active': b'green',
   203               b'topic.active': b'green',
   204               }
   204               }
   205 
   205 
   206 __version__ = b'0.18.1.dev'
   206 __version__ = b'0.18.1'
   207 
   207 
   208 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3'
   208 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3'
   209 minimumhgversion = b'4.6'
   209 minimumhgversion = b'4.6'
   210 buglink = b'https://bz.mercurial-scm.org/'
   210 buglink = b'https://bz.mercurial-scm.org/'
   211 
   211