A Scalable, User-Friendly Source Control System.
Go to file
Rafael Villar Burke 1b278771bf Execution bit detection fixes for VFAT on Linux
On Linux VFAT execution mode can be modified, but changes don't
persist a filesy stem remount. The current test can be trickled by
this. We can help with the det ection of VFAT checking whether new
files get created with the execution bits on
 (as usually these partitions are mounted with the exec option, for
convenience)
.
2007-10-05 01:52:53 +02:00
contrib hgk: allow any extdiff command for visual diff 2007-10-08 11:18:34 +08:00
doc Merge with crew-stable 2007-09-11 13:24:52 -07:00
hgext convert: do not output when trying to load svn bindings 2007-10-07 20:45:10 +02:00
mercurial Execution bit detection fixes for VFAT on Linux 2007-10-05 01:52:53 +02:00
templates hgweb: Show date of last change for each file in manifest 2007-08-31 11:18:29 +02:00
tests patch: fix git sendmail handling without proper mail headers 2007-10-08 22:20:23 +02:00
.hgignore Ignore mergebackup files generated by mpatch 2007-07-26 13:38:20 -07:00
.hgsigs Added signature for changeset e64b8d651071183a358d6f98136eb08450366023 2007-06-25 21:23:24 -05: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 Enable demandimport only in scripts, not in importable modules (issue605) 2007-08-18 11:37:08 +02:00
hgeditor hgeditor: Use $HG to run 'hg diff' (see 9779a8c8d672) 2007-06-23 20:22:17 +02:00
hgmerge Use smerge minor mode in emacs to resolve conflicts. 2007-08-15 17:27:51 +02:00
hgweb.cgi cgi: sys.path.insert should be before importing mercurial 2007-08-25 16:31:37 +02:00
hgwebdir.cgi cgi: sys.path.insert should be before importing mercurial 2007-08-25 16:31:37 +02:00
Makefile Makefile: remove *.pyd files on "make clean". 2007-06-25 14:46:20 +02:00
README Move README info to wiki 2006-12-19 17:17:08 -06:00
setup.py Add osutil module, containing a listdir function. 2007-10-05 15:01:06 -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.