Skip to content
Snippets Groups Projects
Commit 53d75fde authored by Matt Harbison's avatar Matt Harbison
Browse files

phabricator: add basectx arguments to file related `phabsend` utilities

This is in support of a future `--fold` option, that allows rolling up several
commits into a single review with a diff from the start to the end of the range.

There are no functional changes yet- the original `ctx` is also passed as the
new `basectx`, which represents the first commit in the review range (similar to
`qbase` in MQ parlance).  Other functions will need the range of commits, but
these deal with status or the diffs, so they only need the end points.

Differential Revision: https://phab.mercurial-scm.org/D8306
parent 7b9aaec1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment