# HG changeset patch # User Anton Shestakov # Date 1658938988 -14400 # Node ID e81b3516242f092208df55d9060cd8d1d8826f2a # Parent 47268350b3bc0e77aab2997d3ecc83f1e610ae86 topic: update a comment about branch:topic, use the modern version diff -r 47268350b3bc -r e81b3516242f hgext3rd/topic/discovery.py --- 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