Skip to content
Snippets Groups Projects
  1. Mar 19, 2010
  2. Mar 18, 2010
  3. Mar 15, 2010
  4. Mar 16, 2010
    • Adrian Buehlmann's avatar
      contrib/wix: fix product name to include version · 67cb29db
      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"
      67cb29db
    • Benoit Boissinot's avatar
  5. Mar 15, 2010
  6. Mar 13, 2010
    • Edouard Gomez's avatar
      subrepo: fix hgrc paths section during subrepo pulling · c90d923f
      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.
      c90d923f
  7. Mar 09, 2010
    • Mathieu Clabaut's avatar
      convert: teach cvsps to handle . repository (issue1649) · b4b16e90
      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>.
      b4b16e90
  8. Mar 14, 2010
  9. Mar 10, 2010
  10. Mar 02, 2010
  11. Mar 05, 2010
    • Brodie Rao's avatar
      test-extension: fix disabled extension tests for run-tests.py --local · 181cbb23
      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.
      181cbb23
  12. Mar 13, 2010
  13. Mar 12, 2010
  14. Mar 13, 2010
  15. Mar 11, 2010
    • Martin Geisler's avatar
      rebase: remove unnecessary \" from help string · 19c0ff56
      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.
      19c0ff56
  16. Mar 08, 2010
  17. Mar 11, 2010
  18. Mar 10, 2010
    • Greg Ward's avatar
      rebase: improve help text · 86dc2114
      Greg Ward authored
      - add a paragraph about default dest/source changesets
      - option help: say "changeset" not "revision"
      - option help: explain -b/--base better
      - clarify that -a/--abort and -c/--continue are different from the
        other options
      86dc2114
  19. Mar 11, 2010
  20. Mar 09, 2010
  21. Jan 21, 2010
  22. Dec 17, 2009
    • Paul Molodowitch's avatar
      bookmarks: add invalidate() to bookmark_repo · 153d688c
      Paul Molodowitch authored
      Cached bookmark information would not be reset when repo.invalidate()
      was called, meaning (for instanced) guis would be left with out-of-date
      bookmark info.  This patch fixes that by overriding bookmark_repo.invalidate()
      153d688c
  23. Jan 12, 2010
  24. Mar 07, 2010
  25. Mar 06, 2010
Loading