mharbison72 added inline comments.

INLINE COMMENTS

> durin42 wrote in phabricator.py:1693
> Would it be reasonable to accept revspec*s* here so I could type a series of 
> patch IDs and have them all land?

I'm not quite sure the context.  I didn't realize this until recently, but 
apparently `+` is a valid operator like with revsets. That said, I strung 
together two heads with common ancestors, `+`, and `--stack` in that unlanded 
pytype series you have (not sure how that got so branchy), and `querydrev()` 
seemed to return them in an order that wouldn't apply.  But if I swapped the 
order on the command line, it worked.  So tread carefully if patches are 
unrelated.

Are you looking to skip some initial patches (which `--stack` doesn't allow, 
but maybe `-` would), and apply the rest?  Or are you trying to grab separate 
series all at once?

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8136/new/

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

To: mharbison72, #hg-reviewers, durin42
Cc: durin42, pulkit, mjpieters, Kwan, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to