Changeset 561 in tailor for vcpx/source.py
- Timestamp:
- 08/15/05 01:58:54 (8 years ago)
- Hash name:
- 20050814235854-97f81-f53cf4b6b8bddfa96031b61c948f32efe6af58d5
- File:
-
- 1 edited
-
vcpx/source.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/source.py
r540 r561 147 147 return True 148 148 149 def getPendingChangesets(self ):149 def getPendingChangesets(self, sincerev=None): 150 150 """ 151 151 Load the pending changesets from the state file, or query the … … 155 155 revision, self.pending = self.state_file.load() 156 156 if not self.pending: 157 self.pending = self._getUpstreamChangesets(revision )157 self.pending = self._getUpstreamChangesets(revision or sincerev) 158 158 return self.pending 159 159
Note: See TracChangeset
for help on using the changeset viewer.
