Merge lp:~cjwatson/launchpad/git-translate-trailing-path-defaults into lp:launchpad
Proposed by
Colin Watson
on 2015-03-30
Status: | Merged |
---|---|
Merged at revision: | 17417 |
Proposed branch: | lp:~cjwatson/launchpad/git-translate-trailing-path-defaults |
Merge into: | lp:launchpad |
Diff against target: |
141 lines (+39/-14) 4 files modified
lib/lp/code/interfaces/gitlookup.py (+2/-1) lib/lp/code/model/gitlookup.py (+21/-9) lib/lp/code/model/tests/test_gitlookup.py (+11/-2) lib/lp/registry/browser/person.py (+5/-2) |
To merge this branch: | bzr merge lp:~cjwatson/launchpad/git-translate-trailing-path-defaults |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Colin Watson | Approve on 2015-03-30 | ||
Review via email:
|
Commit message
Make GitLookup.getByPath handle trailing path segments on objects which are also traversable.
Description of the change
Make GitLookup.getByPath handle trailing path segments on objects which are also traversable.
This fixes a case I missed in https:/
To post a comment you must log in.
review:
Approve