##// END OF EJS Templates
graft: fix --base value to be saved in state file...
graft: fix --base value to be saved in state file 'True' just works because it is treated as an integer revision '1' and only the truthiness of the basectx is important. If multiple source revisions were supported with --base, the resumed graft operation would go wrong.

File last commit:

r45128:af739894 default
r45442:2dc5ae95 stable
Show More
Cargo.toml
3 lines | 75 B | application/toml | TOMLLexer
[workspace]
members = ["hg-core", "hg-cpython"]
exclude = ["chg", "hgcli"]