comparison hgext/convert/common.py @ 7186:f77c8d8331ca

clean up trailing spaces, leading spaces in C
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 20 Oct 2008 14:57:04 +0200
parents 6db6f6db026a
children 878466138b57
comparison
equal deleted inserted replaced
7185:67ba74938b15 7186:f77c8d8331ca
78 returned by a previous call to getchanges(). 78 returned by a previous call to getchanges().
79 """ 79 """
80 raise NotImplementedError() 80 raise NotImplementedError()
81 81
82 def getchanges(self, version): 82 def getchanges(self, version):
83 """Returns a tuple of (files, copies). 83 """Returns a tuple of (files, copies).
84 84
85 files is a sorted list of (filename, id) tuples for all files 85 files is a sorted list of (filename, id) tuples for all files
86 changed between version and it's first parent returned by 86 changed between version and it's first parent returned by
87 getcommit(). id is the source revision id of the file. 87 getcommit(). id is the source revision id of the file.
88 88