Skip to content
Snippets Groups Projects
  1. Mar 02, 2010
  2. 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
  3. Mar 13, 2010
  4. Mar 12, 2010
  5. Mar 13, 2010
  6. 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
  7. Mar 08, 2010
  8. Mar 11, 2010
  9. 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
  10. Mar 11, 2010
  11. Mar 09, 2010
  12. Jan 21, 2010
  13. 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
  14. Jan 12, 2010
  15. Mar 07, 2010
  16. Mar 06, 2010
  17. Mar 05, 2010
  18. Mar 04, 2010
  19. Mar 03, 2010
Loading