Mercurial > hg
view tests/test-addremove.out @ 7958:73fa2be69ea9
Fix how setup.py identifies the Mercurial version.
There is a problem with setup.py where it will not identify the Mercurial
version properly when not being ran in within a repository even if
mercurial/__version__.py exists.
To fix, use mercurial.__version__.version when available before defaulting
to "unknown". (Using mercurial.util.version() is not an option due to a
dependency issue where osutil can be referenced before it is built.)
author | Jeremy Whitlock <jcscoobyrs@gmail.com> |
---|---|
date | Thu, 02 Apr 2009 18:18:43 -0600 |
parents | 03916abdfb64 |
children | 627399330c7d |
line wrap: on
line source
adding dir/bar adding foo dir/bar foo committed changeset 0:d44511117907 adding dir/bar_2 adding foo_2 dir/bar_2 foo_2 committed changeset 1:a85812e0561a adding a adding c removing a adding b removing c adding d recording removal of a as rename to b (100% similar)