Modify ↓
Opened 15 years ago
Closed 15 years ago
#8573 closed enhancement (fixed)
Unified diffs generated by trac don't work with Review Board
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 0.11.6 |
Component: | version control/changeset view | Version: | 0.12dev |
Severity: | trivial | Keywords: | diff |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Review Board (reviewboard) requires two spaces or a tab between the pathname and revision.
The attached patch is against trunk but it'd make my life easier if it were applied to the 0.11 stable branch too.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | trac-reviewboard-support.diff added |
---|
comment:2 by , 15 years ago
We don't integrate - but it would be nice to be able to download the changeset from trac and upload it to reviewboard, which is enabled by this patch.
comment:3 by , 15 years ago
Milestone: | → 0.11.6 |
---|---|
Owner: | set to |
Severity: | normal → trivial |
Indeed, both GNU diff
and svn diff
place a tab there.
comment:4 by , 15 years ago
Keywords: | diff added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Patch applied in [8481]. Thanks!
Note:
See TracTickets
for help on using tickets.
Patch to versioncontrol/web_ui/changeset.py