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

shellext: trigger rpcserver if thgstatus file does not exist

Changeset 0b7819907dc9

Parent 88fb91bd87c4

by Adrian Buehlmann

Changes to one file · Browse files at 0b7819907dc9 Showing diff from parent 88fb91bd87c4 Diff from another changeset...

 
17
18
19
 
20
21
22
 
61
62
63
 
64
65
66
 
17
18
19
20
21
22
23
 
62
63
64
65
66
67
68
@@ -17,6 +17,7 @@
 #include "stdafx.h"    #include "DirectoryStatus.h" +#include "Thgstatus.h"      char DirectoryStatus::status(const std::string& relpath) const @@ -61,6 +62,7 @@
  if (!f)   {   TDEBUG_TRACE("DirectoryStatus::read: can't open '" << p << "'"); + Thgstatus::update(hgroot);   return 0;   }