Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7af2f02

Browse files
author
Johnny Chen
committedJun 14, 2011
Update usage comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133020 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 9bab8d4 commit 7af2f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎utils/git-svn/convert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
88
1. Mail.app -> Save As -> api.eml (Raw Message Source)
99
2. .../convert.py api.eml
10-
3. git am --signoff < api.eml
11-
4. git svn dcommit
10+
3. git am [--signoff] < api.eml
11+
4. git svn dcommit [--commit-url https://id@llvm.org/svn/llvm-project/lldb/trunk]
1212
"""
1313

1414
import os, re, sys

0 commit comments

Comments
 (0)
This repository has been archived.