hgext/__init__.py
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 24 Mar 2011 18:39:54 +0100
changeset 13754 ae157ca56cd5
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
dirstate: check mtime when adding to _lastnormal - consistently use mtime as mapped to dirstate granularity (needed for filesystems like NTFS, which have sub-second resolution) - no need to add files with mtime < _lastnormaltime - improve comments
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder