##// END OF EJS Templates
git: fix missing case from 6266d19556ad (introduction of nodeconstants)...
Joerg Sonnenberger -
r47553:048beb01 default
parent child Browse files
Show More
@@ -218,7 +218,7 b' class changelog(baselog):'
218 n = nodeorrev
218 n = nodeorrev
219 # handle looking up nullid
219 # handle looking up nullid
220 if n == nullid:
220 if n == nullid:
221 return hgchangelog._changelogrevision(extra={})
221 return hgchangelog._changelogrevision(extra={}, manifest=nullid)
222 hn = gitutil.togitnode(n)
222 hn = gitutil.togitnode(n)
223 # We've got a real commit!
223 # We've got a real commit!
224 files = [
224 files = [
General Comments 0
You need to be logged in to leave comments. Login now