Mercurial > evolve
comparison hgext3rd/serverminitopic.py @ 4364:b74a31c69ad5 stable
minitopic: add warning about extensions state and testing
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 23 Jan 2019 09:05:12 -0500 |
parents | 49d442a2207f |
children | c6d1b0a6babe |
comparison
equal
deleted
inserted
replaced
4357:45a6890ca656 | 4364:b74a31c69ad5 |
---|---|
1 """enable a minimal verison of topic for server | 1 """enable a minimal verison of topic for server |
2 | |
3 ! This extensions is not actively maintained | |
4 ! We recommand using the main topic extension instead | |
2 | 5 |
3 Non publishing repository will see topic as "branch:topic" in the branch field. | 6 Non publishing repository will see topic as "branch:topic" in the branch field. |
4 | 7 |
5 In addition to adding the extensions, the feature must be manually enabled in the config: | 8 In addition to adding the extensions, the feature must be manually enabled in the config: |
6 | 9 |