need to be able to unload bzr-git
Bug #526133 reported by
Michael Hudson-Doyle
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Fix Released
|
Wishlist
|
Robert Collins |
Bug Description
In the launchpad tests, we expect bzr-git and the other foreign branch plugins to not be loaded, but a few tests have to load them. It would be easier for us if we could unload bzr-git at the end of the test, rather than have to play tricks with layers.
Related branches
lp://staging/~lifeless/bzr-git/bug-526133
- Michael Hudson-Doyle: Pending (code) requested
- Diff: 0 lines
Rejected
for merging
into
lp://staging/bzr-git
- Michael Hudson-Doyle: Pending requested
- Bazaar Developers: Pending requested
-
Diff: 216 lines (+110/-54)2 files modifiedNEWS (+3/-0)
__init__.py (+107/-54)
Changed in bzr-git: | |
status: | Confirmed → Fix Committed |
Changed in bzr-git: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
On 23 February 2010 11:13, Michael Hudson <email address hidden> wrote:
> Public bug reported:
>
> In the launchpad tests, we expect bzr-git and the other foreign branch
> plugins to not be loaded, but a few tests have to load them. It would
> be easier for us if we could unload bzr-git at the end of the test,
> rather than have to play tricks with layers.
bzr itself doesn't really have a concept of unloading a plugin,
because they can and sometimes do do arbitrary monkeypatching, and
that's not easy to reverse. We could add something, either
specifically for bzr-git or generally, but will your tests really be
reliable?
-- launchpad. net/~mbp/>
Martin <http://