Changeset 1010 in tailor
- Timestamp:
- 11/17/05 04:57:53 (8 years ago)
- Hash name:
- 20051117035753-0ae3a-f4cd98ed1e8331615044945055d7aaeb85b4e901
- File:
-
- 1 edited
-
vcpx/darcs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/darcs.py
r1009 r1010 303 303 changes = ExternalCommand(cwd=self.basedir, command=cmd) 304 304 last = changesets_from_darcschanges(changes.execute(stdout=PIPE)[0]) 305 if last:305 try: 306 306 changeset.entries.extend(last.next().entries) 307 except StopIteration: 308 pass 307 309 308 310 return conflicts
Note: See TracChangeset
for help on using the changeset viewer.
