equal
deleted
inserted
replaced
790 style = web.config('web', 'style', 'paper') |
790 style = web.config('web', 'style', 'paper') |
791 if 'style' in req.form: |
791 if 'style' in req.form: |
792 style = req.form['style'][0] |
792 style = req.form['style'][0] |
793 |
793 |
794 diffs = webutil.diffs(web.repo, tmpl, ctx, None, [path], parity, style) |
794 diffs = webutil.diffs(web.repo, tmpl, ctx, None, [path], parity, style) |
795 if fctx: |
795 if fctx is not None: |
796 rename = webutil.renamelink(fctx) |
796 rename = webutil.renamelink(fctx) |
797 ctx = fctx |
797 ctx = fctx |
798 else: |
798 else: |
799 rename = [] |
799 rename = [] |
800 ctx = ctx |
800 ctx = ctx |