durin42 added a comment.

  Counterproposal:
  
  `hg rebase --auto <REVSET>`
  
  or
  
  `hg rebase --auto -r <REVSET>`
  
  rather than introducing a new concept of a stack. I know Facebook has this 
concept internally, but for core hg we don't have the notion of a stack outside 
`mq` and `show`: the former is heavily deprecated, and the latter is 
experimental and still subject to change. Also, I feel like 'automatic rebase' 
is a pretty good description of what's actually happening to resolve the 
trivial orphans-only trouble cases. Thoughts?
  
  I'd be happy to spend a bit of time writing up a commit for rebase--auto if 
people want to play with it.

REPOSITORY
  rHG Mercurial

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

To: quark, #hg-reviewers
Cc: durin42, martinvonz, lothiraldan, dlax, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to