evolve: point to the core mercurial tracker for bugfix stable
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 30 Jul 2014 13:38:33 -0700
branchstable
changeset 1012 205d549a972f
parent 1011 0b44ae30cf3b
child 1013 58ff9d9c0746
child 1025 b96c9af18453
evolve: point to the core mercurial tracker for bugfix As per Matt Mackall request evolution related bug should be filled again the main tracker as at some point al lof evolve wil be in core.
hgext/evolve.py
--- a/hgext/evolve.py	Wed Jul 30 13:37:46 2014 -0700
+++ b/hgext/evolve.py	Wed Jul 30 13:38:33 2014 -0700
@@ -20,7 +20,7 @@
 '''
 
 testedwith = '3.0.1'
-buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
+buglink = 'http://bz.selenic.com/'
 
 import sys
 import random