Mercurial > public > mercurial-scm > hg-stable
diff mercurial/patch.py @ 38588:b62000a28812
diffutil: remove diffopts() in favor of diffallopts()
patch.diffopts() exists only for backward compatibility. We don't need it
in new module.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 06 Jul 2018 21:41:36 +0900 |
parents | c88d2c9b00dd |
children | 1c93e0237a24 |
line wrap: on
line diff
--- a/mercurial/patch.py Fri Jul 06 21:38:33 2018 +0900 +++ b/mercurial/patch.py Fri Jul 06 21:41:36 2018 +0900 @@ -2233,7 +2233,7 @@ class GitDiffRequired(Exception): pass -diffopts = diffutil.diffopts +diffopts = diffutil.diffallopts diffallopts = diffutil.diffallopts difffeatureopts = diffutil.difffeatureopts