D3187: phase: add dry-run functionality

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Thu May 24 17:19:00 EDT 2018


pulkit added a comment.


  In https://phab.mercurial-scm.org/D3187#57349, @khanchi97 wrote:
  
  > okay, but I have some queries like
  >
  > 1. How about showing revision no. instead of cset id?
  
  
  I think we should show cset ids. If you want to with rev numbers, go with that. This should not be a blocker to get the initial patch in.
  
  > 2. And in this https://pastebin.com/raw/kWcr9xVK example if I change revision 2 phase to --secret then how it should print the range, I mean now we have branches in this range?
  > 
  >   Can we show that range like this:
  > 
  >   0316ce92851d : : b385d13d5ed4  draft  ->  secret 0316ce92851d : : 4ccc844d5454   draft  -> secret
  
  There are two ways you can show the range in this case:
  
  1. 0316ce92851d::b385d13d5ed4 and f19b7f89f44e::4ccc844d5454
  2. 0316ce92851d::4ccc844d5454 and b385d13d5ed4
  
  Look into `hg help revsets` to understand what `::` means.

REPOSITORY
  rHG Mercurial

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

To: khanchi97, pulkit, #hg-reviewers
Cc: av6, mercurial-devel


More information about the Mercurial-devel mailing list