D5792: uncommit: added interactive mode(issue6062)

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Thu Feb 7 13:15:40 EST 2019


pulkit added a comment.


  In https://phab.mercurial-scm.org/D5792#85236, @taapas1128 wrote:
  
  > @pulkit I was able to import the tests and make them compatible with `hg-stable` . Some tests which include commands like `hg obslog` , `hg amend --extract` , and `hg uncommit -n` which are not part of `hg-stable` but `evolve` are not running else all tests are now running smoothly .
  
  
  `hg amend --extract` is just another name for `hg uncommit`.
  You can move `--note` flag to core uncommit as a part of different patch.
  Related to obslog, you can do `hg log -r . -r precursor(.)` or `hg diff -r . -r precursor(.)` but I don't think that will be sufficient.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5792

To: taapas1128, #hg-reviewers
Cc: pulkit, lothiraldan, mercurial-devel


More information about the Mercurial-devel mailing list