Closed
Bug 389859
Opened 18 years ago
Closed 6 years ago
Need to be able to view Mercurial bundles when they are attachments
Categories
(Bugzilla :: Attachments & Requests, enhancement, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: db48x, Unassigned)
References
Details
(Whiteboard: [plugin])
Mercurial bundles are a binary format for distributing a collection of changesets (not just a single diff.) All that's needed for this bug is for bugzilla to be able to detect this type of attachment, give it the right mime type (and have that mime type in the menu on the attachment page,) and for bugzilla to feed the bundles through a python script that reuses the existing code in the Mercurial libraries to generate an html view of the contents of the patch. As such, it should be pretty simple, even if it will be an oddball python script amongst all that perl.
![]() |
||
Updated•18 years ago
|
Severity: normal → enhancement
Comment 1•18 years ago
|
||
Would PatchViewer need to be patched for this? It would also be nice to have Bugzilla --> Hg support (as we have CVS support currently).
Reporter | ||
Comment 2•18 years ago
|
||
I don't know. I would just avoid PatchViewer altogether, since it looks like the (Python) Mercurial libraries already implement this.
Updated•18 years ago
|
Whiteboard: [plugin]
Updated•18 years ago
|
Priority: -- → P3
Comment 3•6 years ago
|
||
Git is widely used nowadays, so I’d close this as WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•