Submitter | phabricator |
---|---|
Date | March 14, 2018, 6:21 p.m. |
Message ID | <differential-rev-PHID-DREV-l2yg7dnm3aignwybxsq2-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/29507/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/uncommit.py b/hgext/uncommit.py --- a/hgext/uncommit.py +++ b/hgext/uncommit.py @@ -157,7 +157,7 @@ with repo.wlock(), repo.lock(): if not pats and not repo.ui.configbool('experimental', - 'uncommitondirtywdir'): + 'uncommitondirtywdir'): cmdutil.bailifchanged(repo) old = repo['.'] rewriteutil.precheck(repo, [old.rev()], 'uncommit')