Mercurial

Mercurial is a distributed open source source control (also known as "version control") system for tracking and handling file modifications. Mercurial can be used as the version control system for Python projects.

Official Mercurial logo.

Mercurial is an implementation of the source control concept. Learn how these pieces fit together in the development environments chapter or view the table of contents for all topics.

Mercurial tutorials

  • The official Mercurial tutorial goes through the basics. It has great examples for syntax and expected output.

  • Mercurial: The Definitive Guide is a free online version of the O'Reilly book.

  • Monoroke is a Mercurial server written in Rust designed to be used for very large monorepos that have thousands of commits affecting millions of files per hour.

你还想了解什么?

我已经创建了一个 Python Web 应用,那我该如何部署呢?

我想通过网络分析了解有关应用用户的更多信息。

如何记录应用程序中发生的错误?

Sign up for a monthly email with Full Stack Python tutorials. No spam ever.