/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: 2018-10-24 02:13:40 UTC
  • mto: This revision was merged to the branch mainline in revision 7158.
  • Revision ID: jelmer@jelmer.uk-20181024021340-ag31or6m1mmkwaus
add some tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
        ignored = {}
433
433
        user_dirs = []
434
434
        def call_action(filepath, kind):
 
435
            if filepath == '':
 
436
                return
435
437
            if action is not None:
436
438
                parent_path = posixpath.dirname(filepath)
437
439
                parent_id = self.path2id(parent_path)