/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/git/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2020-09-02 14:39:40 UTC
  • mto: (7490.40.109 work)
  • mto: This revision was merged to the branch mainline in revision 7526.
  • Revision ID: jelmer@jelmer.uk-20200902143940-y7e0hu4qew2eegzd
Fix use of _marker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1451
1451
        config.write_to_path(path)
1452
1452
        self.add('.gitmodules')
1453
1453
 
 
1454
    _marker = object()
 
1455
 
1454
1456
    def update(self, change_reporter=None, possible_transports=None,
1455
1457
               revision=None, old_tip=_marker, show_base=False):
1456
1458
        """Update a working tree along its branch.