softstrip: fix a reference to an undefined variable...
softstrip: fix a reference to an undefined variable
`backupfile` wasn't defined if no backup was requested. Let's set it
to `None` by default, which matches what regular `repair.strip()`
does.
Differential Revision:
https://phab.mercurial-scm.org/D9985