Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
GitPlugin: add (ignored) path argument to previous_rev method (fi…
Browse files Browse the repository at this point in the history
…xes #3008)
  • Loading branch information
hvr committed Aug 17, 2008
1 parent db63a7d commit 1fbf30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracext/git/git_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def get_changes(self, old_path, old_rev, new_path, new_rev, ignore_ancestry=0):
def next_rev(self, rev, path=''):
return self.git.hist_next_revision(rev)

def previous_rev(self, rev):
def previous_rev(self, rev, path=''):
return self.git.hist_prev_revision(rev)

def rev_older_than(self, rev1, rev2):
Expand Down

0 comments on commit 1fbf30c

Please sign in to comment.