Version 9 vs 10
Version 9 vs 10
Edits
Edits
- Edit by 0xseantasker, Version 10
- Sep 16 2017 11:52 AM
- Edit by Timotheos, Version 9
- Sep 9 2017 1:14 PM
« Previous Change | Next Change » |
Edit Older Version 9... | Edit Older Version 10... |
Content Changes
Content Changes
==Mercurial==
[[https://www.mercurial-scm.org/|Mercurial]] is our chosen [[https://en.wikipedia.org/wiki/Version_control|version control system (VCS)]].
===Installing on Ubuntu Linux===
To install the Mercurial command line for Ubuntu/Debian Linux, run the following commands in a Terminal:
```
sudo apt-get update
sudo apt-get install mercurial
```
For installing the entire Mercurial GUI suite (recommended):
```
sudo apt-get install mercurial tortoisehg tortoisehg-nautilus meld python-iniparse
```
===Installing on TrueOS (BSD)===
To install the Mercurial command-line, run the following commands in a Terminal:
```
sudo pkg install -y mercurial
```
For installing the entire Mercurial GUI suite (recommended):
```
sudo pkg install -y mercurial tortoisehg meld
```
==Miscellaneous==
Sprite tools - https://www.codeandweb.com/
==Mercurial==
[[https://www.mercurial-scm.org/|Mercurial]] is our chosen [[https://en.wikipedia.org/wiki/Version_control|version control system (VCS)]].
===Installing on Ubuntu Linux===
To install the Mercurial command line for Ubuntu/Debian Linux, run the following commands in a Terminal:
```
sudo apt-get update
sudo apt-get install mercurial
```
For installing Tortoise HG - a Mercurial GUI (recommended):
```
sudo apt-get install mercurial tortoisehg tortoisehg-nautilus meld python-iniparse
```
===Installing on TrueOS (BSD)===
To install the Mercurial command-line, run the following commands in a Terminal:
```
sudo pkg install -y mercurial
```
For installing Tortoise HG - a Mercurial GUI (recommended):
```
sudo pkg install -y mercurial tortoisehg meld
```
==Miscellaneous==
Sprite tools - https://www.codeandweb.com/
==Mercurial==
[[https://www.mercurial-scm.org/|Mercurial]] is our chosen [[https://en.wikipedia.org/wiki/Version_control|version control system (VCS)]].
===Installing on Ubuntu Linux===
To install the Mercurial command line for Ubuntu/Debian Linux, run the following commands in a Terminal:
```
sudo apt-get update
sudo apt-get install mercurial
```
For installing the entireTortoise HG - a Mercurial GUI suite (recommended):
```
sudo apt-get install mercurial tortoisehg tortoisehg-nautilus meld python-iniparse
```
===Installing on TrueOS (BSD)===
To install the Mercurial command-line, run the following commands in a Terminal:
```
sudo pkg install -y mercurial
```
For installing the entireTortoise HG - a Mercurial GUI suite (recommended):
```
sudo pkg install -y mercurial tortoisehg meld
```
==Miscellaneous==
Sprite tools - https://www.codeandweb.com/