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 StringDefault recursive.static final StringCreate a new copy of a branch.static final Stringstatic final StringCommit changes into a new revisionstatic final StringShow differences in workingtree.static final StringExecutable for Bazaarstatic final StringUse to create an empty branch or before importing an existing projectstatic final StringShow inventory of the current working copy or a revisionstatic final StringLimit the output to the first N revisions.static final StringShow log of this branch Common option: --revisionstatic final StringList directory contents, bazaar style.static final Stringstatic final Stringstatic final Stringstatic final StringPull any changes from another branch into the current onestatic final StringPush this branch into another branchstatic final StringOption to enable recursing into subdirectories.static final StringMake a file unversionedstatic final Stringstatic final StringShow current revision numberstatic final StringReports the following states: added, removed, modified, unchanged, unknownstatic final StringCreate a tagstatic final Stringstatic 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()
-