/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/commands.py

  • Committer: Jelmer Vernooij
  • Date: 2020-07-18 23:14:00 UTC
  • mfrom: (7490.40.62 work)
  • mto: This revision was merged to the branch mainline in revision 7519.
  • Revision ID: jelmer@jelmer.uk-20200718231400-jaes9qltn8oi8xss
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
            )
310
310
        from ..trace import warning
311
311
        from ..repository import Repository
 
312
        from .mapping import encode_git_path
312
313
        from .object_store import get_object_store
313
314
        from .pristine_tar import (
314
315
            revision_pristine_tar_data,
345
346
                    warning(
346
347
                        "base git id %s for %s missing in target repository",
347
348
                        gitid, filename)
348
 
                store_git_pristine_tar_data(target, filename.encode('utf-8'),
 
349
                store_git_pristine_tar_data(target, encode_git_path(filename),
349
350
                                            delta, gitid)