simple4server: update bugtracker link
We moved all evolution related bug to the core Mercurial tracker.
--- a/README Mon May 04 10:58:14 2015 -0700
+++ b/README Wed May 06 11:29:15 2015 -0700
@@ -57,6 +57,7 @@
- support -i option for `hg amend` if commit supports it (3.4)
- fix the `debugrecordpruneparents` utility
- fix some possible crash during command abort (release non-existant transaction)
+- fix simple4server bug tracker URL
5.1.4 -- 2015-04-23
--- a/hgext/simple4server.py Mon May 04 10:58:14 2015 -0700
+++ b/hgext/simple4server.py Wed May 06 11:29:15 2015 -0700
@@ -9,7 +9,7 @@
improved user interface.'''
testedwith = '3.3.3 3.4-rc'
-buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
+buglink = 'http://bz.selenic.com/'
import mercurial.obsolete
mercurial.obsolete._enabled = True