/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to processors/generic_processor.py

  • Committer: Gonéri Le Bouder
  • Date: 2009-08-19 09:09:31 UTC
  • mto: (0.64.216 trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: goneri@rulezlan.org-20090819090931-zed1cyicfrhwm3mw
avoid STDERR crash

Doing:
echo "" | bzr fast-import -

was enough to get a crash of bzr-fast-import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
            marks_file.export_marks(self.params.get("export-marks"),
287
287
                self.cache_mgr.revision_ids)
288
288
 
 
289
        if self.cache_mgr.last_ref == None:
 
290
            """Nothing to refresh"""
 
291
            return
 
292
 
289
293
        # Update the branches
290
294
        self.note("Updating branch information ...")
291
295
        updater = branch_updater.BranchUpdater(self.repo, self.branch,