sapling/mercurial
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
..
hgweb Merge with crew-stable 2007-09-24 19:14:18 -03:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
archival.py archive: delay extraction of file revisions 2007-07-19 19:43:25 -03:00
base85.c python2.5 PyArg_ParseTuple fix 2006-10-12 14:04:11 -03:00
bdiff.c bdiff: switch to lyhash 2007-09-27 23:59:18 -05:00
bundlerepo.py bundle: fix up lazy reads 2007-08-27 17:08:53 -07:00
byterange.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
changegroup.py changegroup: avoid large copies 2007-10-03 17:17:28 -05:00
changelog.py merge with crew-stable 2007-07-21 17:37:39 +02:00
cmdutil.py parseurl: also return the revision after the "#"; add a test 2007-08-27 01:44:35 -03:00
commands.py Display symlink or executable bit with manifest -v 2007-10-06 22:30:22 +02:00
context.py Fix workingctx exec/link bit of copies on non-supporting systems 2007-10-07 15:07:35 +02:00
demandimport.py demandimport: ignore resource module, not available under Windows. 2007-08-14 16:03:15 +02:00
diffhelpers.c Add Chris Mason's mpatch library. 2007-07-17 09:39:30 -07:00
dirstate.py Add osutil module, containing a listdir function. 2007-10-05 15:01:06 -07:00
dispatch.py Remove demandimport.enable from dispatch.py 2007-08-18 14:25:55 -03:00
extensions.py Move cmdtable and reposetup handling out of extensions.py 2007-08-17 17:33:27 -03:00
fancyopts.py fancyopts: Copy list arguments in command table before modifying. 2007-08-11 13:07:47 +02:00
filelog.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
help.py Simplify/correct finding the hg executable (fixes issue644) 2007-08-04 22:25:12 +02:00
hg.py merge with crew 2007-08-31 23:15:44 +02:00
hook.py hooks: separate hook code into a separate module 2007-06-18 13:24:34 -05:00
httprangereader.py update copyrights. 2006-08-12 12:30:02 -07:00
httprepo.py Merge with crew-stable 2007-09-24 19:14:18 -03:00
i18n.py Enable gettext translations 2006-12-14 17:32:00 -06:00
ignore.py kill lonely docstring 2007-08-30 23:54:01 +02:00
keepalive.py fix for digest auth when using keepalive.py 2007-01-08 16:18:29 +01:00
localrepo.py changegroup: avoid large copies 2007-10-03 17:17:28 -05:00
lock.py Use format string for lockname again (was changed by cb157328a155) 2007-07-21 10:39:42 +02:00
lsprof.py do not try to package lsprof if not available. 2006-06-23 19:20:22 -07:00
mail.py patchbomb: Validate email config before we start prompting for info. 2007-05-27 14:40:14 -07:00
manifest.py manifest: minor performance tweak 2007-09-24 12:42:25 -05:00
mdiff.py revlog: generate trivial deltas against null revision 2007-10-03 17:17:27 -05:00
merge.py merge: add debug diagnostics for findcopies 2007-10-04 19:44:37 -05:00
mpatch.c merge with stable 2007-04-25 18:43:55 +02:00
node.py manifest: speed up creation of the manifestdict 2007-07-23 20:44:08 -05:00
osutil.c osutil.c: style fix - delete trailing end-of-line spaces 2007-10-07 21:56:36 +03:00
osutil.py Add osutil module, containing a listdir function. 2007-10-05 15:01:06 -07:00
patch.py patch: fix git sendmail handling without proper mail headers 2007-10-08 22:20:23 +02:00
remoterepo.py update copyrights. 2006-08-12 12:30:02 -07:00
repair.py strip: move strip code to a new repair module 2007-06-25 01:26:44 -05:00
repo.py Push capability checking into protocol-level code. 2007-08-27 14:48:08 -07:00
revlog.py changegroup: avoid large copies 2007-10-03 17:17:28 -05:00
sshrepo.py Merge with crew-stable 2007-09-10 23:53:23 +02:00
sshserver.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
statichttprepo.py Merge with crew-stable 2007-09-22 18:56:36 +02:00
streamclone.py Add osutil module, containing a listdir function. 2007-10-05 15:01:06 -07:00
strutil.py fix issue 322. 2006-08-18 21:03:29 -07:00
templater.py Added support for the Atom syndication format 2007-08-30 16:42:17 +02:00
transaction.py Simplify i18n imports 2006-12-14 20:25:19 -06:00
ui.py Don't try to determine interactivity if ui() called with interactive=False. 2007-09-25 19:05:34 +02:00
util_win32.py posixfile_nt: '+' should allow read access. 2007-07-25 15:58:10 +09:00
util.py Execution bit detection fixes for VFAT on Linux 2007-10-05 01:52:53 +02:00
verify.py verify: report first bad changeset 2007-09-21 17:18:06 -05:00
version.py setup.py: reload __version__.py after writing it. 2007-02-06 15:55:20 -02:00