Skip to content
Snippets Groups Projects
Commit 5a796d753427 authored by Pulkit Goyal's avatar Pulkit Goyal
Browse files

evolve: kill `--obsolete` and `--old-obsolete` flags for graft

Evolve extension used to add the couple of flags to `hg graft` command for
reasons I don't know but they were deprecated. For the functionality of `hg
graft --old-obsolete`, we have `hg grab` now which can do that.

One more reason to kill this is that we have logic to parse the graftstate,
whereas in core, we are going to change how state files are read and write.

Tweaked the tests a bit to use `hg grab` instead of these flags to make rest of
the test output consistent. Replaced an entry of `hg graft -O` in doc by `hg
grab`.
parent dd0d2e90e653
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment