hgext3rd/evolve/metadata.py
changeset 5111 1fe3f7ffb462
parent 4892 38079b848657
parent 5110 48abf37e552b
child 5147 83b607a9296d
equal deleted inserted replaced
5083:e50f4fc6cc6d 5111:1fe3f7ffb462
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 __version__ = b'9.3.0.dev'
     8 __version__ = b'9.3.0.dev'
     9 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1'
     9 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3'
    10 minimumhgversion = b'4.5'
    10 minimumhgversion = b'4.5'
    11 buglink = b'https://bz.mercurial-scm.org/'
    11 buglink = b'https://bz.mercurial-scm.org/'