Skip to content
Snippets Groups Projects
  1. Mar 23, 2010
  2. Mar 22, 2010
    • Pierre-Yves David's avatar
      test-convert-cvs: filter unstable cvs output. · bdb60057f905
      Pierre-Yves David authored
      The order choosen by cvs to display commit is not stable when the tests are run
      under heavy CPU/IO load. This leads to irrelevant failures of the test suite.
      This changeset filters four lines impacted by this instability. The result of
      the conversion is still verified.
      bdb60057f905
  3. Mar 23, 2010
  4. Mar 22, 2010
    • Konstantin Zemlyak's avatar
      wsgicgi: call close() on iterable to avoid resource leaks · a1cb8ca051c0
      Konstantin Zemlyak authored
      Quoting PEP 333 (WSGI):
      
      "If the iterable returned by the application has a close() method, the server
      or gateway must call that method upon completion of the current request,
      whether the request was completed normally, or terminated early due to
      an error. (This is to support resource release by the application.
      This protocol is intended to complement PEP 325's generator support,
      and other common iterables with close() methods."
      a1cb8ca051c0
  5. Mar 20, 2010
  6. Mar 19, 2010
  7. Mar 16, 2010
  8. Mar 19, 2010
  9. Mar 18, 2010
  10. Mar 15, 2010
  11. Mar 16, 2010
    • Adrian Buehlmann's avatar
      contrib/wix: fix product name to include version · 67cb29dbb66e
      Adrian Buehlmann authored
      Without this, Mercurial is registered under the installed programs
      on Windows as just 'Mercurial', which is unusual for a program to do
      on Windows.
      
      Including the version in the registered product name registers the
      software in the Windows control panel of installed programs as, for
      example, 'Mercurial 1.5' (for 1.5), or as
      
        'Mercurial 1.5.1032' for a stable 1.5+32-35893dcfd40c
        'Mercurial 1.5.5080' for a unstable 1.5+80-1ee60e82333c
      
      when using http://bitbucket.org/tortoisehg/thg-winbuild to create
      daily builds.
      
      Furthermore, the install UI texts in the built installer database (MSI
      file) are more clear on what the user is about to install, as, for example,
      the text in the initial installer dialog now reads
      
        "The Setup Wizard will install Mercurial 1.5 on your computer"
      
      instead of just
      
        "The Setup Wizard will install Mercurial on your computer"
      67cb29dbb66e
    • Benoit Boissinot's avatar
      cfc89fecfe51
  12. Mar 15, 2010
  13. Mar 13, 2010
    • Edouard Gomez's avatar
      subrepo: fix hgrc paths section during subrepo pulling · c90d923fff64
      Edouard Gomez authored
      There are two bugs in current subrepo ctor:
       - hgrc paths were using parent repo (ctx._repo) instead of self._repo
       - it was joined with local extract path, not its source repo path
      
      Fixed both bugs using _abssource on self once it is fully initialized.
      It gets the job done perfectly for pull and push urls.
      c90d923fff64
  14. Mar 09, 2010
    • Mathieu Clabaut's avatar
      convert: teach cvsps to handle . repository (issue1649) · b4b16e90712f
      Mathieu Clabaut authored
      For a CVS repository checked out with "cvs co .", the prefix used to strip of
      what we get from CVS was previously erroneously set to "repopath/.".
      We now prevent the dot to be added.
      
      Test folded in test-convert-cvs and simplified by Patrick Mézard
      <pmezard@gmail.com>.
      b4b16e90712f
  15. Mar 14, 2010
  16. Mar 10, 2010
  17. Mar 02, 2010
  18. Mar 05, 2010
    • Brodie Rao's avatar
      test-extension: fix disabled extension tests for run-tests.py --local · 181cbb23572e
      Brodie Rao authored
      One test that requires inserting a broken extension into hgext does this
      by modifying PYTHONPATH. This doesn't work when run with --local because
      the 'hg' script being used is in the same directory as the local hgext.
      
      Instead of modifying PYTHONPATH, a secondary extension is enabled using
      --config that inserts the dummy hgext at the beginning of sys.path,
      before the script's path.
      181cbb23572e
  19. Mar 13, 2010
  20. Mar 12, 2010
  21. Mar 13, 2010
  22. Mar 11, 2010
    • Martin Geisler's avatar
      rebase: remove unnecessary \" from help string · 19c0ff5606e1
      Martin Geisler authored
      They are not needed inside triple-quoted strings and they confuse the
      line number computation done in i18n/hggettext. The script tries to
      find the docstring in the source file. When \" in the source is turned
      into just " in the docstring, the docstring can no longer be found.
      19c0ff5606e1
  23. Mar 08, 2010
  24. Mar 11, 2010
Loading