comparison hgext/evolve.py @ 1726:192cdab2884e

evolve: update buglink to point to bz.mercurial-scm.org
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 27 Aug 2016 20:24:58 +0800
parents b4be34677fda
children 8ed0266c58a3
comparison
equal deleted inserted replaced
1725:04be939179a6 1726:192cdab2884e
19 - improves some aspect of the early implementation in Mercurial core 19 - improves some aspect of the early implementation in Mercurial core
20 ''' 20 '''
21 21
22 __version__ = '5.4.1' 22 __version__ = '5.4.1'
23 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9' 23 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9'
24 buglink = 'http://bz.selenic.com/' 24 buglink = 'https://bz.mercurial-scm.org/'
25 25
26 26
27 evolutionhelptext = """ 27 evolutionhelptext = """
28 Obsolescence markers make it possible to mark changesets that have been 28 Obsolescence markers make it possible to mark changesets that have been
29 deleted or superset in a new version of the changeset. 29 deleted or superset in a new version of the changeset.