Arbit - project tracking

VCS wrapper

#2: support for Bazaar soruce control

Issue revisions

  • new by taxilian at 2010-J-15 4:55
  • new by taxilian at 2010-J-15 4:55
  • assigned by taxilian at 2010-J-15 5:00
  • closed by taxilian at 2010-J-18 4:45
Type enhancement enhancement
State closed closed
Priority medium medium
Resolution fixed fixed
Assigned to taxilian
Scheduled for
Affected versions 0.1-alpha
Affected components Wrapper
Last change Friday 18 June 2010 04:45:02 UTC by taxilian

Short description

Need support for the bazaar source control system

Environment

all

  • taxilian at Tuesday 15 June 2010 04:57:13 UTC

    richard@shaoden:~/vcs_wrapper$ ./runTests bzr-cli PHPUnit 3.4.5 by Sebastian Bergmann.

    • Mercurial cli wrapper suite:

      • vcsBzrCliCheckoutTests: ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ [ 48%]

      • vcsBzrCliDirectoryTests: ✓✓✓ [ 57%]

      • vcsBzrCliFileTests: ✓✓✓✓✓✓✓✓✓✓✓✓✓✓ [100%]

    Time: 26 seconds, Memory: 9.50Mb

    OK (33 tests, 33 assertions)

  • taxilian at Tuesday 15 June 2010 04:57:59 UTC

    This patch requires that the bzr xmloutput plugin be installed.

    http://wiki.bazaar.canonical.com/XMLOutput

  • taxilian at Friday 18 June 2010 04:43:46 UTC

    As of revision 1836, basic bzr source control works

  • taxilian at Friday 18 June 2010 04:45:02 UTC

    Some tweaks may still be needed; it would be good to parse authors so that name <user@email.com> displays just name.

    Annotate does not yet work; will create a seperate issue for that.