/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 breezy/plugins/upload/cmds.py

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 17:14:00 UTC
  • mfrom: (6809.1.1 ws_comma)
  • Revision ID: jelmer@jelmer.uk-20171112171400-x19h7e3vw8t0u3w4
Merge lp:~gz/brz/ws_comma

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
 
276
276
        stamp = '.tmp.%.9f.%d.%d' % (time.time(),
277
277
                                     os.getpid(),
278
 
                                     random.randint(0,0x7FFFFFFF))
 
278
                                     random.randint(0, 0x7FFFFFFF))
279
279
        if not self.quiet:
280
280
            self.outf.write('Renaming %s to %s\n' % (old_relpath, new_relpath))
281
281
        self._up_rename(old_relpath, stamp)