diff CHANGELOG @ 4628:c4097632a1a3

topic: drop support for accessing csets in branch stack using bxx (issue6119) When topic extension is enabled and we have some cset whose hash is `b1234`, topic extension thinks that we are accessing 1234 cset in current branch stack. However that's not the case generally. Also I am not sure many people use this bxxx thing. Since we have a generic sxxx way to access csets, let's drop support for accessing csets using bxx which leads to bad behavior. Looking at the tests, we don't show bxxx in hg stack output anymore. I update the test to use sxxx instead of bxxxx.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 27 Apr 2019 01:18:08 +0300
parents d314deb12f08
children b78707559f1f
line wrap: on
line diff
--- a/CHANGELOG	Sun Apr 28 00:21:28 2019 -0400
+++ b/CHANGELOG	Sat Apr 27 01:18:08 2019 +0300
@@ -12,6 +12,7 @@
   * evolve: reinstalled compatibility with narrow repositories,
   * evolve: use "unstable" instead of "troubled"
   * evolve: run multiple stabilisation in the same transaction
+  * topic: drop the b# alias. It conflicted with normal hashes.
 
 8.5.1 -- 2019-04-23
 -------------------