sapling/mercurial
Maxim Dounin 084e15f969 Fix dir-changed-to-file updates on clean workdir.
Workaround for dir-changed-to-file updates mentioned
in rev c3f3393b9096 doesn't actually work since tests
introduced in mentioned changeset prevented dirstate
updates even if working directory updates succeded.

Make tests more relaxed for dirstate operations
not directly accessible from cli. See also issue660.

While here, move _dirs existance check from _decpath()
to _changepath() for unification.
2007-11-07 22:57:28 +01:00
..
hgweb hgweb_mod: update unidiff() calls and finish f2af74bd8f86 job 2007-11-03 17:04:42 +01: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: tweaks for large files 2007-10-11 00:46:56 -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 revlog: fix caching of buffer objects 2007-10-11 00:46:53 -05:00
cmdutil.py Fix file-changed-to-dir and dir-to-file commits (issue660). 2007-11-05 20:05:44 +03:00
commands.py Use both the from and to name in mdiff.unidiff. 2007-11-01 12:17:59 -07:00
context.py Fix context iterator. 2007-11-02 14:44:33 -07:00
demandimport.py demandimport: ignore resource module, not available under Windows. 2007-08-14 16:03:15 +02:00
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py Fix dir-changed-to-file updates on clean workdir. 2007-11-07 22:57:28 +01:00
dispatch.py Remove demandimport.enable from dispatch.py 2007-08-18 14:25:55 -03:00
extensions.py Allow explicit disabling of extensions 2007-09-18 19:53:01 -05: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 https url handling: usernames and passwords were registered to the wrong url 2007-10-30 16:54:25 -07: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 Catch smtp exceptions 2007-09-07 16:48:42 +02:00
manifest.py manifest: minor performance tweak 2007-09-24 12:42:25 -05:00
mdiff.py Use both the from and to name in mdiff.unidiff. 2007-11-01 12:17:59 -07:00
merge.py Honour the exec bit when we go back in time. 2007-11-05 18:49:35 -02:00
mpatch.c mpatch: Define Py_ssize_t for old pythons and use it instead of ssize_t. 2007-10-12 11:46:49 +09:00
node.py manifest: speed up creation of the manifestdict 2007-07-23 20:44:08 -05:00
osutil.c osutil: use fdopendir instead of dirfd 2007-10-15 12:57:01 -07:00
osutil.py Add osutil module, containing a listdir function. 2007-10-05 15:01:06 -07:00
patch.py Use both the from and to name in mdiff.unidiff. 2007-11-01 12:17:59 -07: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 import gettext since '_' is used 2007-10-11 16:26:14 +02:00
revlog.py fix UnboundLocalError, refactor a bit 2007-10-11 12:16:55 +02: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 fix typo 2007-10-11 16:28:30 +02: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 Fix file-changed-to-dir and dir-to-file commits (issue660). 2007-11-05 20:05:44 +03:00
verify.py verify: report first bad changeset 2007-09-21 17:18:06 -05:00
version.py Fix Windows os.popen bug with interleaved stdout/stderr output 2007-11-01 12:05:14 +01:00