Skip to content
Snippets Groups Projects
Commit aa8519da authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

overlayrevlog: handle rev = 0 correctly

Previously we'd just test if gitrev was falsy, which it is if the rev returned
is 0, even though it shouldn't be. With this patch, test against None
explicitly.

This unmasks another bug: see next patch for a fix and a test.
parent 1323058c
No related branches found
No related tags found
Loading
Loading
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