[PATCH] export: add -B option to select a bookmark
Yuya Nishihara
yuya at tcha.org
Tue May 22 12:00:34 UTC 2018
On Tue, 22 May 2018 09:30:39 +0200, David Demelier wrote:
> On Mon, 2018-05-14 at 21:16 +0900, Yuya Nishihara wrote:
> > FWIW, stripbmrevset() will have to be moved somewhere. Maybe scmutil?
>
> Yes when we will find an appropriate name. Anyone has idea?
>
> Few ideas:
>
> scmutil.brevset
> scmutil.bmrevset
> scmutil.bookmarkrevset
My two cents. s/revset/revs/ since no input nor output is a revset query,
and we generally call an evaluated list/set of revisions as revs.
More information about the Mercurial-devel
mailing list