Show More
@@ -3721,8 +3721,10 b' def newreporequirements(ui, createopts):' | |||||
3721 |
|
3721 | |||
3722 | if ui.configbool(b'format', b'use-dirstate-tracked-hint'): |
|
3722 | if ui.configbool(b'format', b'use-dirstate-tracked-hint'): | |
3723 | version = ui.configint(b'format', b'use-dirstate-tracked-hint.version') |
|
3723 | version = ui.configint(b'format', b'use-dirstate-tracked-hint.version') | |
3724 | msg = _("ignoring unknown tracked key version: %d\n") |
|
3724 | msg = _(b"ignoring unknown tracked key version: %d\n") | |
3725 | hint = _("see `hg help config.format.use-dirstate-tracked-hint-version") |
|
3725 | hint = _( | |
|
3726 | b"see `hg help config.format.use-dirstate-tracked-hint-version" | |||
|
3727 | ) | |||
3726 | if version != 1: |
|
3728 | if version != 1: | |
3727 | ui.warn(msg % version, hint=hint) |
|
3729 | ui.warn(msg % version, hint=hint) | |
3728 | else: |
|
3730 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now