Rev 161: Be a little bit more consistent in copying Projects rather than writing them from scratch. in http://bazaar.launchpad.net/~jameinel/other/bzr-windows-installers

John Arbash Meinel john at arbash-meinel.com
Wed May 25 11:47:16 UTC 2011


At http://bazaar.launchpad.net/~jameinel/other/bzr-windows-installers

------------------------------------------------------------
revno: 161
revision-id: john at arbash-meinel.com-20110525114710-l4tdrd6t2wab2if4
parent: john at arbash-meinel.com-20110525090614-hejxvu1fr7bxe5ay
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: bzr-windows-installers
timestamp: Wed 2011-05-25 13:47:10 +0200
message:
  Be a little bit more consistent in copying Projects rather than writing them from scratch.
-------------- next part --------------
=== modified file 'bazaar_releases.py'
--- a/bazaar_releases.py	2011-05-23 09:23:59 +0000
+++ b/bazaar_releases.py	2011-05-25 11:47:10 +0000
@@ -101,6 +101,7 @@
 
 subvertpy = Project('subvertpy', branch='lp:~jelmer/subvertpy/trunk')
 python_fastimport = Project('fastimport', branch='lp:python-fastimport')
+tortoisebzr = Project('tortoisebzr', branch='lp:tortoisebzr')
 
 launchpad = Plugin('launchpad', "Launchpad.net integration", core=True)
 netrc_credential_store = Plugin('netrc_credential_store',
@@ -128,7 +129,7 @@
     projects = [
         Project('bzr', 'lp:bzr/2.2', revision='tag:bzr-2.2.3'),
         subvertpy.copy_write(revision='tag:subvertpy-0.7.5'),
-        Project('tortoisebzr', revision='tag:release-0.5.8'),
+        tortoisebzr.copy_write(revision='tag:release-0.5.8'),
         python_fastimport.copy_write(revision='tag:fastimport-0.9.0'),
         ],
 
@@ -197,7 +198,7 @@
         Project('bzr', 'lp:bzr/2.3', revision='tag:bzr-2.3.3'),
         subvertpy.copy_write(revision='tag:subvertpy-0.7.5'),
         python_fastimport.copy_write(revision='tag:fastimport-0.9.0'),
-        Project('tortoisebzr', revision='tag:release-0.6.3'),
+        tortoisebzr.copy_write(revision='tag:release-0.6.3'),
         ],
 
     # The plugins to bundle
@@ -242,7 +243,7 @@
         Project('bzr', 'lp:bzr', revision='tag:bzr-2.4b2'),
         subvertpy.copy_write(revision='tag:subvertpy-0.8.0'),
         python_fastimport.copy_write(revision='tag:fastimport-0.9.0'),
-        Project('tortoisebzr', revision='tag:release-0.6.3'),
+        tortoisebzr.copy_write(revision='tag:release-0.6.3'),
         ],
 
     # The plugins to bundle
@@ -284,7 +285,7 @@
     projects = [
         Project('bzr'),
         subvertpy,
-        Project('tortoisebzr'),
+        tortoisebzr,
         ],
 
     # The plugins to bundle



More information about the bazaar-commits mailing list