equal
deleted
inserted
replaced
1023 # A zero count may be a directory or deleted file, so |
1023 # A zero count may be a directory or deleted file, so |
1024 # try to find matching entries on the slow path. |
1024 # try to find matching entries on the slow path. |
1025 slowpath = True |
1025 slowpath = True |
1026 break |
1026 break |
1027 else: |
1027 else: |
1028 ui.warn(_('%s:%s copy source revision cannot be found!\n') |
1028 ui.warn(_('%s:%s copy source revision cannot be found!\n') |
1029 % (file_, short(node))) |
1029 % (file_, short(node))) |
1030 continue |
1030 continue |
1031 for rev, copied in filerevgen(filelog, node): |
1031 for rev, copied in filerevgen(filelog, node): |
1032 if rev <= maxrev: |
1032 if rev <= maxrev: |
1033 if rev < minrev: |
1033 if rev < minrev: |