66[ ![ Github Actions] ( https://github.com/fluiddyn/hg-setup/actions/workflows/ci.yml/badge.svg?branch=branch/default )] ( https://github.com/fluiddyn/hg-setup/actions )
77
88hg-setup can be used to setup [ Mercurial] . The main command provided by this package,
9- ` hg-setup init ` launches a simple Terminal User Interface (TUI) to initialize a
9+ ` hg-setup init ` , launches a simple Terminal User Interface (TUI) to initialize a
1010reasonable user configuration file and shell completion for bash and zsh.
1111
12- With [ UV] , one can run it without installation with:
12+ With [ UV] , one can even run it without installation with:
1313
1414``` sh
1515uvx hg-setup init
@@ -19,12 +19,12 @@ uvx hg-setup init
1919
2020[ Mercurial] is a Python application using C and Rust extensions. It is extendable with
2121Mercurial extensions and two Python packages provide very useful Mercurial extensions
22- that most users should use : [ hg-git] (Mercurial extension hggit) and [ hg-evolve]
23- (Mercurial extensions topic and evolve).
22+ that most users should use : [ hg-git] (Mercurial extension ` hggit ` ) and [ hg-evolve]
23+ (Mercurial extensions ` topic ` and ` evolve ` ).
2424
2525These things are packaged in 3 PyPI packages (associated with their equivalent
2626conda-forge packages): mercurial, hg-git, hg-evolve. Moreover, to use Mercurial
27- extensions, one has to write few lines in a configuration file (~ /.hgrc).
27+ extensions, one has to write few lines in a configuration file (` ~/.hgrc ` ).
2828
2929Mercurial with hg-git and hg-evolve is great but it is a bit difficult to setup for
3030beginners. hg-setup is there to help people to start with Mercurial and finalize its
@@ -66,8 +66,6 @@ conda-app install hg-setup
6666- With [ Pixi]
6767
6868``` sh
69- pixi global install mercurial-app
70- # or (equivalent)
7169pixi global install mercurial --with hg-git --with hg-evolve
7270# and then
7371pixi global install hg-setup
0 commit comments