changeset 1012:205d549a972f stable

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.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Jul 2014 13:38:33 -0700
parents 0b44ae30cf3b
children 58ff9d9c0746 b96c9af18453
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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