Mercurial > hgsubversion
changeset 29:575bd29bc1d8
Fix a missing newline.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 11 Oct 2008 21:18:45 -0500 |
parents | 9c481cae0428 |
children | 9867250e0a4a |
files | fetch_command.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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())