Submitter | phabricator |
---|---|
Date | Feb. 6, 2020, 10:22 p.m. |
Message ID | <e3c1f83dde5ea2a9e5ae7e2d7120448b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45011/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/hg.py b/mercurial/hg.py --- a/mercurial/hg.py +++ b/mercurial/hg.py @@ -1041,7 +1041,6 @@ """forcibly switch the working directory to node, clobbering changes""" stats = updaterepo(repo, node, True) assert stats.unresolvedcount == 0 - repo.vfs.unlinkpath(b'graftstate', ignoremissing=True) if show_stats: _showstats(repo, stats, quietempty)