summaryrefslogtreecommitdiff
path: root/hgext/win32text.py
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2011-10-01 20:49:36 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-09-27 13:27:51 +0000
commit921ced43c48c1d170452a7b251b94cc96ec8dd44 (patch)
tree3c4a89176ea67fe4c7bf7b375488361a823c95fa /hgext/win32text.py
parent9039c805b0a7e36220101323f82735f08a104b37 (diff)
downloadmercurial-tarball-master.tar.gz
Imported from /srv/lorry/lorry-area/mercurial-tarball/mercurial-1.9.3.tar.gz.HEADmercurial-1.9.3master
Diffstat (limited to 'hgext/win32text.py')
-rw-r--r--hgext/win32text.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/hgext/win32text.py b/hgext/win32text.py
index a26c997..82e6aed 100644
--- a/hgext/win32text.py
+++ b/hgext/win32text.py
@@ -46,8 +46,6 @@ from mercurial.node import short
from mercurial import util
import re
-testedwith = 'internal'
-
# regexp for single LF without CR preceding.
re_single_lf = re.compile('(^|[^\r])\n', re.MULTILINE)
@@ -130,7 +128,7 @@ def forbidnewline(ui, repo, hooktype, node, newline, **kwargs):
data = c[f].data()
if not util.binary(data) and newline in data:
if not halt:
- ui.warn(_('attempt to commit or push text file(s) '
+ ui.warn(_('Attempt to commit or push text file(s) '
'using %s line endings\n') %
newlinestr[newline])
ui.warn(_('in %s: %s\n') % (short(c.node()), f))