##// END OF EJS Templates
histedit: fix serializing of None backupfile...
histedit: fix serializing of None backupfile If the histedit backupfile was None (like if evolve is enabled) it would get serialized as 'None' into the state file. Later if the histedit was aborted and the top most commit was unreachable (ex: if it was obsolete or stripped), histedit would try to unbundle the backupfile and try to read .hg/None. This fixes it to not serialize None. Since it only happens with evolve, I'm not sure how to add test coverage here.

File last commit:

r16438:28a90cdf default
r24958:a920abf5 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer