Show More
@@ -51,6 +51,9 b' def _getfsnow(vfs):' | |||
|
51 | 51 | |
|
52 | 52 | def nonnormalentries(dmap): |
|
53 | 53 | '''Compute the nonnormal dirstate entries from the dmap''' |
|
54 | try: | |
|
55 | return parsers.nonnormalentries(dmap) | |
|
56 | except AttributeError: | |
|
54 | 57 | return set(fname for fname, e in dmap.iteritems() |
|
55 | 58 | if e[0] != 'n' or e[3] == -1) |
|
56 | 59 |
General Comments 0
You need to be logged in to leave comments.
Login now