Submitter | phabricator |
---|---|
Date | July 24, 2019, 12:51 p.m. |
Message ID | <differential-rev-PHID-DREV-r6vupe7p3pzd7v5tehzp-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/41045/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/shelve.py b/mercurial/shelve.py --- a/mercurial/shelve.py +++ b/mercurial/shelve.py @@ -830,8 +830,8 @@ extra=shelvectx.extra(), user=shelvectx.user(), date=opts.get('date')) - m = scmutil.matchfiles(repo, repo[snode].files()) if snode: + m = scmutil.matchfiles(repo, repo[snode].files()) _shelvecreatedcommit(repo, snode, basename, m) return newnode, bool(snode)