Class HgBranchCommand

  • All Implemented Interfaces:
    Command

    public class HgBranchCommand
    extends AbstractBranchCommand
    implements Command
    Branch. Mercurial has weird branches. After a branch is created, it must be committed to the server, otherwise the branch does not exist (yet) in the repository.
    Author:
    Henning Schmiedehausen