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 distinctive name for pipe

Changeset 1ac8f5fbd25c

Parent f74f68ddb6b4

by Adrian Buehlmann

Changes to 2 files · Browse files at 1ac8f5fbd25c Showing diff from parent f74f68ddb6b4 Diff from another changeset...

 
15
16
17
18
 
19
20
21
 
15
16
17
 
18
19
20
21
@@ -15,7 +15,7 @@
 import pywintypes  import winerror   -PIPENAME = "\\\\.\\pipe\\PyPipeService" +PIPENAME = "\\\\.\\pipe\\TortoiseHgRpcServer-bc0c27107423"  PIPEBUFSIZE = 4096    # FIXME: quick workaround traceback caused by missing "closed"
 
18
19
20
21
 
22
23
24
 
18
19
20
 
21
22
23
24
@@ -18,7 +18,7 @@
   #include "Thgstatus.h"   -#define THG_PIPENAME "\\\\.\\pipe\\PyPipeService" +#define THG_PIPENAME "\\\\.\\pipe\\TortoiseHgRpcServer-bc0c27107423"    int Thgstatus::update(const std::string& path)  {