Mercurial > evolve
comparison hgext/simple4server.py @ 1328:9321889d119a stable
simple4server: update bugtracker link
We moved all evolution related bug to the core Mercurial tracker.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 06 May 2015 11:29:15 -0700 |
parents | c52c15100fb2 |
children | 344774ef5a05 |
comparison
equal
deleted
inserted
replaced
1312:1218ad94a351 | 1328:9321889d119a |
---|---|
7 | 7 |
8 For client side usages it is recommended to use the evolve extension for | 8 For client side usages it is recommended to use the evolve extension for |
9 improved user interface.''' | 9 improved user interface.''' |
10 | 10 |
11 testedwith = '3.3.3 3.4-rc' | 11 testedwith = '3.3.3 3.4-rc' |
12 buglink = 'https://bitbucket.org/marmoute/mutable-history/issues' | 12 buglink = 'http://bz.selenic.com/' |
13 | 13 |
14 import mercurial.obsolete | 14 import mercurial.obsolete |
15 mercurial.obsolete._enabled = True | 15 mercurial.obsolete._enabled = True |
16 | 16 |
17 import struct | 17 import struct |