annotate hgext3rd/topic/constants.py @ 5029:421b295e32b4

evolve: add logic to cover --stop when "divergent" relocation in play Changes in test file reflect the added behaviour. The intermediate changeset has been properly cleaned up by the `hg evolve --stop` call.
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Thu, 28 Nov 2019 19:01:28 +0530
parents 48b30ff742cb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4814
48b30ff742cb python3: use format-source to run byteify-strings in .py files
Raphaël Gomès <rgomes@octobus.net>
parents: 2649
diff changeset
1 extrakey = b'topic'
48b30ff742cb python3: use format-source to run byteify-strings in .py files
Raphaël Gomès <rgomes@octobus.net>
parents: 2649
diff changeset
2 changekey = b'_rewrite_noise'