/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 fetch.py

  • Committer: John Carr
  • Date: 2009-01-13 20:23:52 UTC
  • mto: (0.217.53 git-serve)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: john.carr@unrouted.co.uk-20090113202352-07tuqiobtpxtl3iq
Don't fill screen with muttering

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
        if mapping is None:
204
204
            mapping = self.source.get_mapping()
205
205
        def progress(text):
206
 
            pb.note("git: %s", text)
 
206
            pb.update("git: %s" % text.rstrip("\r\n"), 0, 0)
207
207
        def determine_wants(heads):
208
208
            if revision_id is None:
209
209
                ret = heads.values()