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

Ticket #10928 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

bzr module should support next_revision

Reported by: casret Assigned to: minam
Priority: normal Milestone: 2.x
Component: Capistrano Version: edge
Severity: normal Keywords:
Cc:

Description

next_revision isn't extended in the bzr module. This causes the pending task to not display correctly. The subversion implementation works for bzr as well.

Attachments

bzr_next_revision.diff (485 bytes) - added by casret on 01/25/08 23:50:21.

Change History

01/25/08 23:50:21 changed by casret

  • attachment bzr_next_revision.diff added.

02/19/08 23:27:41 changed by minam

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

(In [8903]) Implement Bzr#next_revision so that pending changes can be reported correctly (closes #10928)