mercurial/util.py
changeset 33096 d9962854a4a2
parent 33094 4c5af472a599
child 33439 0e114b992e02
--- a/mercurial/util.py	Mon Jun 26 17:20:46 2017 +0530
+++ b/mercurial/util.py	Sun Jun 25 03:11:55 2017 +0530
@@ -2840,7 +2840,7 @@
             return True # remote URL
         if hasdriveletter(self.path):
             return True # absolute for our purposes - can't be joined()
-        if self.path.startswith(r'\\'):
+        if self.path.startswith(br'\\'):
             return True # Windows UNC path
         if self.path.startswith('/'):
             return True # POSIX-style