Jump to content

Mercurial: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{outdated}}
Mercurial is a version control system, like [[svn|subversion]] in that it manages changes in your code, but different in that it's designed to be distributed. Git and bazaar are also distributed version control systems. Mercurial is also written in python, which is [http://xkcd.com/353/ cool]. It's built in web interface is also excellent.
Mercurial is a version control system, like [[svn|subversion]] in that it manages changes in your code, but different in that it's designed to be distributed. Git and bazaar are also distributed version control systems. Mercurial is also written in python, which is [http://xkcd.com/353/ cool]. It's built in web interface is also excellent.


Line 99: Line 101:
with
with


   Require user user1 user2 (Obviously replace user1 user2 with actual usernames etc)
   Require user username1 username2 (Obviously replace username1 username2 with actual usernames etc)
 


== Cloning the Repo ==
== Cloning the Repo ==
Line 127: Line 128:


You can now look at the changes on the web interface :)
You can now look at the changes on the web interface :)
[[Category:HowTo]]
[[Category:Software]]