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

shellext: use __int64 for dstate_mtime in Dirstatecache

Changeset a49a4a647ec3

Parent 6e7112aaeb2b

by Adrian Buehlmann

Changes to one file · Browse files at a49a4a647ec3 Showing diff from parent 6e7112aaeb2b Diff from another changeset...

 
28
29
30
31
 
32
33
34
 
28
29
30
 
31
32
33
34
@@ -28,7 +28,7 @@
  struct E   {   Dirstate* dstate; - __time64_t dstate_mtime; + __int64 dstate_mtime;   __int64 dstate_size;     std::string hgroot;