Mercurial > hg
diff Makefile @ 26583:49b568a4e539
histedit: check presence of statefile before deleting it
When the histeditstate class instance has it's clear() method called, there is
nothing to check to see if the state file exists before deleting it. It may not
exist, which would create an exception. This patch allows clear to be called at
any time.
This will be needed for the following patch.
author | Christian Delahousse <cdelahousse@fb.com> |
---|---|
date | Tue, 06 Oct 2015 15:09:28 -0700 |
parents | 05306b9359d3 |
children | c5c7c686d6a6 |