Use raw strings for regexps with unescaped \'s
commite7d33407aeb153ae713fe7b7932749e9814f3787
authorPeter Grayson <jpgrayson@gmail.com>
Thu, 31 Aug 2017 02:06:26 +0000 (30 22:06 -0400)
committerPeter Grayson <jpgrayson@gmail.com>
Sun, 10 Sep 2017 03:38:38 +0000 (9 23:38 -0400)
treedf193bd7e30641e9ba3de85093af7a3c13a3eda2
parentb75d7fe9a68e1376e5f208aa181e3ea35e39c74d
Use raw strings for regexps with unescaped \'s

Signed-off-by: Peter Grayson <jpgrayson@gmail.com>
stgit/commands/common.py
stgit/commands/imprt.py
stgit/commands/mail.py
stgit/stack.py
stgit/utils.py