Changeset 3239
- Timestamp:
- 02/15/08 03:36:50 (10 months ago)
- Files:
-
- gitplugin/0.11/tracext/git/git_fs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gitplugin/0.11/tracext/git/git_fs.py
r3238 r3239 209 209 return GitChangeset(self.git, rev) 210 210 211 def get_changes(self, old_path, old_rev, new_path, new_rev ):212 # TODO: handle renames/copies 211 def get_changes(self, old_path, old_rev, new_path, new_rev, ignore_ancestry=0): 212 # TODO: handle renames/copies, ignore_ancestry 213 213 if old_path != new_path: 214 214 raise TracError("not supported in git_fs")
