~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-27 07:07:11 UTC
  • mfrom: (3815.3.6 local-commits)
  • Revision ID: pqm@pqm.ubuntu.com-20081127070711-wvjuwbgk18345dek
(Marius) Don't access the network when doing `commit --local`.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        possible_master_transports=[]
185
185
        if not 'branch-nick' in revprops:
186
186
            revprops['branch-nick'] = self.branch._get_nick(
 
187
                kwargs.get('local', False),
187
188
                possible_master_transports)
188
189
        author = kwargs.pop('author', None)
189
190
        if author is not None: