branch | stable |
changeset 25638 | 6047b60cdd09 |
parent 25637 | 5eccebe23942 |
child 25662 | ff5172c83002 |
child 25676 | ec9c258e666d |
--- a/mercurial/templater.py Sat Jun 20 23:13:34 2015 +0900 +++ b/mercurial/templater.py Sun Jun 21 13:24:43 2015 +0900 @@ -47,7 +47,7 @@ s = pos while pos < end: # find closing quote d = program[pos] - if decode and d == '\\': # skip over escaped characters + if d == '\\': # skip over escaped characters pos += 2 continue if d == c: