Merge lp://staging/~mnordhoff/loggerhead/readonly_local_path_from_url into lp://staging/loggerhead
Status: | Merged |
---|---|
Approved by: | Martin Albisetti |
Approved revision: | 402 |
Merged at revision: | not available |
Proposed branch: | lp://staging/~mnordhoff/loggerhead/readonly_local_path_from_url |
Merge into: | lp://staging/loggerhead |
Diff against target: |
91 lines (+19/-6) 4 files modified
NEWS (+3/-0) loggerhead/apps/branch.py (+4/-2) loggerhead/apps/transport.py (+2/-4) loggerhead/util.py (+10/-0) |
To merge this branch: | bzr merge lp://staging/~mnordhoff/loggerhead/readonly_local_path_from_url |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Hudson-Doyle | Approve | ||
Martin Albisetti | Approve | ||
Review via email: mp+22150@code.staging.launchpad.net |
Commit message
Ignore readonly+ prefix when checking if a branch URL is local. (Matt Nordhoff)
Description of the change
This adds a loggerhead.
We did strip off 'readonly+' in the one place we used local_path_
I grepped around, and these should be the only locations affected.
(Darn, just thought of a better commit message...)
Updating diff...
An updated diff will be available in a few minutes. Reload to see the changes.
Ehh, maybe the function I added should be given a unique name? "local_ path_from_ readonly_ url" works, but it's rather long...