[PATCH] D64893: Ask confirmation when `git llvm push` will push multiple commits

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 21:17:44 PDT 2019


abrachet added inline comments.


================
Comment at: llvm/utils/git-svn/git-llvm:107
+    else:
+        input = builtins.input
+
----------------
mehdi_amini wrote:
> This does not work for me, if anyone can help?
Are you also getting a NameError? I'm not sure why this is (I don't know much about Python), but I can say that using raw_input works as expected.


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

https://reviews.llvm.org/D64893





More information about the llvm-commits mailing list