sapling/mercurial
Thomas Arendsen Hein 48cd219ead verify: fix "missing revlog!" errors for revlog format v0 and add test
With revlog format v0 the .d files are empty if the only revision stored is an
empty file. Since Mercurial can no longer create format v0 repositories, but
still use it, add a script which creates a repository with a single empty file.
This can be used in other tests if wanted.
2010-09-05 22:32:11 +02:00
..
help help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00
hgweb hgweb: handle exception of misconfigured path on index page 2010-08-24 23:30:51 +09:00
pure clean up remaining generic exceptions 2010-05-07 16:59:00 -05:00
templates templates: add filenolink to raw style (issue2332) 2010-08-16 12:55:42 -05:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py merge: sort arguments to stabilize the ancestor search 2010-06-21 13:25:42 -05:00
archival.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
base85.c base85.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
bdiff.c bdiff.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
bundlerepo.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
byterange.py pylint, pyflakes: remove unused or duplicate imports 2010-04-14 17:58:10 +09:00
changegroup.py localrepo: show indeterminate progress for incoming data 2010-02-07 12:00:40 -06:00
changelog.py Merge with stable 2010-02-11 17:44:01 -06:00
cmdutil.py log: fix the bug 'hg log --stat -p == hg log --stat' 2010-08-13 14:29:30 +08:00
commands.py remove: properly set return code when warnings are issued 2010-08-30 20:27:25 -04:00
config.py error: fix up test-hgrc 2010-06-04 23:04:31 -05:00
context.py Lowercase error messages 2010-08-29 22:37:58 +02:00
copies.py copies: properly visit file context ancestors on working file contexts 2010-04-07 21:31:47 +02:00
dagparser.py dagparser: translate and lowercase error messages 2010-08-30 17:17:20 +02:00
demandimport.py demandimport: blacklist _ssl (issue1964) 2010-03-09 16:03:57 +01:00
diffhelpers.c diffhelpers.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
dirstate.py dirstate: ignore symlinks when fs cannot handle them (issue1888) 2010-08-09 15:31:56 +02:00
discovery.py discovery: use stable sort order in --new-branch warning 2010-06-22 12:38:39 +02:00
dispatch.py Lowercase error messages 2010-08-29 22:37:58 +02:00
encoding.py encoding: improve handling of buggy getpreferredencoding() on Mac OS X 2010-08-14 01:30:54 +02:00
error.py error: fix up test-hgrc 2010-06-04 23:04:31 -05:00
extensions.py extensions: improve language for wrapfunction() docstring. 2010-07-09 11:13:45 +02:00
fancyopts.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
filelog.py filelog: cmp: don't read data if hashes are identical (issue2273) 2010-07-05 19:49:54 +09:00
filemerge.py Fix merge-tools.checkconflicts 2010-08-26 17:38:43 +02:00
graphmod.py hgweb/graph: edge should be same color as the destination 2010-03-07 17:44:43 +01:00
hbisect.py Lowercase error messages 2010-08-29 22:37:58 +02:00
help.py help: make "hg help hgrc" an alias for "hg help config" 2010-09-02 12:53:28 +02:00
hg.py hg.clone: do not ignore branch argument when source is a repo object 2010-07-02 15:12:50 +09:00
hook.py http: deliver hook output to client 2010-06-30 18:15:23 -05:00
httprepo.py httprepo: decompress stream incrementally to reduce memory usage 2010-08-05 16:17:39 -05:00
i18n.py i18n: fix translation of empty paragraphs 2010-06-19 19:16:11 +02:00
ignore.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
keepalive.py fix coding style (reported by pylint) 2010-02-08 15:36:34 +01:00
localrepo.py Lowercase error messages 2010-08-29 22:37:58 +02:00
lock.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
lsprof.py fix spaces/identation issues 2010-02-05 18:50:08 +01:00
lsprofcalltree.py drop unused imports 2009-05-14 15:35:46 +02:00
mail.py mail: use standard section.entry format in error message 2010-08-30 22:47:38 +02:00
manifest.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
match.py match: mark error messages for translation 2010-08-30 17:11:51 +02:00
mdiff.py remove header handling out of mdiff.bunidiff, rename it 2010-03-09 18:31:57 +01:00
merge.py merge: move reverse-merge logic out of filemerge (issue2342) 2010-08-21 10:41:29 -05:00
minirst.py minirst: use unicode string as intermediate form for replacement 2010-06-30 12:44:58 +09:00
mpatch.c mpatch.c: Added preliminary support for py3k. 2010-06-15 19:49:56 -03:00
node.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
osutil.c osutil.c: Support for py3k added. 2010-06-15 19:49:56 -03:00
parser.py parser: improve infix error checking 2010-06-19 17:56:52 -05:00
parsers.c parsers.c: Added support for py3k. 2010-06-15 19:49:56 -03:00
patch.py Lowercase error messages 2010-08-29 22:37:58 +02:00
posix.py acl: grp module is not available on windows 2010-05-10 21:09:48 +02:00
pushkey.py pushkey: add pushkey core 2010-06-16 16:04:44 -05:00
repair.py mark ui.warn strings for translation 2010-07-16 14:44:30 +02:00
repo.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
revlog.py revlog: drop cache after use to save memory footprint 2010-08-05 16:17:17 -05:00
revset.py revset: fix outgoing argument handling 2010-08-12 20:54:34 -03:00
similar.py fix coding style 2010-05-02 00:48:33 +02:00
simplemerge.py simplemerge: remove hash-bang from non-executable script 2010-08-26 22:51:48 +02:00
sshrepo.py pushkey: add ssh support 2010-06-16 16:05:13 -05:00
sshserver.py addchangegroup: pass in lock to release it before changegroup hook is called 2010-06-25 13:47:28 -05:00
statichttprepo.py static-http: disable lazy parsing 2010-05-11 16:28:09 -05:00
store.py store: only add new entries to the fncache file 2010-03-03 14:50:35 +01:00
streamclone.py pylint, pyflakes: remove unused or duplicate imports 2010-04-14 17:58:10 +09:00
strutil.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
subrepo.py subrepo: docstrings 2010-07-15 13:24:02 +02:00
tags.py tags: remove inactive debugging code. 2010-06-15 16:10:32 -04:00
templatefilters.py templatefilters: unnest uescape() 2010-08-15 17:50:52 +02:00
templatekw.py fix coding style (reported by pylint) 2010-02-08 15:36:34 +01:00
templater.py cleanups: undefined variables 2010-06-08 09:30:45 +02:00
transaction.py make transactions work on non-refcounted python implementations 2010-05-27 17:47:40 +02:00
ui.py mq: don't inherit default and default-push paths with --mq (issue2333) 2010-08-18 02:43:45 +02:00
url.py url: limit expansion to safe auth keys (Issue2328) 2010-08-13 10:53:10 +02:00
util.h util.h: Utility macros for handling different Python APIs. 2010-06-15 19:49:56 -03:00
util.py util: avoid using hashlib on Python < 2.5 (issue2278) 2010-08-17 17:38:19 -05:00
verify.py verify: fix "missing revlog!" errors for revlog format v0 and add test 2010-09-05 22:32:11 +02:00
win32.py win32: remove useless lstat() fallback in nlinks() 2010-08-19 22:51:09 +02:00
windows.py acl: grp module is not available on windows 2010-05-10 21:09:48 +02:00