/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/export/__init__.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-04-01 18:42:03 UTC
  • mfrom: (6928.1.5 path2id-path-only)
  • Revision ID: breezy.the.bot@gmail.com-20180401184203-4qix0p9r914c0jxu
In InventoryTree, always use path if specified.

Merged from https://code.launchpad.net/~jelmer/brz/path2id-path-only/+merge/342253

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
    for path, entry in entries:
206
206
        if path == '':
207
207
            continue
 
208
 
208
209
        # The .bzr* namespace is reserved for "magic" files like
209
210
        # .bzrignore and .bzrrules - do not export these
210
211
        if skip_special and path.startswith(".bzr"):