Class HgCommandConstants
java.lang.Object
org.apache.maven.scm.provider.hg.command.HgCommandConstants
Available/Used hg commands.
These commands do not necessarily correspond to the SCM API. e.g. "check in" is translated to be "commit" and "push".
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault recursive.static final Stringstatic final StringCreate a new branch in the repo.static final StringNamed branch command.static final Stringstatic final Stringstatic final StringCreate a new copy of a branch.static final StringCommit changes into a new revision.static final Stringstatic final StringShow differences in workingtree.static final StringExecutable for Hg.static final StringUse to create an empty branch or before importing an existing project.static final StringShow list of the current working copy or a revision.static final StringLimit number of changes displayed.static final StringShow log of this branch Common option: --revision.static final Stringstatic final Stringstatic final Stringstatic final StringNo recurse option does not exist in mercurial.static final StringOutgoing changes command.static final StringPull any changes from another branch into the current one.static final StringPush this branch into another branch.static final StringMake a file unversioned.static final Stringstatic final StringShow current revision number.static final StringReports the following states: added, removed, modified, unchanged, unknown.static final StringTag this revision.static final StringA template for the log output in order to decouple the date parsing from system and java locale, also helps avoiding bug due changes on the verbose format for log command.static final Stringstatic final StringUpdate working-copy to tip.static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXEC
-
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
-
CLONE_CMD
-
BRANCH_CMD
-
COMMIT_CMD
-
UPDATE_CMD
-
PULL_CMD
Pull any changes from another branch into the current one.- See Also:
-
LOG_CMD
-
DIFF_CMD
Show differences in workingtree. Common option: --revision.- See Also:
-
PUSH_CMD
-
REVNO_CMD
-
TAG_CMD
-
INVENTORY_CMD
Show list of the current working copy or a revision.- See Also:
-
OUTGOING_CMD
-
BRANCH_NAME_CMD
-
NO_RECURSE_OPTION
No recurse option does not exist in mercurial.- See Also:
-
MESSAGE_OPTION
- See Also:
-
REVISION_OPTION
- See Also:
-
DATE_OPTION
- See Also:
-
VERBOSE_OPTION
- See Also:
-
NO_MERGES_OPTION
- See Also:
-
VERSION
- See Also:
-
CHECK
- See Also:
-
ALL_OPTION
- See Also:
-
NEW_BRANCH_OPTION
- See Also:
-
CLEAN_OPTION
- See Also:
-
TEMPLATE_OPTION
- See Also:
-
LIMIT_OPTION
-
TEMPLATE_FORMAT
A template for the log output in order to decouple the date parsing from system and java locale, also helps avoiding bug due changes on the verbose format for log command.- See Also:
-
-
Constructor Details
-
HgCommandConstants
private HgCommandConstants()
-