lp://staging/~garyvdm/bzr/bug492116-ls-file
Created by
Gary van der Merwe
and last modified
- Get this branch:
- bzr branch lp://staging/~garyvdm/bzr/bug492116-ls-file
Only
Gary van der Merwe
can upload to this branch. If you are
Gary van der Merwe
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Superseded
for merging
into
lp://staging/bzr
- bzr-core: Pending requested
-
Diff: 615 lines (+235/-141) (has conflicts)8 files modifiedbzrlib/builtins.py (+21/-16)
bzrlib/revisiontree.py (+30/-13)
bzrlib/tests/blackbox/test_ls.py (+4/-0)
bzrlib/tests/per_tree/test_list_files.py (+56/-82)
bzrlib/transform.py (+44/-7)
bzrlib/workingtree.py (+34/-10)
bzrlib/workingtree_4.py (+31/-13)
doc/en/release-notes/bzr-2.3.txt (+15/-0)
Related bugs
Bug #492116: "bzr ls FILE" gives exception if branch has no tree | Medium | In Progress |
Related blueprints
Branch information
Recent revisions
- 5589. By Vincent Ladeuil
-
Yes, root is always a dir, use osutils instead of os.path, fix typo, remove commented out debugger call.
- 5585. By Gary van der Merwe
-
Make ``bzr ls FILE`` list the file passed, simillar to how GNU coreutils ``ls`` behaves.
- 5583. By Gary van der Merwe
-
Change all ``Tree.list_files`` methods so that if passed a file, rather than a directory, they will yield just the file.
In order to represent this, the ``from_dir`` argument has been renamed to ``from_path``, and the ``from_dir`` argument is deprecated.
- 5582. By Canonical.com Patch Queue Manager <email address hidden>
-
(jelmer) Only track threads on bzrlib testcases. (Martin [gz])
- 5581. By Canonical.com Patch Queue Manager <email address hidden>
-
(jelmer) Convert the doctest on bzrlib.
timestamp. unpack_ highres_ date to a
unit test. (Jelmer Vernooij)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/bzr