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

shellext: finish reading dirstate even if it has unset entries

Changeset 9247b3c478f9

Parent d946ce839eb3

by Adrian Buehlmann

Changes to one file · Browse files at 9247b3c478f9 Showing diff from parent d946ce839eb3 Diff from another changeset...

 
42
43
44
45
46
47
48
49
50
51
52
 
42
43
44
 
45
 
 
 
46
47
48
@@ -42,11 +42,7 @@
  while (e.read(f, relpath))   {   if (e.unset()) - {   unset = true; - fclose(f); - return std::auto_ptr<Dirstate>(0); - }     if (e.state == 'a')   ++pd->num_added_;