##// END OF EJS Templates
histedit: improve grammar for _histedit comment
timeless -
r27169:dd214130 default
parent child Browse files
Show More
@@ -833,7 +833,7 b' def histedit(ui, repo, *freeargs, **opts'
833 release(state.lock, state.wlock)
833 release(state.lock, state.wlock)
834
834
835 def _histedit(ui, repo, state, *freeargs, **opts):
835 def _histedit(ui, repo, state, *freeargs, **opts):
836 # TODO only abort if we try and histedit mq patches, not just
836 # TODO only abort if we try to histedit mq patches, not just
837 # blanket if mq patches are applied somewhere
837 # blanket if mq patches are applied somewhere
838 mq = getattr(repo, 'mq', None)
838 mq = getattr(repo, 'mq', None)
839 if mq and mq.applied:
839 if mq and mq.applied:
General Comments 0
You need to be logged in to leave comments. Login now