[PATCH 1 of 2] urls: bulk-change BTS urls to new location

Matt Mackall mpm at selenic.com
Wed Sep 30 21:32:12 UTC 2015


# HG changeset patch
# User Matt Mackall <mpm at selenic.com>
# Date 1443645067 18000
#      Wed Sep 30 15:31:07 2015 -0500
# Node ID 2fc86d92c4a98a1ecfc63164b1e8ca1fbf0ea0fe
# Parent  46af0adb5c375cc51ce0d29cbdcd8ba843a33425
urls: bulk-change BTS urls to new location

diff -r 46af0adb5c37 -r 2fc86d92c4a9 hgext/win32text.py
--- a/hgext/win32text.py	Sat Sep 26 12:17:44 2015 +0900
+++ b/hgext/win32text.py	Wed Sep 30 15:31:07 2015 -0500
@@ -62,7 +62,7 @@
     # warn if already has 'newline' in repository.
     # it might cause unexpected eol conversion.
     # see issue 302:
-    #   http://mercurial.selenic.com/bts/issue302
+    #   https://bz.mercurial-scm.org/302
     if newline in s and ui and filename and repo:
         ui.warn(_('WARNING: %s already has %s line endings\n'
                   'and does not need EOL conversion by the win32text plugin.\n'
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-bundle.t
--- a/tests/test-bundle.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-bundle.t	Wed Sep 30 15:31:07 2015 -0500
@@ -437,7 +437,7 @@
   abort: empty destination path is not valid
   [255]
 
-test for http://mercurial.selenic.com/bts/issue216
+test for https://bz.mercurial-scm.org/216
 
 Unbundle incremental bundles into fresh empty in one go
 
@@ -551,7 +551,7 @@
 
   $ cd ..
 
-test for http://mercurial.selenic.com/bts/issue1144
+test for https://bz.mercurial-scm.org/1144
 
 test that verify bundle does not traceback
 
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-convert-cvs-branch.t
--- a/tests/test-convert-cvs-branch.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-convert-cvs-branch.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,7 +1,7 @@
 #require cvs
 
-This is http://mercurial.selenic.com/bts/issue1148
-and http://mercurial.selenic.com/bts/issue1447
+This is https://bz.mercurial-scm.org/1148
+and https://bz.mercurial-scm.org/1447
 
   $ cvscall()
   > {
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-eol-tag.t
--- a/tests/test-eol-tag.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-eol-tag.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue2493
+https://bz.mercurial-scm.org/2493
 
 Testing tagging with the EOL extension
 
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-eolfilename.t
--- a/tests/test-eolfilename.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-eolfilename.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,6 +1,6 @@
 #require eol-in-paths
 
-http://mercurial.selenic.com/bts/issue352
+https://bz.mercurial-scm.org/352
 
 test issue352
 
@@ -51,7 +51,7 @@
   abort: '\n' and '\r' disallowed in filenames: 'quick\rfox'
   [255]
 
-http://mercurial.selenic.com/bts/issue2036
+https://bz.mercurial-scm.org/2036
 
   $ cd ..
 
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue1089.t
--- a/tests/test-issue1089.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue1089.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue1089
+https://bz.mercurial-scm.org/1089
 
   $ hg init
   $ mkdir a
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue1175.t
--- a/tests/test-issue1175.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue1175.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue1175
+https://bz.mercurial-scm.org/1175
 
   $ hg init
   $ touch a
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue1306.t
--- a/tests/test-issue1306.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue1306.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue1306
+https://bz.mercurial-scm.org/1306
 
 Initialize remote repo with branches:
 
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue1438.t
--- a/tests/test-issue1438.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue1438.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,6 +1,6 @@
 #require symlink
 
-http://mercurial.selenic.com/bts/issue1438
+https://bz.mercurial-scm.org/1438
 
   $ hg init
 
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue1502.t
--- a/tests/test-issue1502.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue1502.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue1502
+https://bz.mercurial-scm.org/1502
 
 Initialize repository
 
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue1877.t
--- a/tests/test-issue1877.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue1877.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue1877
+https://bz.mercurial-scm.org/1877
 
   $ hg init a
   $ cd a
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue2137.t
--- a/tests/test-issue2137.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue2137.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue2137
+https://bz.mercurial-scm.org/2137
 
 Setup:
 
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue522.t
--- a/tests/test-issue522.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue522.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue522
+https://bz.mercurial-scm.org/522
 
 In the merge below, the file "foo" has the same contents in both
 parents, but if we look at the file-level history, we'll notice that
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue612.t
--- a/tests/test-issue612.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue612.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue612
+https://bz.mercurial-scm.org/612
 
   $ hg init
   $ mkdir src
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue619.t
--- a/tests/test-issue619.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue619.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue619
+https://bz.mercurial-scm.org/619
 
   $ hg init
   $ echo a > a
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue660.t
--- a/tests/test-issue660.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue660.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,5 +1,5 @@
-http://mercurial.selenic.com/bts/issue660 and:
-http://mercurial.selenic.com/bts/issue322
+https://bz.mercurial-scm.org/660 and:
+https://bz.mercurial-scm.org/322
 
   $ hg init
   $ echo a > a
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue672.t
--- a/tests/test-issue672.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue672.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue672
+https://bz.mercurial-scm.org/672
 
 # 0-2-4
 #  \ \ \
diff -r 46af0adb5c37 -r 2fc86d92c4a9 tests/test-issue842.t
--- a/tests/test-issue842.t	Sat Sep 26 12:17:44 2015 +0900
+++ b/tests/test-issue842.t	Wed Sep 30 15:31:07 2015 -0500
@@ -1,4 +1,4 @@
-http://mercurial.selenic.com/bts/issue842
+https://bz.mercurial-scm.org/842
 
   $ hg init
   $ echo foo > a


More information about the Mercurial-devel mailing list