equal
deleted
inserted
replaced
1790 |
1790 |
1791 editor = ui.geteditor() |
1791 editor = ui.geteditor() |
1792 ui.system("%s \"%s\"" % (editor, f), |
1792 ui.system("%s \"%s\"" % (editor, f), |
1793 onerr=error.Abort, errprefix=_("edit failed")) |
1793 onerr=error.Abort, errprefix=_("edit failed")) |
1794 return |
1794 return |
1795 |
1795 ui.pager('config') |
1796 fm = ui.formatter('config', opts) |
1796 fm = ui.formatter('config', opts) |
1797 for f in scmutil.rcpath(): |
1797 for f in scmutil.rcpath(): |
1798 ui.debug('read config from: %s\n' % f) |
1798 ui.debug('read config from: %s\n' % f) |
1799 untrusted = bool(opts.get('untrusted')) |
1799 untrusted = bool(opts.get('untrusted')) |
1800 if values: |
1800 if values: |