Show More
@@ -47,15 +47,6 b' filecache = scmutil.filecache' | |||||
47 |
|
47 | |||
48 | dirstatetuple = parsers.dirstatetuple |
|
48 | dirstatetuple = parsers.dirstatetuple | |
49 |
|
49 | |||
50 | # a special value used internally for `size` if the file come from the other parent |
|
|||
51 | FROM_P2 = dirstatemap.FROM_P2 |
|
|||
52 |
|
||||
53 | # a special value used internally for `size` if the file is modified/merged/added |
|
|||
54 | NONNORMAL = dirstatemap.NONNORMAL |
|
|||
55 |
|
||||
56 | # a special value used internally for `time` if the time is ambigeous |
|
|||
57 | AMBIGUOUS_TIME = dirstatemap.AMBIGUOUS_TIME |
|
|||
58 |
|
||||
59 |
|
50 | |||
60 | class repocache(filecache): |
|
51 | class repocache(filecache): | |
61 | """filecache for files in .hg/""" |
|
52 | """filecache for files in .hg/""" |
General Comments 0
You need to be logged in to leave comments.
Login now