D5792: uncommit: added interactive mode(issue6062)

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Fri Feb 1 13:45:38 EST 2019


pulkit added subscribers: lothiraldan, pulkit.
pulkit added a comment.


  Hi, thanks for the patch. Your patch is a good start at implementing `uncommit -i`. It misses multiple things like dirstate handling.
  
  The good news is that you don't need to implement all that.  There is an evolve extension which has already implemented that: https://www.mercurial-scm.org/repo/evolve/file/8494015ec24b/hgext3rd/evolve/cmdrewrite.py#l460. You can import that from there.
  
  If you plan to import that from there, I suggest notifying @lothiraldan about that too so that they can manage things in evolve.

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