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 String
Default recursive.static final String
static final String
Create a new branch in the repo.static final String
Named branch commandstatic final String
static final String
static final String
Create a new copy of a branch.static final String
Commit changes into a new revisionstatic final String
static final String
Show differences in workingtree.static final String
Executable for Hgstatic final String
Use to create an empty branch or before importing an existing projectstatic final String
Show list of the current working copy or a revisionstatic final String
limit number of changes displayedstatic final String
Show log of this branch Common option: --revisionstatic final String
static final String
static final String
static final String
no recurse option does not exist in mercurialstatic final String
Outgoing changes commandstatic final String
Pull any changes from another branch into the current onestatic final String
Push this branch into another branchstatic 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
Tag this revisionstatic final String
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.static final String
static final String
update working-copy to tipstatic final String
static 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:
-