# HG changeset patch # User timeless # Date 1449041989 0 # Node ID dd214130a4f60495ca74955a49ac3a460cce7851 # Parent 8a829fc84bb35a851159f7506def7e12faf2157b histedit: improve grammar for _histedit comment diff -r 8a829fc84bb3 -r dd214130a4f6 hgext/histedit.py --- a/hgext/histedit.py Tue Dec 01 14:44:08 2015 -0500 +++ b/hgext/histedit.py Wed Dec 02 07:39:49 2015 +0000 @@ -833,7 +833,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: