Submitter | Boris Feld |
---|---|
Date | Sept. 11, 2017, 1:31 p.m. |
Message ID | <6040b7a8c74c9e3fe037.1505136711@FB> |
Download | mbox | patch |
Permalink | /patch/23769/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 582ed2ff6fef -r 6040b7a8c74c hgext/patchbomb.py --- a/hgext/patchbomb.py ven. juin 30 03:43:39 2017 +0200 +++ b/hgext/patchbomb.py ven. juin 30 03:43:40 2017 +0200 @@ -112,6 +112,9 @@ configitem('patchbomb', 'flagtemplate', default=None, ) +configitem('patchbomb', 'from', + default=None, +) # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should