Skip to content

Commit

Permalink
1.2dev: merged [14218] from 1.0-stable
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@14219 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
jomae committed Aug 1, 2015
1 parent df26709 commit d4fa9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracopt/versioncontrol/git/git_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def __init__(self, repos, path, rev, log, ls_tree_info=None,
if not ls_tree_info:
raise NoSuchNode(path, rev)

self.fs_perm, k, self.fs_sha, self.fs_size, _ = ls_tree_info
self.fs_perm, k, self.fs_sha, self.fs_size, fname = ls_tree_info

# fix-up to the last commit-rev that touched this node
rev = repos.git.last_change(rev, p, historian)
Expand Down

0 comments on commit d4fa9f1

Please sign in to comment.