[PATCH] D67747: [utils] Add support to git-llvm to upload to Phabricator.
David L. Jones via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 21:37:59 PDT 2019
dlj created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
dlj added a reviewer: thakis.
dlj added a comment.
A basic start! This managed to upload itself and create the differential revision.
There's lots to do, as evidenced by my spam in the Phabricator feed.
This is a new subcommand to git-llvm. However, almost all of it is implemented
externally. Since this will probably be useful after Subversion is turned down,
it is kept mostly independent of the git/svn logic. This does mean there is
slight duplication of logic around interacting with git.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67747
Files:
llvm/utils/git-svn/git-llvm
llvm/utils/git-svn/phab_cmd.py
llvm/utils/git-svn/phab_conduit.py
llvm/utils/git-svn/phab_local.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67747.220811.patch
Type: text/x-patch
Size: 34303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190919/fdc541ad/attachment-0001.bin>
More information about the llvm-commits
mailing list