comparison mercurial/patch.py @ 3996:c190df14338c

exec: add execfunc to simplify exec flag support on non-exec filesystems
author Matt Mackall <mpm@selenic.com>
date Fri, 29 Dec 2006 20:04:30 -0600
parents fff8a5345eb0
children 67982d3ee76c
comparison
equal deleted inserted replaced
3995:a4e79f86d304 3996:c190df14338c
522 srcs = [x[1] for x in copied.items()] 522 srcs = [x[1] for x in copied.items()]
523 523
524 all = modified + added + removed 524 all = modified + added + removed
525 all.sort() 525 all.sort()
526 gone = {} 526 gone = {}
527
527 for f in all: 528 for f in all:
528 to = None 529 to = None
529 tn = None 530 tn = None
530 dodiff = True 531 dodiff = True
531 header = [] 532 header = []