simple4server: update bugtracker link stable
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 06 May 2015 11:29:15 -0700
branchstable
changeset 1328 9321889d119a
parent 1312 1218ad94a351
child 1329 344774ef5a05
simple4server: update bugtracker link We moved all evolution related bug to the core Mercurial tracker.
README
hgext/simple4server.py
--- 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