# HG changeset patch # User Pierre-Yves David # Date 1555013635 -7200 # Node ID de908951483379245ccce77ad293e2851d72f79f # Parent 099e0ca8285ef5318ba2f5226a5fe25a6331c01c# Parent 99dbe605fda59aa673023043a0b14235bbef0dfc branching: merge default branch in stable to prepare 8.5.0 release The release is not fully ready, but the merging is non-trivial. diff -r 99dbe605fda5 -r de9089514833 hgext3rd/topic/topicmap.py diff -r 99dbe605fda5 -r de9089514833 tests/test-topic.t --- a/tests/test-topic.t Wed Apr 10 21:03:56 2019 +0200 +++ b/tests/test-topic.t Thu Apr 11 22:13:55 2019 +0200 @@ -860,10 +860,6 @@ 3: featureA $ tlog 'featureA#topic[0]' 3: featureA - $ tlog 'featureA#topic[:]' - 1: featureA - 2: featureA - 3: featureA $ tlog '2#t[-2]' $ tlog '2#t[-1]' @@ -873,10 +869,6 @@ $ tlog '2#t[1]' 3: featureA $ tlog '2#t[2]' - $ tlog '2#t[-1:1]' - 1: featureA - 2: featureA - 3: featureA stack subscript relation @@ -906,28 +898,6 @@ $ tlog 'featureA#s[0]' 0: - $ tlog 'featureA#s[0:0]' - 0: - $ tlog 'featureA#s[:]' - 1: featureA - 2: featureA - 3: featureA - $ tlog 'featureA#s[2:]' - 2: featureA - 3: featureA - $ tlog 'featureA#s[:2]' - 1: featureA - 2: featureA - $ tlog 'featureA#s[0:1]' - 0: - 1: featureA - $ tlog 'featureA#s[-1:0]' - 0: - 3: featureA - $ tlog 'featureA#s[-3:3]' - 1: featureA - 2: featureA - 3: featureA $ tlog 'featureA#s[1] and featureA#s[-3]' 1: featureA $ tlog 'featureA#s[2] and featureA#s[-2]'