Open main menu

CDOT Wiki β

Changes

User:Minooz/Mercurial

9 bytes removed, 14:07, 14 October 2010
no edit summary
=Mercurial NotesHelp=
==Introductions & Tutorials==
: Main website @ http://mercurial.selenic.com/
: Tutorial-wiki @ http://mercurial.selenic.com/wiki/Tutorial
===Installation===
: Installing in windows[http://www.codza.com/mercurial-with-ssh-setup-on-windows]
: More about installation [http://www.aventinesolutions.nl/mediawiki/index.php/Quick_Tip:_Getting_Started_with_Mercurial]
===Mercurial on Eclipse===
: Eclipse-Mercurial [http://www.javaforge.com/wiki/76412]
: Eclipse-Mercurial Video [http://blogs.intland.com/main/entry/39]-[http://code.google.com/p/hgeclipse-demo/ Demo]
: Documentation for Eclipse-Mercurial [http://bitbucket.org/mercurialeclipse/main/wiki/Documentation]
===Notes===
: The Definitive Guide, is a documentation for hg ([http://matrix.senecac.on.ca/~mziaei1/CDOT/hgbook.pdf PDF] or [http://hgbook.red-bean.com/read/ Html]).
: TortoiseHg Documentation [http://matrix.senecac.on.ca/~mziaei1/CDOT/TortoiseHg.pdf ]
:8- mq tutorial [http://mercurial.selenic.com/wiki/MqTutorial]
:9- ant task for hg [http://ant4hg.free.fr/specifications.html#functionality-init ANT4HG]
===Challenges===
* 1- First challenge is how to trim history of a repository.
: We have a Mercurial repository called A. We want to clone repo A and create a new repo called B.
1
edit