Mercurial > hgsubversion
diff fetch_command.py @ 29:575bd29bc1d8
Fix a missing newline.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 11 Oct 2008 21:18:45 -0500 |
parents | 99f8e4b535e9 |
children | d01196ca1e39 |
line wrap: on
line diff
--- a/fetch_command.py +++ b/fetch_command.py @@ -37,7 +37,7 @@ def fetch_revisions(ui, svn_url, hg_repo ' work until you upgrade to 1.5.0 or newer. Falling back to' ' a slower method that may be buggier. Please upgrade, or' ' contribute a patch to use the ctypes bindings instead' - ' of SWIG.') + ' of SWIG.\n') have_replay = False initializing_repo = False svn = svnwrap.SubversionRepo(svn_url, username=merc_util.getuser())