view hgext/__init__.py @ 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 7d439981bec4
children 155e3308289c
line wrap: on
line source

# placeholder