[PATCH] D56550: Add recipes for migrating downstream branches of git mirrors

David Greene via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 10:21:19 PST 2019


greened marked an inline comment as done.
greened added inline comments.


================
Comment at: docs/Proposals/GitHubMove.rst:908
+     cd my-monorepo
+     migrate-downstream-fork.py \
+       refs/remotes/local \
----------------
danilaml wrote:
> Perhaps adding somewhere before or after this elaborate explanation that the script also supports migrating other types of mirrors/repos would be enough to cover those cases (like migrating lnt/test-suite/etc forks). It was very straight--forward in my experience so built in help should be enough.
That's a good idea.  I haven't tackled test-suite and the like yet.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56550/new/

https://reviews.llvm.org/D56550





More information about the llvm-commits mailing list