mercurial/__init__.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Sat, 25 Apr 2015 23:44:53 +0900
branchstable
changeset 24863 f3558829471b
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
repair: avoid string concatenation by + operator String concatenation by "+" operator causes failure of extracting messages to be translated. Python automatically concatenates strings separated by whitespaces into one string.