Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 2807:cc3e09e033a3 stable 6.6.0
packaging: prepare version 6.6.0
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 25 Jul 2017 15:15:42 +0200 |
parents | a789b9d5b60c |
children | 768e2629cb48 |
comparison
equal
deleted
inserted
replaced
2806:7c5ea3c3ed43 | 2807:cc3e09e033a3 |
---|---|
116 # (first pick I could think off, update as needed | 116 # (first pick I could think off, update as needed |
117 'log.topic': 'green_background', | 117 'log.topic': 'green_background', |
118 'topic.active': 'green', | 118 'topic.active': 'green', |
119 } | 119 } |
120 | 120 |
121 version = '0.2.0.dev' | 121 version = '0.2.0' |
122 testedwith = '4.0.2 4.1.3 4.2.1' | 122 testedwith = '4.0.2 4.1.3 4.2.1' |
123 minimumhgversion = '4.0' | 123 minimumhgversion = '4.0' |
124 buglink = 'https://bz.mercurial-scm.org/' | 124 buglink = 'https://bz.mercurial-scm.org/' |
125 | 125 |
126 def _contexttopic(self, force=False): | 126 def _contexttopic(self, force=False): |