[Lldb-commits] [lldb] r133020 - /lldb/trunk/utils/git-svn/convert.py
Johnny Chen
johnny.chen at apple.com
Tue Jun 14 15:23:54 PDT 2011
Author: johnny
Date: Tue Jun 14 17:23:54 2011
New Revision: 133020
URL: http://llvm.org/viewvc/llvm-project?rev=133020&view=rev
Log:
Update usage comment.
Modified:
lldb/trunk/utils/git-svn/convert.py
Modified: lldb/trunk/utils/git-svn/convert.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/utils/git-svn/convert.py?rev=133020&r1=133019&r2=133020&view=diff
==============================================================================
--- lldb/trunk/utils/git-svn/convert.py (original)
+++ lldb/trunk/utils/git-svn/convert.py Tue Jun 14 17:23:54 2011
@@ -7,8 +7,8 @@
1. Mail.app -> Save As -> api.eml (Raw Message Source)
2. .../convert.py api.eml
-3. git am --signoff < api.eml
-4. git svn dcommit
+3. git am [--signoff] < api.eml
+4. git svn dcommit [--commit-url https://id@llvm.org/svn/llvm-project/lldb/trunk]
"""
import os, re, sys
More information about the lldb-commits
mailing list