Closed
Bug 1805312
Opened 3 years ago
Closed 3 years ago
refactor `git cherry` arguments into `_cherry` function for git
Categories
(Conduit :: moz-phab, task)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: sheehan)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
The arguments to git cherry are found in the callers
of git cherry instead of in the function itself,
which is a little wonky. Move the arguments into the
_cherry wrapper function.
| Assignee | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•