Skip to content
Snippets Groups Projects
  1. Aug 13, 2012
  2. Aug 06, 2012
  3. Aug 04, 2012
    • David M. Carr's avatar
      tests: update versions included in make all-version-tests · 64fd6107
      David M. Carr authored
      This changeset doesn't remove any previous major releases.  Instead, I just
      updated major releases to their latest minor release, and added major releases
      that have been released since this was last updated.
      64fd6107
    • David M. Carr's avatar
      tests: fix for hg 1.5.4 · e8302d9c
      David M. Carr authored
      On Hg 1.5.4, util.version() appears to return "unknown", which wasn't an
      expected value in the version parsing logic in test-incoming and test-outgoing.
      The net result of the change is that test-incoming no longer fails in 1.5.4,
      but is skipped instead.
      e8302d9c
    • David M. Carr's avatar
      tests: remove hg 1.4.3 from make all-version-tests · 493b55cb
      David M. Carr authored
      As demonstrated by the test suite, it was already broken.  Specifically, the
      "Remove any dangling tag references." section of git_handler.py wasn't properly
      detecting Hg 1.4, and fell through to a call to util.safehasattr, which didn't
      yet exist.
      493b55cb
  4. Aug 03, 2012
    • David M. Carr's avatar
      tests: fix test-merge and test-octopus · 7f485ed8
      David M. Carr authored
      Both were failing due to extra spaces in the output from merges, which seems
      to have been caused by a sed expression not working as intended.  According
      to my copy of "man re_format", basic regular expressions (such as used by sed
      without the -E option) don't support using + as a special character.  Thus, I
      replaced it with one of the recommended alternatives (x+ to xx*).
      7f485ed8
  5. Jul 31, 2012
  6. Aug 01, 2012
  7. Jul 26, 2012
  8. Jul 08, 2012
  9. Jul 26, 2012
  10. Jul 20, 2012
  11. Jul 18, 2012
  12. Jul 04, 2012
  13. Jul 05, 2012
  14. May 12, 2012
  15. Apr 21, 2012
  16. Mar 31, 2012
  17. Feb 23, 2012
  18. Feb 25, 2012
  19. Feb 15, 2012
  20. Jan 28, 2012
  21. Jan 27, 2012
  22. Dec 18, 2011
    • mike bayer's avatar
      - add "branch_bookmark_names" parameter. this allows bookmarks · 35e2813f
      mike bayer authored
      that mimic a branchname to be maintained on the git side without
      a particular suffix - e.g. if the hg repo had a branch "release_05",
      and a bookmark created onto it "release_05_bookmark", the branch on the
      git side would be named "release_05".   When pulling branches back from
      git, if an hg named branch of that name exists, the suffix is appended
      back onto the name before creating a bookmark on the hg side.
      
      This is strictly so that a git repo can be generated that has the
      same "branch names" as an older hg repo that has named branches, and
      has had bookmarks added in to mirror the branch names.
      This is given the restrictions that
      A. hg named branches can never be renamed and B. hg-git only supports
      hg bookmarks, not branches
      35e2813f
  23. Nov 11, 2011
  24. Oct 05, 2011
  25. Oct 09, 2011
  26. Sep 13, 2011
Loading