Merge lp:~abentley/bzr-builder/launchpad into lp:bzr-builder

Proposed by Aaron Bentley
Status: Superseded
Proposed branch: lp:~abentley/bzr-builder/launchpad
Merge into: lp:bzr-builder
Diff against target: 22 lines (+0/-8)
1 file modified
__init__.py (+0/-8)
To merge this branch: bzr merge lp:~abentley/bzr-builder/launchpad
Reviewer Review Type Date Requested Status
Māris Fogels (community) Approve
Review via email: mp+41623@code.launchpad.net

This proposal has been superseded by a proposal from 2010-11-23.

Commit message

update to lp:bzr-builder tip

Description of the change

This updates to bzr-builder tip so that we can use its improved error messages.

To post a comment you must log in.
Revision history for this message
Māris Fogels (mars) wrote :

Hi Aaron, this looks good. r=mars

You may want to self-review merges like this in future - I am not sure I contributed much :)

review: Approve

Unmerged revisions

68. By Aaron Bentley

update to lp:bzr-builder tip

67. By Launchpad PQM Bot

[rs=rockstar] update to lp:bzr-builder tip

66. By Launchpad PQM Bot

[r=rockstar] Update to lp:bzr-builder tip.

65. By Launchpad PQM Bot

[r=abentley] Merge from trunk

64. By Launchpad PQM Bot

[rs=rockstar]Update to trunk tip

63. By Launchpad PQM Bot

[rs=me] update to bzr-builder trunk

62. By Launchpad PQM Bot

[rs=me] remove the recursive symlink

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '__init__.py'
2--- __init__.py 2010-08-16 19:56:09 +0000
3+++ __init__.py 2010-11-23 17:09:53 +0000
4@@ -142,14 +142,6 @@
5 0.3 - added "nest-part" instruction.
6 """
7
8-if __name__ == '__main__':
9- import os
10- import subprocess
11- import sys
12- dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "plugins")
13- retcode = subprocess.call("bzr selftest -s bzrlib.plugins.builder",
14- shell=True, env={"BZR_PLUGIN_PATH": dir})
15- sys.exit(retcode)
16
17
18 from bzrlib.commands import plugin_cmds
19
20=== removed directory 'plugins'
21=== removed symlink 'plugins/builder'
22=== target was u'..'

Subscribers

People subscribed via source and target branches