Mercurial > hg
comparison i18n/posplit @ 40059:fda1df3d4e06
remotenames: add names argument to remotenames revset
This patch adds names argument to the revsets provided by the remotenames
extension. The revsets are remotenames(), remotebranches() and
remotebookmarks(). names can be a single names, list of names or can be empty too
which means it's an optional argument.
If names is/are passed, changesets which have those remotenames will be
returned.
If names are not passed, changesets from all the remotenames are shown.
Passing an invalid remotename does not throw error.
The name argument also supports pattern matching.
Tests are added for the argument in tests/test-logexchange.t
Differential Revision: https://phab.mercurial-scm.org/D3639
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 12 Jul 2018 03:12:09 +0530 |
parents | d0e8933d6dad |
children | aaad36b88298 |
comparison
equal
deleted
inserted
replaced
40058:cf01616f8d96 | 40059:fda1df3d4e06 |
---|