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

shellext: call Tgstatus::update on cmenu command

Changeset 87ec7c487d5e

Parent b3d75d68149f

by Adrian Buehlmann

Changes to one file · Browse files at 87ec7c487d5e Showing diff from parent b3d75d68149f Diff from another changeset...

 
3
4
5
 
6
7
8
 
486
487
488
489
 
 
490
491
492
 
3
4
5
6
7
8
9
 
487
488
489
 
490
491
492
493
494
@@ -3,6 +3,7 @@
 #include "TortoiseUtils.h"  #include "StringUtils.h"  #include "Dirstatecache.h" +#include "Thgstatus.h"    typedef struct {   std::string name; @@ -486,7 +487,8 @@
  else   {   Dirstatecache::invalidate(hgroot); - hgcmd += " --notify ."; + Thgstatus::update(cwd); + return;   }   }