# HG changeset patch # User Anton Shestakov # Date 1666274288 -14400 # Node ID 394c795d7ba437989b84f020a83c698afc2185ec # Parent ef8c1637321a759fdf4cf4c443e9265a4a5ca373 tests: add "double//slash" example to topic.common.formatfqbn() docstring This is just to make it dead easy to tell if debug output for that branch is correct or not. diff -r ef8c1637321a -r 394c795d7ba4 hgext3rd/topic/common.py --- a/hgext3rd/topic/common.py Sat Nov 12 16:08:09 2022 +0400 +++ b/hgext3rd/topic/common.py Thu Oct 20 17:58:08 2022 +0400 @@ -53,6 +53,8 @@ 'branch' >>> formatfqbn(branch=b'branch//') 'branch////' + >>> formatfqbn(branch=b'double//slash') + 'double//slash//' >>> formatfqbn(namespace=b'namespace') '//namespace/' >>> formatfqbn(branch=b'/topic')