Skip to content
Snippets Groups Projects
  1. Oct 28, 2008
  2. Oct 27, 2008
  3. Oct 28, 2008
  4. Oct 27, 2008
  5. Oct 25, 2008
  6. Oct 27, 2008
  7. Oct 26, 2008
  8. Oct 25, 2008
  9. Oct 27, 2008
  10. Oct 26, 2008
  11. Oct 25, 2008
  12. Oct 24, 2008
  13. Oct 18, 2008
    • Edouard Gomez's avatar
      convert: return remote branches in git source · a8e4e599
      Edouard Gomez authored
      When converting git repos, all stuff happening on branches
      seems to be ignored.
      
      This is caused by the fact a "git clone" of a remote git
      repo has all its branches prefixed with "origin/". By
      chance, the "origin/master" branch is always linked to a
      local "master" branch. So getheads() returns only the
      master head, and it ignores all the other heads.
      
      Make sure getheads() returns all heads, forcing remote
      branches to be return by git-rev-parse.
      a8e4e599
  14. Oct 26, 2008
  15. Oct 22, 2008
  16. Oct 24, 2008
  17. Oct 22, 2008
    • David Soria Parra's avatar
      Bookmarks: Add the bookmarks extension · 135003a4
      David Soria Parra authored
      Mercurial bookmarks are local moveable pointers to changesets.
      If you commit a changeset that is based on a changeset that has a
      bookmark on it, the bookmark is forwarded to the new changeset.
      
      Thanks to Ian Dees, Ronny Pfannschmidt for their patches,
      Thanks to ronny, tonfa, prianha, mpm, #mercurial for their comments
      and their support that helped me to get things done.
      135003a4
Loading