Closed
Bug 855797
Opened 12 years ago
Closed 12 years ago
Make trychooser embedable
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: BenWa, Unassigned)
Details
(Keywords: trychooser)
Attachments
(1 file)
4.73 KB,
patch
|
emorley
:
review+
|
Details | Diff | Splinter Review |
I'd like to make trychooser embeddable inline in a bugzilla attachment page by later extending bugzillaJS.
I'd like to be able to select tests in bugzilla and have it return a small script that I can paste in my terminal to push a bugzilla patch to try. Something like:
wget <ATTACHMENTURL> /tmp/<FILE> && \
hg qimport /tmp/<FILE> \
hg qref -m <TRY SYNTAX> \
hg push -f try \
hg qdel patch \
rm /tmp/<FILE>
Attachment #730796 -
Flags: review?(emorley)
Updated•12 years ago
|
Attachment #730796 -
Flags: review?(emorley) → review+
Updated•12 years ago
|
Assignee: nobody → bgirard
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•12 years ago
|
Keywords: trychooser
Whiteboard: trychooser
Reporter | ||
Comment 2•12 years ago
|
||
I meant to land this with changes to bugzillajs that would use it but I don't plan on finishing this on the short-term. There isn't much benefit landing this patch without anything to use it. Feel free to use the patch if it's useful to you in the mean time.
Flags: needinfo?(bgirard)
Comment 3•12 years ago
|
||
Cool no worries - happy to leave as is for now then :-)
Reporter | ||
Comment 4•12 years ago
|
||
I don't plan on finishing this and there isn't any point to landing this patch if nothing is going to use it. WONT FIXING for now.
Assignee: bgirard → nobody
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•