##// END OF EJS Templates
cmdutil: use None as default value for "function pointer" instead of False...
Mads Kiilerich -
r19894:df91e2df default
parent child Browse files
Show More
@@ -933,7 +933,7 b' def show_changeset(ui, repo, opts, buffe'
933 regular display via changeset_printer() is done.
933 regular display via changeset_printer() is done.
934 """
934 """
935 # options
935 # options
936 patch = False
936 patch = None
937 if opts.get('patch') or opts.get('stat'):
937 if opts.get('patch') or opts.get('stat'):
938 patch = scmutil.matchall(repo)
938 patch = scmutil.matchall(repo)
939
939
General Comments 0
You need to be logged in to leave comments. Login now