[PATCH 1 of 2] evolve: update bugzilla link

Pulkit Goyal 7895pulkit at gmail.com
Wed Aug 31 23:14:03 UTC 2016


# HG changeset patch
# User Pulkit Goyal <7895pulkit at gmail.com>
# Date 1472680411 -19800
#      Thu Sep 01 03:23:31 2016 +0530
# Branch stable
# Node ID 20689e0835c621df4cd19efe7bd06127ab1e0bf8
# Parent  7a2e0629bdee8cd842bb884094cef9683ed49520
evolve: update bugzilla link

The bugzilla link is updated to https://bz.mercurial-scm.org/

diff -r 7a2e0629bdee -r 20689e0835c6 hgext/evolve.py
--- a/hgext/evolve.py	Fri May 27 17:33:53 2016 +0200
+++ b/hgext/evolve.py	Thu Sep 01 03:23:31 2016 +0530
@@ -21,7 +21,7 @@
 
 __version__ = '5.4.0'
 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1'
-buglink = 'http://bz.selenic.com/'
+buglink = 'https://bz.mercurial-scm.org/'
 
 
 evolutionhelptext = """
diff -r 7a2e0629bdee -r 20689e0835c6 hgext/simple4server.py
--- a/hgext/simple4server.py	Fri May 27 17:33:53 2016 +0200
+++ b/hgext/simple4server.py	Thu Sep 01 03:23:31 2016 +0530
@@ -9,7 +9,7 @@
 improved user interface.'''
 
 testedwith = '3.3.3 3.4-rc'
-buglink = 'http://bz.selenic.com/'
+buglink = 'https://bz.mercurial-scm.org/'
 
 import mercurial.obsolete
 


More information about the Mercurial-devel mailing list