comparison hgext3rd/topic/__init__.py @ 2708:1907f5af88a8 stable

packaging: update versions to '.dev' one This help to spot install from unreleased source.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 02 Jul 2017 19:42:23 +0200
parents a7b7471b4bed
children 5d54de9cf50f
comparison
equal deleted inserted replaced
2707:7ed2ad612921 2708:1907f5af88a8
111 # (first pick I could think off, update as needed 111 # (first pick I could think off, update as needed
112 'log.topic': 'green_background', 112 'log.topic': 'green_background',
113 'topic.active': 'green', 113 'topic.active': 'green',
114 } 114 }
115 115
116 version = '0.1.0' 116 version = '0.1.1.dev'
117 testedwith = '4.0.2 4.1.3 4.2.1' 117 testedwith = '4.0.2 4.1.3 4.2.1'
118 minimumhgversion = '4.0' 118 minimumhgversion = '4.0'
119 buglink = 'https://bz.mercurial-scm.org/' 119 buglink = 'https://bz.mercurial-scm.org/'
120 120
121 def _contexttopic(self, force=False): 121 def _contexttopic(self, force=False):