# HG changeset patch # User Anton Shestakov # Date 1726750221 -14400 # Node ID 2edffcd94850aecd7cfc4dc985dcc846fa98fb67 # Parent 6209891ff2208a8c20c307769e212d86d09e8037 topic: make debugformatfqbn use short format by default This is to make the debug command more consistent with the internal API. diff -r 6209891ff220 -r 2edffcd94850 hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Thu Sep 19 16:48:48 2024 +0400 +++ b/hgext3rd/topic/__init__.py Thu Sep 19 16:50:21 2024 +0400 @@ -1986,7 +1986,7 @@ (b'b', b'branch', b'', b'branch'), (b'n', b'topic-namespace', b'', b'topic namespace'), (b't', b'topic', b'', b'topic'), - (b's', b'short', False, b'short format'), + (b's', b'short', True, b'short format'), ], optionalrepo=True) def debugformatfqbn(ui, repo, **opts): """format branch, namespace and topic into branch//namespace/topic string"""