Closed
Bug 1503903
Opened 6 years ago
Closed 6 years ago
implement "patch" command into moz-phab
Categories
(Conduit :: moz-phab, enhancement, P1)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glob, Assigned: zalun)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: conduit-story, conduit-triaged)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
arc's patch command is.. interesting in areas, and relies on arc.
we should implement our own 'patch' command in moz-phab.
more details to come, but it should accept a revision identifier or url, and provide options to apply the current diff to the corresponding local parent, to the currently active commit, or to head.
Updated•6 years ago
|
Keywords: conduit-story,
conduit-triaged
Updated•6 years ago
|
Comment 1•6 years ago
|
||
> to apply the current diff
hg phabread also supports reading a whole stack of patches in one go.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → pzalewa
Updated•6 years ago
|
Blocks: phab-switch
Assignee | ||
Comment 2•6 years ago
|
||
Three workflows can be used by choosing arguments:
- no argument - recreate commits from revisions
- --nocommit - display diffs
- --nocommit --apply - apply patches but do not commit - requires patch command
If run with --force - patches are applied to the current commit.
moved self.branch to the new `before_submit` function to allow the
`patch` to work from the detached HEAD state.
Updated•6 years ago
|
Attachment #9034960 -
Attachment description: Bug 1503903 - Patch revisions r=glob → Bug 1503903 - implement "patch" command r=glob
Updated•6 years ago
|
Attachment #9034960 -
Attachment description: Bug 1503903 - implement "patch" command r=glob → Bug 1503903 - Patch revisions r=glob
Updated•6 years ago
|
Priority: -- → P1
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•