equal
deleted
inserted
replaced
1003 if not (tmpl or style): |
1003 if not (tmpl or style): |
1004 tmpl = ui.config('ui', 'logtemplate') |
1004 tmpl = ui.config('ui', 'logtemplate') |
1005 if tmpl: |
1005 if tmpl: |
1006 tmpl = templater.parsestring(tmpl) |
1006 tmpl = templater.parsestring(tmpl) |
1007 else: |
1007 else: |
1008 style = ui.config('ui', 'style') |
1008 style = util.expandpath(ui.config('ui', 'style', '')) |
1009 |
1009 |
1010 if not (tmpl or style): |
1010 if not (tmpl or style): |
1011 return changeset_printer(ui, repo, patch, opts, buffered) |
1011 return changeset_printer(ui, repo, patch, opts, buffered) |
1012 |
1012 |
1013 mapfile = None |
1013 mapfile = None |