Class BazaarConstants
java.lang.Object
org.apache.maven.scm.provider.bazaar.command.BazaarConstants
Available/Used bazaar commands.
These commands does not necessarily correspond to the SCM API.
Eg. "check in" is translated to be "commit" and "push".
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Default recursive.static final String
Create a new copy of a branch.static final String
static final String
Commit changes into a new revisionstatic final String
Show differences in workingtree.static final String
Executable for Bazaarstatic final String
Use to create an empty branch or before importing an existing projectstatic final String
Show inventory of the current working copy or a revisionstatic final String
Limit the output to the first N revisions.static final String
Show log of this branch Common option: --revisionstatic final String
List directory contents, bazaar style.static final String
static final String
static final String
static final String
Pull any changes from another branch into the current onestatic final String
Push this branch into another branchstatic final String
Option to enable recursing into subdirectories.static final String
Make a file unversionedstatic final String
static final String
Show current revision numberstatic final String
Reports the following states: added, removed, modified, unchanged, unknownstatic final String
Create a tagstatic final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXEC
Executable for Bazaar- See Also:
-
INIT_CMD
Use to create an empty branch or before importing an existing project- See Also:
-
ADD_CMD
Default recursive. Common option: --dry-run and --no-recursive- See Also:
-
STATUS_CMD
Reports the following states: added, removed, modified, unchanged, unknown- See Also:
-
REMOVE_CMD
Make a file unversioned- See Also:
-
BRANCH_CMD
Create a new copy of a branch. Alias get or clone- See Also:
-
COMMIT_CMD
Commit changes into a new revision- See Also:
-
PULL_CMD
Pull any changes from another branch into the current one- See Also:
-
LOG_CMD
Show log of this branch Common option: --revision- See Also:
-
DIFF_CMD
Show differences in workingtree. Common option: --revision- See Also:
-
PUSH_CMD
Push this branch into another branch- See Also:
-
REVNO_CMD
Show current revision number- See Also:
-
TAG_CMD
Create a tag- See Also:
-
LS_CMD
List directory contents, bazaar style.- See Also:
-
INVENTORY_CMD
Show inventory of the current working copy or a revision- See Also:
-
NO_RECURSE_OPTION
- See Also:
-
NO_STRICT_OPTION
- See Also:
-
MESSAGE_OPTION
- See Also:
-
REVISION_OPTION
- See Also:
-
VERBOSE_OPTION
- See Also:
-
RECURSIVE_OPTION
Option to enable recursing into subdirectories.- See Also:
-
VERSION
- See Also:
-
CHECK
- See Also:
-
LIMIT_OPTION
Limit the output to the first N revisions.- See Also:
-
-
Constructor Details
-
BazaarConstants
private BazaarConstants()
-