Skip to content
Snippets Groups Projects
  1. May 19, 2009
  2. May 18, 2009
  3. Apr 03, 2009
    • Jeremy Whitlock's avatar
      Fix how setup.py identifies the Mercurial version. · 4c030ada
      Jeremy Whitlock authored
      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.)
      4c030ada
  4. May 17, 2009
Loading