Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:ubuntu:mercurial [2011/04/01 18:34] jamis7005 |
dev:ubuntu:mercurial [2011/04/14 13:37] (текущий) jamis7005 [Install] |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== How to install Mercurial under Ubuntu ====== | ====== How to install Mercurial under Ubuntu ====== | ||
+ | |||
+ | ===== Install ===== | ||
+ | |||
sudo add-apt-repository ppa:mercurial-ppa/releases | sudo add-apt-repository ppa:mercurial-ppa/releases | ||
sudo aptitude update | sudo aptitude update | ||
sudo aptitude install mercurial | sudo aptitude install mercurial | ||
+ | | ||
+ | If you're keen on Tortoise: | ||
+ | |||
+ | sudo add-apt-repository ppa:tortoisehg-ppa/releases | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install tortoisehg-nautilus | ||
+ | nautilus -q | ||
+ | |||
+ | ===== Add hg-users to your system ===== | ||
+ | |||
+ | Create or edit file:\\ | ||
+ | for Windows | ||
+ | D:\promauto-src\RoboPlant\RPlant2\Projects\.hgrc | ||
+ | for linux | ||
+ | ~/.hgrc | ||
+ | | ||
+ | <file> | ||
+ | [ui] | ||
+ | username = Denis Lobanov <ldvasu@mail.ru> | ||
+ | </file> | ||