chiark / gitweb /
Escape: Double a couple of \ in a message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2018 13:16:43 +0000 (14:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2018 14:17:27 +0000 (15:17 +0100)
commitabb6ed4ddf3471a2f3319799cad7ef7586662a3b
tree2d4325d5cdf6934a6ea647a181b5e31bd00f4cb1
parent4d10ab214e26ee5e31a70f9f07cdb6b7d7272fb6
Escape: Double a couple of \ in a message

Using r'...' here seems unwise, so double the \ instead.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/08_test_patch.py