Skip to content
Snippets Groups Projects
  1. Jan 27, 2012
  2. 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
  3. Oct 05, 2011
  4. Sep 09, 2011
  5. Jul 19, 2011
  6. Jul 17, 2011
  7. Jul 14, 2011
  8. Jul 15, 2011
  9. Jul 13, 2011
  10. Jun 23, 2011
    • Brendan Cully's avatar
      Unbreak outgoing to non-git repos with hg pre-1.9 · 6867b01d
      Brendan Cully authored
      The wrapped version of findoutgoing unconditionally mangled the
      keyword arguments, but doesn't do version fixups unless the
      remote is a git repository. This change only mangles the argument
      list when the remote is a git repository.
      6867b01d
  11. Jun 17, 2011
  12. Jun 16, 2011
  13. May 31, 2011
  14. May 24, 2011
  15. May 23, 2011
  16. May 21, 2011
  17. May 20, 2011
  18. May 18, 2011
  19. May 17, 2011
    • Brendan Cully's avatar
      Improve error reporting in get_refs · 9b6597b7
      Brendan Cully authored
      With this patch, attempts to push (or run outgoing) to read-only git URLs
      at github return github's helpful error message instead of just saying
      the remote end hung up.
      9b6597b7
  20. May 15, 2011
  21. May 11, 2011
  22. Apr 05, 2011
  23. Mar 24, 2011
  24. Mar 22, 2011
Loading