[PATCH] D73075: [utils] Add initial llvm-patch helper to manage patches.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 17:57:57 PST 2020
fhahn created this revision.
fhahn added reviewers: thakis, kristof.beyls, JDevlieghere, paquette.
Herald added a project: LLVM.
The first version of llvm-patch provides an 'apply' subcommand, that
fetches the latest diff for a given differential ID and applies it to
the working directory, using the commit message from Phabricator.
It requires a valid ~/.arcrc file with your API token, e.g.
{
"hosts": {
"https://reviews.llvm.org/api/": {
"token": "cli-thisismyapikey"
}
}
}
To get your API token, visit https://reviews.llvm.org/conduit/login/.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73075
Files:
llvm/utils/llvm-patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73075.239219.patch
Type: text/x-patch
Size: 4911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/0cd9cab4/attachment-0001.bin>
More information about the llvm-commits
mailing list