diff -r 4441e8d7f04f -r af24805aa37c mercurial/cmdutil.py --- a/mercurial/cmdutil.py Thu Jan 14 16:43:14 2010 +0100 +++ b/mercurial/cmdutil.py Fri Jan 15 10:38:11 2010 +0100 @@ -891,7 +891,7 @@ if tmpl: tmpl = templater.parsestring(tmpl) else: - style = ui.config('ui', 'style') + style = util.expandpath(ui.config('ui', 'style', '')) if not (tmpl or style): return changeset_printer(ui, repo, patch, opts, buffered)