/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 20:49:22 UTC
  • mfrom: (7143.17.2 git-grep)
  • Revision ID: breezy.the.bot@gmail.com-20181116204922-ugjqw2me45bxw41h
Fix 'bzr grep' in git working trees.

Merged from https://code.launchpad.net/~jelmer/brz/git-grep/+merge/358605

Show diffs side-by-side

added added

removed removed

Lines of Context:
764
764
                path, stat_result)
765
765
 
766
766
    def list_files(self, include_root=False, from_dir=None, recursive=True):
767
 
        if from_dir is None:
 
767
        if from_dir is None or from_dir == '.':
768
768
            from_dir = u""
769
769
        dir_ids = {}
770
770
        fk_entries = {'directory': tree.TreeDirectory,