Submitter | timeless@mozdev.org |
---|---|
Date | Dec. 2, 2015, 8:13 a.m. |
Message ID | <f28057210ae315e245f6.1449044013@waste.org> |
Download | mbox | patch |
Permalink | /patch/11735/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -783,7 +783,7 @@ release(state.lock, state.wlock) def _histedit(ui, repo, state, *freeargs, **opts): - # TODO only abort if we try and histedit mq patches, not just + # TODO only abort if we try to histedit mq patches, not just # blanket if mq patches are applied somewhere mq = getattr(repo, 'mq', None) if mq and mq.applied: