Rev 4870: Fix more 'edge' references in comments and one test. in file:///home/vila/src/bzr/bugs/583667-lp-no-edge-2.1/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Nov 26 16:31:45 GMT 2010
At file:///home/vila/src/bzr/bugs/583667-lp-no-edge-2.1/
------------------------------------------------------------
revno: 4870
revision-id: v.ladeuil+lp at free.fr-20101126163145-pa05nogp9of79mxa
parent: v.ladeuil+lp at free.fr-20101126161957-0g5wlr5g8873i5rf
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 583667-lp-no-edge-2.1
timestamp: Fri 2010-11-26 17:31:45 +0100
message:
Fix more 'edge' references in comments and one test.
-------------- next part --------------
=== modified file 'bzrlib/plugins/launchpad/test_lp_open.py'
--- a/bzrlib/plugins/launchpad/test_lp_open.py 2010-11-26 16:19:57 +0000
+++ b/bzrlib/plugins/launchpad/test_lp_open.py 2010-11-26 16:31:45 +0000
@@ -96,6 +96,6 @@
'bzr+ssh://bazaar.launchpad.net/~foo/bar/baz')
self.build_tree(['lp/a/'])
self.assertEqual(
- ['Opening https://code.edge.launchpad.net/~foo/bar/baz in web '
+ ['Opening https://code.launchpad.net/~foo/bar/baz in web '
'browser'],
self.run_open('.', working_dir='lp/a'))
=== modified file 'bzrlib/tests/blackbox/test_shelve.py'
--- a/bzrlib/tests/blackbox/test_shelve.py 2010-02-17 17:11:16 +0000
+++ b/bzrlib/tests/blackbox/test_shelve.py 2010-11-26 16:31:45 +0000
@@ -68,7 +68,7 @@
self.assertIs(None, tree.get_shelf_manager().last_shelf())
def test_unshelve_keep(self):
- # https://bugs.edge.launchpad.net/bzr/+bug/492091
+ # https://bugs.launchpad.net/bzr/+bug/492091
tree = self.make_branch_and_tree('.')
# shelve apparently unhappy working with a tree with no root yet
tree.commit('make root')
=== modified file 'bzrlib/tests/per_bzrdir/test_bzrdir.py'
--- a/bzrlib/tests/per_bzrdir/test_bzrdir.py 2010-02-17 17:11:16 +0000
+++ b/bzrlib/tests/per_bzrdir/test_bzrdir.py 2010-11-26 16:31:45 +0000
@@ -1179,7 +1179,7 @@
# for remote formats, there must be no prior assumption about the
# network name to use - it's possible that this may somehow have got
# in through an unisolated test though - see
- # <https://bugs.edge.launchpad.net/bzr/+bug/504102>
+ # <https://bugs.launchpad.net/bzr/+bug/504102>
self.assertEquals(getattr(self.bzrdir_format,
'_network_name', None),
None)
=== modified file 'bzrlib/tests/per_workingtree/test_workingtree.py'
--- a/bzrlib/tests/per_workingtree/test_workingtree.py 2010-01-13 23:06:42 +0000
+++ b/bzrlib/tests/per_workingtree/test_workingtree.py 2010-11-26 16:31:45 +0000
@@ -611,7 +611,7 @@
rev1 = wt.commit('first master commit')
self.build_tree_contents([('wt/a', 'new content')])
rev2 = wt.commit('second master commit')
- # https://bugs.edge.launchpad.net/bzr/+bug/45719/comments/20
+ # https://bugs.launchpad.net/bzr/+bug/45719/comments/20
# when adding 'update -r' we should make sure all wt formats support
# it
conflicts = wt.update(revision=rev1)
More information about the bazaar-commits
mailing list