(Arne Babenhauserheide)
2011-10-20: FIX typo FIX typo
diff --git a/site.py b/site.py --- a/site.py +++ b/site.py @@ -434,7 +434,7 @@ def upload(ui, repo, target, ftpstring, localmtimestr = datetime.datetime.utcfromtimestamp(localmtime).strftime("%Y%m%d%H%M%S") newer = int(localmtimestr) > int(ftpmtime) if newer: - ui.status(_("uploading "), serverfile, _)" because it is newer than the file on the FTP server.\n")) + ui.status(_("uploading "), serverfile, _(" because it is newer than the file on the FTP server.\n")) ftp.storbinary("STOR "+ serverfile, f)