Versions Extension
This extension is implemented as hg version -v in Mercurial 3.1
Display the version information for Mercurial and all installed extensions.
Author: Markus Zapke-GrĂ¼ndeman
Repository: https://bitbucket.org/keimlink/hg-versions
Python Package Index: http://pypi.python.org/pypi/hg-versions
Contents
1. Overview
By default only the Mercurial version and enabled extensions with version information are displayed:
$ hg versions Mercurial version: 1.7.2 enabled extensions: versions 0.1
You can use the -a argument to display all enabled extensions, even those without a version:
$ hg versions -a Mercurial version: 1.7.2 enabled extensions: bookmarks color crecord extdiff fetch graphlog hgattic hggit hgsubversion histedit mercurial_keyring pager prompt rebase versions 0.1
2. Installation
Use pip or easy_install to install the package:
$ pip install hg-versions
Or install from the sources:
$ tar xzf hg-versions-0.1.tar.gz $ cd hg-versions-0.1 $ python setup.py install
3. Configuration
Enable the extension by adding following lines to your configuration file (hgrc):
[extensions] versions =