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. Eg. "check in" is translated to be "commit" and "push".
- Author:
- thurner rupert
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault recursive.static final Stringstatic final StringCreate a new branch in the repo.static final StringNamed branch commandstatic final Stringstatic final Stringstatic final StringCreate a new copy of a branch.static final StringCommit changes into a new revisionstatic final Stringstatic final StringShow differences in workingtree.static final StringExecutable for Hgstatic final StringUse to create an empty branch or before importing an existing projectstatic final StringShow list of the current working copy or a revisionstatic final Stringlimit number of changes displayedstatic final StringShow log of this branch Common option: --revisionstatic final Stringstatic final Stringstatic final Stringstatic final Stringno recurse option does not exist in mercurialstatic final StringOutgoing changes commandstatic final StringPull any changes from another branch into the current onestatic final StringPush this branch into another branchstatic final StringMake a file unversionedstatic final Stringstatic final StringShow current revision numberstatic final StringReports the following states: added, removed, modified, unchanged, unknownstatic final StringTag this revisionstatic 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 tipstatic final Stringstatic final String -
Method Summary
-
Field Details
-
EXEC
Executable for Hg- 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:
-
CLONE_CMD
Create a new copy of a branch. Alias get or clone- See Also:
-
BRANCH_CMD
Create a new branch in the repo.- See Also:
-
COMMIT_CMD
Commit changes into a new revision- See Also:
-
UPDATE_CMD
update working-copy to tip- 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
Tag this revision- See Also:
-
INVENTORY_CMD
Show list of the current working copy or a revision- See Also:
-
OUTGOING_CMD
Outgoing changes command- See Also:
-
BRANCH_NAME_CMD
Named branch command- See Also:
-
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
limit number of changes displayed- See Also:
-
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:
-