rust/Cargo.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 23 Dec 2017 14:24:41 +0530
changeset 36062 382aefea8faf
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
remotenames: add new namespaces for remotebookmarks and remotebranches This patch adds two new namespaces which will be enabled by remotenames extension. The namespaces are remotebookmarks and remotebranches. Adding them as namespaces will show them in various commands' output such as log, show work. This will also unable to access changesets using that name. Tests are also added for the same. This is a part of moving hgremotenames extension to core. hgremotenames: https://bitbucket.org/seanfarley/hgremotenames Differential Revision: https://phab.mercurial-scm.org/D1758

[workspace]
members = ["hgcli"]