Skip to content
Snippets Groups Projects
Commit 02a716b5 authored by Manuel Jacob's avatar Manuel Jacob
Browse files

gitrepo: add comment about wrong result of lookup() command

parent 083d9683
No related branches found
No related tags found
1 merge request!29Improve safebranchrevs()
......@@ -45,6 +45,7 @@
def lookup(self, key):
assert isinstance(key, bytes)
# FIXME: this method is supposed to return a 20-byte node hash
return key
def local(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment