Submitter | phabricator |
---|---|
Date | Feb. 1, 2018, 8:32 p.m. |
Message ID | <b64a9ded43098c14fda2955287f71147@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27122/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/strip.py b/hgext/strip.py --- a/hgext/strip.py +++ b/hgext/strip.py @@ -215,7 +215,7 @@ # only reset the dirstate for files that would actually change # between the working context and uctx - descendantrevs = repo.revs("%s::.", uctx.rev()) + descendantrevs = repo.revs(b"%d::.", uctx.rev()) changedfiles = [] for rev in descendantrevs: # blindly reset the files, regardless of what actually changed