Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10922 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

[PATCH] fixes the bzr export functionality

Reported by: drudru Assigned to: minam
Priority: normal Milestone: 2.x
Component: Capistrano Version: edge
Severity: major Keywords: capistrano bzr
Cc:

Description

[PATCH] fixes the bzr export functionality

previously, this code didn't work. Now bzr supports a proper export and we just needed to change the method to invoke the proper command.

Attachments

bzr_export_patch.diff (0.9 kB) - added by drudru on 01/25/08 02:32:32.
patch for bzr.rb

Change History

01/25/08 02:32:32 changed by drudru

  • attachment bzr_export_patch.diff added.

patch for bzr.rb

02/11/08 17:43:03 changed by kampers

  • milestone changed from 2.1 to 2.x.

02/19/08 23:23:28 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [8902]) use a proper export command with bzr (closes #10922)