# HG changeset patch # User Greg Ward # Date 1238704634 14400 # Node ID 987d1e08bec512fe8ce9af19ff2e83c76a5aca81 # Parent 9e9c215fcbd8033d982d18391feead6933d16992 Workaround emacs' font-lock mode: escape " in triple-quoted string. diff -r 9e9c215fcbd8 -r 987d1e08bec5 fastimport/parser.py --- 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;