class MergeBase extends TextBuiltin
TextBuiltin.TerminatedByHelpException
Modifier and Type | Field and Description |
---|---|
private boolean |
all |
private java.util.List<RevCommit> |
commits |
Constructor and Description |
---|
MergeBase() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
commit_0(RevCommit c) |
protected void |
run()
Perform the actions of this command.
|
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
private boolean all
private java.util.List<RevCommit> commits
void commit_0(RevCommit c)
protected void run()
This method should only be invoked by TextBuiltin.execute(String[])
.
run
in class TextBuiltin