hgext3rd/evolve/metadata.py
author Boris Feld <boris.feld@octobus.net>
Fri, 28 Apr 2017 16:56:09 +0200
changeset 2290 a36a8c6a09ac
parent 2283 5ef112a6eb87
child 2312 b9ce138eca63
permissions -rw-r--r--
ui: change the hidden revision error message It now display the same details than the warning when the working directory parent become obsolete like: $ hg update 0 abort: hidden revision '0' (successor: f301a99bd857)! $ hg up 1 abort: hidden revision '1' (pruned)! $ hg update 0 abort: hidden revision '0' (successors: 91311af6da10, 70653776ec4c)!

# define Mercurial extension metadata for evolution
#
# Copyright 2017 Pierre-Yves David <pierre-yves.david@ens-lyon.org>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

__version__ = '6.0.1'
testedwith = '3.8.4 3.9.2 4.0.2 4.1.1'
minimumhgversion = '3.8'
buglink = 'https://bz.mercurial-scm.org/'