Ticket #2671: gitplugin-nosuchnode.diff
| File gitplugin-nosuchnode.diff, 416 bytes (added by thatch, 10 months ago) |
|---|
-
git_fs.py
old new 170 170 if tree_ls_info != None: 171 171 (self.perm,k,self.sha,fn) = tree_ls_info 172 172 else: 173 k = 'blob'173 raise NoSuchNode(path, rev) 174 174 175 175 rev=self.git.last_change(rev, p) 176 176
