[PATCH] D65416: Fix git-llvm to not delete non-empty directories.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 21:39:17 PDT 2019


mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/utils/git-svn/git-llvm:370
-    for l in (l for l in status_lines if l.startswith('!')):
-        svn(svn_repo, 'remove', l[1:].strip())
 
----------------
I assume we can't just check here the status in git instead because the mapping from SVN -> monorepo is not straightforward to get?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65416





More information about the llvm-commits mailing list