Mercurial > hg > hg-fastimport
changeset 12:987d1e08bec5
Workaround emacs' font-lock mode: escape " in triple-quoted string.
| author | Greg Ward <greg-hg@gerg.ca> |
|---|---|
| date | Thu, 02 Apr 2009 16:37:14 -0400 |
| parents | 9e9c215fcbd8 |
| children | 9c7d88b94b08 |
| files | fastimport/parser.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fastimport/parser.py Tue Mar 31 21:05:43 2009 -0400 +++ b/fastimport/parser.py Thu Apr 02 16:37:14 2009 -0400 @@ -103,7 +103,7 @@ # common escapes of 'c' (e..g \n, \t, \\, \") or \nnn where nnn # is the signed byte value in octal. Note that the only # characters which must actually be escaped to protect the - # stream formatting is: \, " and LF. Otherwise these values + # stream formatting is: \, \" and LF. Otherwise these values # are UTF8. # ref_str ::= ref;
