changeset 6295:e81b3516242f

topic: update a comment about branch:topic, use the modern version
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 27 Jul 2022 20:23:08 +0400
parents 47268350b3bc
children a2855aff1268
files hgext3rd/topic/discovery.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/discovery.py	Thu Jul 14 16:45:07 2022 +0400
+++ b/hgext3rd/topic/discovery.py	Wed Jul 27 20:23:08 2022 +0400
@@ -26,7 +26,7 @@
     unfi = repo.unfiltered()
 
     class repocls(unfi.__class__):
-        # awful hack to see branch as "branch:topic"
+        # awful hack to see branch as "branch//namespace/topic"
         def __getitem__(self, key):
             ctx = super(repocls, self).__getitem__(key)
             oldbranch = ctx.branch