Merge lp:~bialix/bzr-windows-installers/bug-790703 into lp:bzr-windows-installers

Proposed by Alexander Belchenko
Status: Merged
Merged at revision: 175
Proposed branch: lp:~bialix/bzr-windows-installers/bug-790703
Merge into: lp:bzr-windows-installers
Diff against target: 21 lines (+2/-2)
1 file modified
bazaar_releases.py (+2/-2)
To merge this branch: bzr merge lp:~bialix/bzr-windows-installers/bug-790703
Reviewer Review Type Date Requested Status
John A Meinel Pending
Review via email: mp+67580@code.launchpad.net

Description of the change

This branch updates version of bzr-explorer to 1.1.4 release, because 1.1.3 don't install send2trash library, and deleting unversioned files to trash doesn't work without this library.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bazaar_releases.py'
--- bazaar_releases.py 2011-07-09 06:27:35 +0000
+++ bazaar_releases.py 2011-07-11 16:35:58 +0000
@@ -216,7 +216,7 @@
216 bzrtools.copy_write(branch='lp:bzrtools/2.3',216 bzrtools.copy_write(branch='lp:bzrtools/2.3',
217 revision='tag:release-2.3.1'),217 revision='tag:release-2.3.1'),
218 colo.copy_write(revision='tag:0.2.1'),218 colo.copy_write(revision='tag:0.2.1'),
219 explorer.copy_write(revision='tag:release-1.1.3'),219 explorer.copy_write(revision='tag:release-1.1.4'),
220 bzr_fastimport.copy_write(revision='tag:release-0.10.0'),220 bzr_fastimport.copy_write(revision='tag:release-0.10.0'),
221 loom.copy_write(revision='revno:127'), # Latest. No 2.2 release yet221 loom.copy_write(revision='revno:127'), # Latest. No 2.2 release yet
222 pipeline.copy_write(branch='lp:bzr-pipeline/stable',222 pipeline.copy_write(branch='lp:bzr-pipeline/stable',
@@ -263,7 +263,7 @@
263 news_merge,263 news_merge,
264 bzrtools,264 bzrtools,
265 colo,265 colo,
266 explorer.copy_write(revision='tag:release-1.1.3'),266 explorer.copy_write(revision='tag:release-1.1.4'),
267 bzr_fastimport,267 bzr_fastimport,
268 loom,268 loom,
269 pipeline,269 pipeline,

Subscribers

People subscribed via source and target branches