| Version | 1.1.3dev |
| Branch | lp:bzr-explorer |
| Home page | https://launchpad.net/bzr-explorer |
| Owner | bzr-explorer-dev |
| GNU/Linux | Yes |
| Windows | Yes |
| Mac OS X | Yes |
Version Control for Human Beings.
Bazaar Explorer is a desktop application providing an easy-to-use interface to the Bazaar version control system. It is designed to be simple enough for casual users of version control, yet powerful enough for experts to use as their primary interface to Bazaar.
Please visit the home page, http://doc.bazaar.canonical.com/explorer/en/, for more information.
Purpose
Desktop application for Bazaar.
Usage
bzr explorer [LOCATION]
Options
| --dry-run | Start with diagnostic mode enabled. |
| -v, --verbose | Display more information. |
| -q, --quiet | Only display errors and warnings. |
| --usage | Show usage message and options. |
| --hat=ARG | Additional set of bookmarks and tools to load. |
| -h, --help | Show help message. |
| --desktop=ARG | Desktop environment to use. |
| --gnome | GNOME |
| --kde | K Desktop Environment |
| --osx | Mac OS X |
| --windows | Windows |
Description
If a location is given, that location is opened. Otherwise, Bazaar Explorer is started with a “Welcome” page.
See http://doc.bazaar.canonical.com/explorer/en/ for our vision, an overview of features, a visual tour and additional documentation.
Troubleshooting
A diagnostic mode is supported where commands are displayed in a dialog instead of being executed. This can be enabled from the command line by using the –dry-run option and toggled from within the application using View –> Diagnostic Mode.
If started with -Derror, exceptions are displayed on the console instead of being trapped and converted to an error dialog. This can be useful when providing additional information for bug reports.
Aliases
explore
Purpose
Start a new workspace.
Usage
bzr init-workspace [LOCATION]
Options
| -v, --verbose | Display more information. |
| --create-prefix | |
| Create the path leading up to the location if it does not already exist. | |
| -q, --quiet | Only display errors and warnings. |
| --usage | Show usage message and options. |
| -P ARG, --parameter=ARG | |
| Specify a model-specific parameter in the format key=[value]. Use ? to view supported parameters. | |
| -h, --help | Show help message. |
| --format=ARG | Specify a format for the repository, etc. See “help formats”. |
–1.14 A working-tree format that supports content filtering. –1.14-rich-root A variant of 1.14 that supports rich-root data (needed
for bzr-svn and bzr-git).
| --2a | First format for bzr 2.0 series. Uses group-compress storage. Provides rich roots which are a one-way transition. |
| --colocated | A branch and pack based repository that uses btree indexes, rich root data and colocated branches. |
| --default | First format for bzr 2.0 series. Uses group-compress storage. Provides rich roots which are a one-way transition. |
| --git | GIT repository. |
| --git-bare | Bare GIT repository (no working tree). |
| --hg | Mercurial repository. |
| --subversion | Subversion repository. |
| --model=ARG | How to setup the repository, branch and tree. |
| --colocated-branches | |
| Create a working tree at location pointing to a trunk branch in an embedded (no-trees) shared repository. | |
| --feature-branches | |
| Create a shared repository at location then create a trunk branch inside it. | |
| --plain-branch | Create a plain branch at location; if inside a shared repository, that will be used, otherwise the branch will be a standalone branch. |
| --shared-repository | |
| Create a shared repository at location. | |
Aliases
new
Purpose
Start a new workspace using a GUI.
Usage
bzr qinit-workspace [LOCATION]
Options
| -v, --verbose | Display more information. |
| --create-prefix | |
| Create the path leading up to the location if it does not already exist. | |
| -q, --quiet | Only display errors and warnings. |
| --usage | Show usage message and options. |
| -P ARG, --parameter=ARG | |
| Specify a model-specific parameter in the format key=[value]. Use ? to view supported parameters. | |
| -h, --help | Show help message. |
| --model=ARG | How to setup the repository, branch and tree. |
| --colocated-branches | |
| Create a working tree at location pointing to a trunk branch in an embedded (no-trees) shared repository. | |
| --feature-branches | |
| Create a shared repository at location then create a trunk branch inside it. | |
| --plain-branch | Create a plain branch at location; if inside a shared repository, that will be used, otherwise the branch will be a standalone branch. |
| --shared-repository | |
| Create a shared repository at location. | |
Aliases
qnew