comparison CHANGELOG @ 5691:6eb9f82b43ba stable

evolve: remove spurious "working directory is now at ..." messages The `startnode` variable was sometimes a context, which made the comparison with `repo[b'.'].node()` in `_cleanup()` fail. This patch fixes that by making sure that `startnode` is always a (binary) nodeid.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 24 Nov 2020 18:04:40 -0800
parents 35b0f8f45250
children 61d2f1cf90f0 0257716d1f22
comparison
equal deleted inserted replaced
5690:35b0f8f45250 5691:6eb9f82b43ba
1 Changelog 1 Changelog
2 ========= 2 =========
3 3
4 10.1.1 -- in progress 4 10.1.1 -- in progress
5 --------------------- 5 ---------------------
6
7 * evolve: remove spurious "working directory is now at ..." messages
6 8
7 topic: 9 topic:
8 10
9 * rebase: prevent in-memory rebase to silently drop topic (by disable the feature) 11 * rebase: prevent in-memory rebase to silently drop topic (by disable the feature)
10 12