Skip to content
Snippets Groups Projects
  1. Mar 13, 2010
  2. Mar 10, 2010
  3. Mar 02, 2010
  4. Mar 13, 2010
  5. 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
  6. Mar 12, 2010
  7. Mar 13, 2010
  8. Mar 12, 2010
  9. Mar 13, 2010
  10. Mar 12, 2010
  11. Mar 11, 2010
  12. Mar 08, 2010
  13. Mar 11, 2010
  14. 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
  15. Mar 11, 2010
Loading