Public » Mercurial » dirstate
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

remove redundant comment

Changeset 83212a2426f6

Parent 3f2845a0be6a

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 83212a2426f6 Showing diff from parent 3f2845a0be6a Diff from another changeset...

Change 1 of 1 Show Entire File dirstate.c Stacked
 
6
7
8
9
10
11
12
 
6
7
8
 
9
10
11
@@ -6,7 +6,6 @@
   typedef struct _direntry  { - /* <1-byte state><4-byte mode><4-byte size><4-byte mtime><4-byte name length><n-byte name> */   unsigned char state;   unsigned mode;   unsigned size;