Changeset 53 in tailor for vcpx/tailor.py
- Timestamp:
- 07/06/04 01:33:12 (9 years ago)
- Hash name:
- 20040705233312-97f81-0733c0a5677caaf8378ec0bed433b83eab01363e
- File:
-
- 1 edited
-
vcpx/tailor.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/tailor.py
r51 r53 114 114 self.logger.info("Bootstrap completed") 115 115 116 def applied(self, root, changeset): 117 """ 118 Save current status. 119 """ 120 121 self.upstream_revision = changeset.revision 122 self.__saveStatus() 123 116 124 def update(self): 117 125 """ … … 134 142 actual,conflicts = dwd.applyUpstreamChangesets(proj, 135 143 self.upstream_revision, 144 applied=self.applied, 136 145 logger=self.logger) 137 146 if actual: 138 self.upstream_revision = actual.revision139 self.__saveStatus()140 147 self.logger.info("Update completed, now at revision '%s'" % ( 141 148 self.upstream_revision,))
Note: See TracChangeset
for help on using the changeset viewer.
