Merge lp:~cjwatson/python-oops-tools/add-git-support into lp:python-oops-tools
Proposed by
Colin Watson
Status: | Merged |
---|---|
Approved by: | Colin Watson |
Approved revision: | 56 |
Merged at revision: | 58 |
Proposed branch: | lp:~cjwatson/python-oops-tools/add-git-support |
Merge into: | lp:python-oops-tools |
Diff against target: |
52 lines (+8/-5) 3 files modified
src/oopstools/oops/models.py (+6/-3) src/oopstools/oops/templates/oops.html (+1/-1) src/oopstools/oops/test/oops.txt (+1/-1) |
To merge this branch: | bzr merge lp:~cjwatson/python-oops-tools/add-git-support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+305726@code.launchpad.net |
Commit message
Adjust revision handling to cope with projects that use git.
Description of the change
"revno" is a bit bzr-specific, and Launchpad itself will be switching to git soon. Accept "revision" in oopses instead and expect it to be a character field, but continue to tolerate oopses that use "revno".
To post a comment you must log in.