*2010.04.19 15:32:01 system python install mercurial

mercurial is usually installed earlier in the process... it is needed before other python libraries make sure you have it, and if not, install it now

also [2009.06.22 09:08:16] notes for this are elsewhere but this is also a good time to install mercurial easy_install mercurial

on Mac OS X this does require Xcode to be up to date (can still download an executable for mac)

 

*2009.11.19 19:03:55 python mercurial subrepositories subrepos
*2009.11.15 05:18:52 python mercurial

cp ../charles/.hgignore .

 

*2009.05.05 16:33:47 python mercurial interfaces
*2009.01.30 12:17:06 system macosx mercurial
download mercurial
install mercurial
open Terminal
which hg

 

*2009.01.16 02:22:45 python mercurial clone

if there is already an instance that you want to start from, go ahead and grab a copy using whatever version control system you like.

hg clone [source] [destination]

 

*2009.01.15 18:06:21 python mercurial initialize

hg init