Skip to content
Snippets Groups Projects
  1. Aug 22, 2015
    • Gregory Szorc's avatar
      tests: move '#require bzr' into .t files · 89872688893f
      Gregory Szorc authored
      The bzr tests are the only .t tests calling hghave (aside from the tests
      testing hghave itself). This pattern is a one-off and prevents
      desired refactors to how requirements checking is integrated into tests.
      Use the convention used everywhere else.
      89872688893f
  2. Nov 22, 2013
  3. Feb 02, 2012
    • Patrick Mezard's avatar
      convert/bzr: convert all branches (issue3229) (BC) · f84dda152a55
      Patrick Mezard authored
      Instead of opening the target bzr checkout as a single branch, we try to open
      it as a repository. This has the following effects:
      - All branches are now converted
      - bzr branch names are preserved. Previously, the selected branch was always
        converted as 'default'. Branches without a name or 'trunk' are mapped to
        'default branch.
      - Lightweight checkouts are no longer supported. Maybe they can be, I did not
        try to fix that at all.
      
      Implementation notes:
      - This was a quick fix, I have no knowledge of bzr API besides browsing 2.0.3
        sources.
      - The fix was only tested on OSX against bzr 2.4.2.
      - Tags discovery does not handle collisions. I have no idea how tags work in
        bzr so maybe such collisions are not possible.
      f84dda152a55
  4. Jul 05, 2009
  5. May 19, 2009
  6. Apr 26, 2009
  7. Sep 26, 2008
Loading