[llvm] r290165 - Remove extraneous space.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 21:49:56 PST 2016
Author: ruiu
Date: Mon Dec 19 23:49:56 2016
New Revision: 290165
URL: http://llvm.org/viewvc/llvm-project?rev=290165&view=rev
Log:
Remove extraneous space.
Modified:
llvm/trunk/utils/git-svn/git-llvm
Modified: llvm/trunk/utils/git-svn/git-llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/git-svn/git-llvm?rev=290165&r1=290164&r2=290165&view=diff
==============================================================================
--- llvm/trunk/utils/git-svn/git-llvm (original)
+++ llvm/trunk/utils/git-svn/git-llvm Mon Dec 19 23:49:56 2016
@@ -163,7 +163,7 @@ def svn_init(svn_root):
if not os.path.exists(svn_root):
log('Creating svn staging directory: (%s)' % (svn_root))
os.makedirs(svn_root)
- log('This is a one-time initialization, please be patient for a few '
+ log('This is a one-time initialization, please be patient for a few'
' minutes...')
svn(svn_root, 'checkout', '--depth=immediates',
'https://llvm.org/svn/llvm-project/', '.')
More information about the llvm-commits
mailing list