diff hgext/evolve.py @ 1013:58ff9d9c0746

merge with stable
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Jul 2014 13:40:40 -0700
parents a010ba5a0ffb 205d549a972f
children 93507c20739e
line wrap: on
line diff
--- a/hgext/evolve.py	Wed Jul 30 13:14:13 2014 -0700
+++ b/hgext/evolve.py	Wed Jul 30 13:40:40 2014 -0700
@@ -16,11 +16,11 @@
     - enables the "Changeset Obsolescence" feature of mercurial,
     - alters core commands and extensions that rewrite history to use
       this feature,
-    - improves some aspect of the early implementation in 2.3
+    - improves some aspect of the early implementation in Mercurial core
 '''
 
 testedwith = '3.0.1 3.1'
-buglink = 'https://bitbucket.org/marmoute/mutable-history/issues'
+buglink = 'http://bz.selenic.com/'
 
 import sys
 import random