lp:~florian-rathgeber/bzr-externals/fix-options-registry-lp-954663

Created by Florian Rathgeber and last modified
Get this branch:
bzr branch lp:~florian-rathgeber/bzr-externals/fix-options-registry-lp-954663
Only Florian Rathgeber can upload to this branch. If you are Florian Rathgeber please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Florian Rathgeber
Project:
Bazaar Externals plugin
Status:
Development

Recent revisions

53. By Florian Rathgeber

Be more specific in the help text for the --dry-run option

52. By Florian Rathgeber

Properly register the 'dry-run' option with bzrlib (fixes #954663)

As of bzr 2.5 'dry-run' is not an automatically registered global option
anymore. Hence querying valid options for the plugin in
bzrlib.commands.options fails with KeyError: 'dry-run'. This is
particularly annoying since this query is used to determine possible
bash completions i.e. bzr crashes each time you hit Tab in a bzr command
line.

Fix this issue by registering 'dry-run' as a bzrlib.option.Option
instead of a strings. Strings get looked up in a global options
dictionary and 'dry-run' is not in there any more as of bzr 2.5.

51. By Eugene Tarasenko

Fix colocated branches compatibility

50. By Eugene Tarasenko

Fix infinitely recurse on revert

49. By Eugene Tarasenko

Support bzr 2.5.0

48. By Eugene Tarasenko

Add recomendation for issue with qcommit command

47. By Eugene Tarasenko

Use root of the branch for lightweight checkout

46. By Eugene Tarasenko

Don't using the config from repository for commit command

45. By Eugene Tarasenko

Compatibility with bzr 2.0.2 is corrected

44. By Eugene Tarasenko

Replace call run_bzr to run_bzr_catch_user_errors

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:bzr-externals
This branch contains Public information 
Everyone can see this information.