comparison hgsubversion/editor.py @ 545:ebd8fb1a05e4

clean up trailing whitespace
author Augie Fackler <durin42@gmail.com>
date Sat, 06 Feb 2010 10:34:49 -0600
parents 8dc759dc9ca9
children 44c56a7727c4
comparison
equal deleted inserted replaced
544:809c673bdd30 545:ebd8fb1a05e4
121 self.repo = meta.repo 121 self.repo = meta.repo
122 self.current = RevisionData(meta.ui) 122 self.current = RevisionData(meta.ui)
123 123
124 @ieditor 124 @ieditor
125 def delete_entry(self, path, revision_bogus, parent_baton, pool=None): 125 def delete_entry(self, path, revision_bogus, parent_baton, pool=None):
126 br_path, branch = self.meta.split_branch_path(path)[:2] 126 br_path, branch = self.meta.split_branch_path(path)[:2]
127 if br_path == '': 127 if br_path == '':
128 if self.meta.get_path_tag(path): 128 if self.meta.get_path_tag(path):
129 # Tag deletion is not handled as branched deletion 129 # Tag deletion is not handled as branched deletion
130 return 130 return
131 self.meta.closebranches.add(branch) 131 self.meta.closebranches.add(branch)