A Scalable, User-Friendly Source Control System.
Go to file
Matt Mackall 840be93118 hgweb: improve shortlog formatting
shorten author with |person
don't shrink font (default font is presumed to be preferred reading size)
set widths based on font ems rather than page percents.
2007-06-25 11:30:05 -05:00
contrib mercurial.el: change default log range to tip:0 2007-05-22 08:05:16 +09:00
doc Enable to select encoding in hgrc web section 2007-06-13 18:18:06 +09:00
hgext strip: move strip code to a new repair module 2007-06-25 01:26:44 -05:00
mercurial strip: move strip code to a new repair module 2007-06-25 01:26:44 -05:00
templates hgweb: improve shortlog formatting 2007-06-25 11:30:05 -05:00
tests unbundle: accept multiple file arguments 2007-06-24 10:08:38 -05:00
.hgignore Ignore .DS_Store directories 2006-08-21 17:47:02 -07:00
.hgsigs Added signature for changeset b73092605dd7aba2a9c57c9a4c9f4f5d650a3166 2006-12-17 19:17:18 -06:00
CONTRIBUTORS Add self to contributors 2006-08-18 15:03:16 -07:00
COPYING Add COPYING 2005-06-17 09:32:13 -08:00
hg Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
hgeditor hgeditor: Use $HG to run 'hg diff' (see 9779a8c8d672) 2007-06-23 20:22:17 +02:00
hgmerge Try to use /usr/bin/test or /bin/test to work around missing features. 2006-04-07 22:31:54 +02:00
hgweb.cgi hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts: 2006-12-11 14:30:50 +01:00
hgwebdir.cgi hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts: 2006-12-11 14:30:50 +01:00
Makefile add possibility to pass flags when testing with the Makefile 2006-12-26 03:11:37 +01:00
README Move README info to wiki 2006-12-19 17:17:08 -06:00
setup.py Fix for including hgext in Windows compiled version. 2007-06-18 15:14:49 -07:00

Basic install:

 $ make            # see install targets
 $ make install    # do a system-wide install
 $ hg debuginstall # sanity-check setup
 $ hg              # see help

See http://www.selenic.com/mercurial/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.