英語 での Mercurial の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Mercurial is a completely decentralized system, and thus has no internal notion of a central repository.
Every Mercurial command starts with hg, followed by the command name, followed by any relevant options and arguments.
Download and install Mercurial See what's new and read the upgrade notes Beginner's guides for new users Documentation and help.
Mercurial is the distributed version control software we're using for development of coming major releases"the trunk.
You have followed TutorialInstall to install Mercurial already, right? Good!
TortoiseHg binary packages list Mercurial as a dependency, so it is usually installed for you automatically.
This is really not what Mercurial was made for, so you should try a different way of working.
Mercurial groups related changes to multiple files into single atomic changesets, which are revisions of the whole project.
Because Mercurial allows distributed parallel development, these revision numbers may disagree between users.
Mercurial features an extension mechanism for adding new commands.
The first thing you should do is set the username Mercurial will use for commits.
Mercurial considers revision 6 to be the tip of the repository, the head with the highest revision number.
This file is a patch file in unified diff format, with some extra information that tells Mercurial how to import it.
Communicating Changes describes the various ways Mercurial can exchange changesets.
If you can, try using the'hg-v' and'hg--debug' switches to figure out exactly what Mercurial is doing.
Mercurial currently assumes that single files, indices, and manifests can fit in memory for efficiency.
This pages describes some issues you may meet when trying to install Mercurial, and how to solve them.
Mercurial runs locally with normal user privileges without a protected store.
Mercurial will generally allow you to refer to a revision in three ways: by revision number, by changeset ID, and by tag.
To determine what version of Mercurial we are running, let's type.