lp:~gagern/bzr/bug527878-directoryCommonOption
- Get this branch:
- bzr branch lp:~gagern/bzr/bug527878-directoryCommonOption
Branch merges
- Martin Pool: Approve on 2010-06-04
- Martin Packman (community): Approve on 2010-05-28
-
Diff: 313 lines (+107/-16)8 files modifiedNEWS (+4/-0)
bzrlib/builtins.py (+19/-12)
bzrlib/conflicts.py (+6/-4)
bzrlib/tests/blackbox/test_conflicts.py (+13/-0)
bzrlib/tests/blackbox/test_merge_directive.py (+12/-0)
bzrlib/tests/blackbox/test_missing.py (+20/-0)
bzrlib/tests/blackbox/test_shelve.py (+15/-0)
bzrlib/tests/blackbox/test_switch.py (+18/-0)
Related bugs
| Bug #527878: All commands should accept an explicit location or -d | Medium | Fix Released |
|
| Bug #559998: bzr cat should accept --directory | Low | Fix Released |
|
| Bug #561245: Provide --directory and -d option for all commands | Undecided | New |
|
Related blueprints
Branch information
Recent revisions
- 5184. By Martin von Gagern on 2010-05-28
-
Add --directory option to 7 more commands.
This batch adds a --directory option to the following commands:
conflicts, merge-directive, missing, resolve, shelve, switch, unshelveBlackbox tests for all of these are included.
- 5180. By Martin von Gagern on 2010-05-03
-
Rename function to _open_directory
_or_containing_ tree_or_ branch. The idea is that we either use --directory option, or if it isn't specified,
open the containing tree or branch for the given argument. - 5179. By Martin von Gagern on 2010-05-02
-
Fix error in bzr added --directory.
There is a check whether a possibly added file is present in the file
system. This check has to take the tree base directory into account. - 5178. By Martin von Gagern on 2010-05-02
-
Added blackbox tests for --directory option.
Added tests for the new --directory (-d) option to these commands: added,
annotate, bind, cat, clean-tree, deleted, export, ignore, ignored,
lookup-revision, ls, modified, nick, re-sign, unbind, unknowns.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:bzr
