comparison mercurial/localrepo.py @ 5760:0145f9afb0e7

Removed tabs and trailing whitespace in python files
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 29 Dec 2007 19:49:48 +0100
parents c5793dada959
children e20de0caf8e7
comparison
equal deleted inserted replaced
5759:027264e720aa 5760:0145f9afb0e7
286 'global' : a global tag 286 'global' : a global tag
287 None : tag does not exist 287 None : tag does not exist
288 ''' 288 '''
289 289
290 self.tags() 290 self.tags()
291 291
292 return self._tagstypecache.get(tagname) 292 return self._tagstypecache.get(tagname)
293 293
294 def _hgtagsnodes(self): 294 def _hgtagsnodes(self):
295 heads = self.heads() 295 heads = self.heads()
296 heads.reverse() 296 heads.reverse()