Submitter | Katsunori FUJIWARA |
---|---|
Date | Feb. 1, 2016, 1:15 p.m. |
Message ID | <507bc371dcb433e98dd9.1454332503@feefifofum> |
Download | mbox | patch |
Permalink | /patch/12926/ |
State | Accepted |
Delegated to: | Yuya Nishihara |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -162,7 +162,7 @@ revset in your configuration file:: By default each edited revision needs to be present in histedit commands. To remove revision you need to use ``drop`` operation. You can configure -the drop to be implicit for missing commits by adding: +the drop to be implicit for missing commits by adding:: [histedit] dropmissing = True