sapling/mercurial
Alexis S. L. Carvalho 422bcbcb1d Add symlink method to util.opener.
Differences from os.symlink:

- the symlink name is relative to the opener base directory

- if a file with that name already exists, it's removed

- if necessary, parent directories are created

- if the system (OS or filesystem) doesn't support symlinks, a
  regular file is created.  Its contents are the symlink target.
2007-07-11 17:40:41 -03:00
..
hgweb hgweb: use lrwxrwxrwx as the permissions of a symlink 2007-07-03 03:06:40 -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 Fix tgz archival on Windows. 2007-06-27 08:35:26 -07:00
base85.c python2.5 PyArg_ParseTuple fix 2006-10-12 14:04:11 -03:00
bdiff.c Merge with crew-stable 2007-03-04 09:03:21 -03:00
bundlerepo.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
byterange.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
changegroup.py writebundle: overwrite existing bundle file 2006-12-19 08:59:41 -06:00
changelog.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
cmdutil.py hg log: Move filtering implicit parents to own method and use it in templater. 2007-07-08 12:52:08 +02:00
commands.py Fix issue589 wording problem 2007-07-05 19:13:08 +02:00
context.py merge: make test for fast-forward merge stricter (issue619) 2007-07-05 13:34:18 -05:00
demandimport.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
dirstate.py dirstate.status: if a file is marked as copied, consider it modified 2007-06-21 23:42:06 -03:00
extensions.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
fancyopts.py additional fixes for issue436 2006-12-01 16:18:16 -02:00
filelog.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
help.py Remember path to 'hg' executable and pass to external tools and hooks as $HG. 2007-06-23 20:21:10 +02:00
hg.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +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 Added full URL to debug output if something doesn't look like an http hg repo. 2007-06-29 11:13:36 +02:00
i18n.py Enable gettext translations 2006-12-14 17:32:00 -06:00
ignore.py dirstate: move ignore to its own file 2007-06-18 13:24:34 -05:00
keepalive.py fix for digest auth when using keepalive.py 2007-01-08 16:18:29 +01:00
localrepo.py Add option to heads to show only heads for current branch. 2007-06-19 08:37:43 -07:00
lock.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06: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 Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
mdiff.py git patches: correct handling of filenames with spaces 2007-06-22 19:06:04 -03:00
merge.py merge: fix adding untracked files on directory rename (issue612) 2007-07-05 16:01:07 -05:00
mpatch.c merge with stable 2007-04-25 18:43:55 +02:00
node.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
patch.py Kill trailing spaces 2007-06-21 09:25:49 +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 Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
revlog.py Fix revlog.children so the real children of the null revision can be calculated. 2007-07-03 12:45:33 +02:00
sshrepo.py Simplify i18n imports 2006-12-14 20:25:19 -06:00
sshserver.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
statichttprepo.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
streamclone.py Merge with crew-stable 2007-03-04 09:03:21 -03:00
strutil.py fix issue 322. 2006-08-18 21:03:29 -07:00
templater.py hgweb: use lrwxrwxrwx as the permissions of a symlink 2007-07-03 03:06:40 -03:00
transaction.py Simplify i18n imports 2006-12-14 20:25:19 -06:00
ui.py Catch illegal boolean values in hgrc nicely. 2007-06-26 20:37:15 +02:00
util_win32.py Fix serve on Windows without win32* modules. 2007-06-26 10:48:58 -04:00
util.py Add symlink method to util.opener. 2007-07-11 17:40:41 -03:00
verify.py Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
version.py setup.py: reload __version__.py after writing it. 2007-02-06 15:55:20 -02:00