Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

rpcserver: use raw string for pipe name

Changeset e5dc81fe4092

Parent 58e19a69a27e

by Steve Borho

Changes to one file · Browse files at e5dc81fe4092 Showing diff from parent 58e19a69a27e Diff from another changeset...

 
21
22
23
24
 
25
26
27
 
21
22
23
 
24
25
26
27
@@ -21,7 +21,7 @@
 import winerror     -PIPENAME = "\\\\.\\pipe\\TortoiseHgRpcServer-bc0c27107423" +PIPENAME = r"\\.\pipe\TortoiseHgRpcServer-bc0c27107423"  PIPEBUFSIZE = 4096