Changeset 1511 in tailor
- Timestamp:
- 05/20/08 16:29:04 (5 years ago)
- Hash name:
- 20080520142904-97f81-b2f925628a084b439ffdb71687025a9b1f1d5e6d
- File:
-
- 1 edited
-
vcpx/repository/bzr.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/bzr.py
r1500 r1511 172 172 parent_branch = BzrDir.open(self.repository.repository).open_branch() 173 173 branch = self._working_tree.branch 174 self.log.info("Collecting missing changesets") 174 175 revisions = branch.missing_revisions(parent_branch) 175 176 branch.fetch(parent_branch)
Note: See TracChangeset
for help on using the changeset viewer.
