mercurial/cmdutil.py
changeset 6553 0bb76d168437
parent 6536 dfdef3d560a8
child 6566 30d3d531e11a
equal deleted inserted replaced
6552:315b36ce6251 6553:0bb76d168437
  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: