##// END OF EJS Templates
typing: add an assertion to mercurial/hgweb/webcommands.py to help pytype...
Matt Harbison -
r47547:914ca0a9 stable
parent child Browse files
Show More
@@ -1156,6 +1156,7 b' def filelog(web):'
1156 1156
1157 1157 linerange = None
1158 1158 if lrange is not None:
1159 assert lrange is not None # help pytype (!?)
1159 1160 linerange = webutil.formatlinerange(*lrange)
1160 1161 # deactivate numeric nav links when linerange is specified as this
1161 1162 # would required a dedicated "revnav" class
General Comments 0
You need to be logged in to leave comments. Login now