Submitter | phabricator |
---|---|
Date | May 25, 2018, 9 p.m. |
Message ID | <08f738fa3a470bde9db5bc1fc5a6c891@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/31870/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2379,7 +2379,7 @@ # remove state when we complete successfully if not opts.get('dry_run'): - repo.vfs.unlinkpath('graftstate', ignoremissing=True) + graftstate.delete() return 0