##// END OF EJS Templates
patch: rename diffopts to diffallopts...
Siddharth Agarwal -
r23431:10223d22 default
parent child Browse files
Show More
@@ -1558,10 +1558,12 b' def changedfiles(ui, repo, patchpath, st'
1558 1558 class GitDiffRequired(Exception):
1559 1559 pass
1560 1560
1561 def diffopts(ui, opts=None, untrusted=False, section='diff'):
1561 def diffallopts(ui, opts=None, untrusted=False, section='diff'):
1562 1562 '''return diffopts with all features supported and parsed'''
1563 1563 return difffeatureopts(ui, opts=opts, untrusted=untrusted, section=section)
1564 1564
1565 diffopts = diffallopts
1566
1565 1567 def difffeatureopts(ui, opts=None, untrusted=False, section='diff'):
1566 1568 '''return diffopts with only opted-in features parsed'''
1567 1569 def get(key, name=None, getter=ui.configbool, forceplain=None):
General Comments 0
You need to be logged in to leave comments. Login now