Submitter | Yuya Nishihara |
---|---|
Date | March 22, 2018, 3:01 p.m. |
Message ID | <d53ab441e3ce649d5151.1521730919@mimosa> |
Download | mbox | patch |
Permalink | /patch/29786/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -4079,8 +4079,6 @@ strdate = _deprecatedfunc(dateutil.strda parsedate = _deprecatedfunc(dateutil.parsedate, '4.6') matchdate = _deprecatedfunc(dateutil.matchdate, '4.6') -def _deprecatedfunc(func, version): # TODO - return func escapedata = _deprecatedfunc(stringutil.escapedata, '4.6') binary = _deprecatedfunc(stringutil.binary, '4.6') stringmatcher = _deprecatedfunc(stringutil.stringmatcher, '4.6')