changeset 1424: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 1218ad94a351
children 344774ef5a05
files README hgext/simple4server.py
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -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
+++ b/hgext/simple4server.py
@@ -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