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

shellext: introduce Direntry::unset()

Changeset acf59c364224

Parent 6f92d0487806

by Adrian Buehlmann

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

 
35
36
37
 
 
 
 
38
39
40
 
35
36
37
38
39
40
41
42
43
44
@@ -35,6 +35,10 @@
  int read(FILE* f, std::vector<char>& relpath);   char status(const Winstat& stat) const;   + bool unset() const { + return (state == 'n') && (mode == 0) && (size == -1) && (mtime == -1); + } +  private:   static uint32_t ntohl(uint32_t x)   {