sapling/mercurial
Greg Ward 21961703e5 streamclone: partially encode filename over the wire, not for local read (issue1847)
(Fixes issue1847, which was introduced by 67e6074ba430: stream clone
of a repo with directory named *.d failed: server raises exception
"IOError: [Errno 2] No such file or directory:
/tmp/test/.hg/store/data/foo.d.hg.hg/foo".)
2009-09-30 16:08:11 -04:00
..
hgweb hgweb: show diff header line in raw diffs 2009-08-26 14:58:09 +02:00
pure replace "i in range(len(xs))" with "i, x in enumerate(xs)" 2009-05-26 22:59:52 +02:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py ancestor: use set instead of dict 2009-05-17 03:53:13 +02:00
archival.py use new style classes 2009-06-10 15:10:21 +02:00
base85.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
bdiff.c bdiff: fix compile with GCC -ansi (issue1690) 2009-06-20 11:50:51 -05:00
bundlerepo.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
byterange.py byterange: fix import error 2009-05-14 13:20:04 +02:00
changegroup.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
changelog.py use new style classes 2009-06-10 15:10:21 +02:00
cmdutil.py cmdutil: fall back to filename if glob expand has errors 2009-07-12 00:46:43 -05:00
commands.py Merge with main 2009-09-29 00:23:01 +02:00
config.py config: abort on indented non-continuation lines (issue1829) 2009-09-12 11:17:07 +02:00
context.py filectx: add a hex method 2009-07-06 14:52:44 -05:00
copies.py fix memory usage of revlog caches by limiting cache size [issue1639] 2009-07-09 17:10:07 -05:00
demandimport.py dispatch: also pass level argument to __import__ for ignored modules 2009-08-05 17:19:37 +02:00
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py dirstate.write: don't ignore stat data if mtime is in the future (issue1790) 2009-08-21 14:17:23 +02:00
dispatch.py dispatch: catch ConfigError while constructing ui 2009-09-19 13:52:54 +02:00
encoding.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
error.py Make distinct lookup error for localrepo.lookup 2009-08-31 10:58:33 -05:00
extensions.py extensions: catch OSError when hgext is not accessible (issue1708) 2009-06-29 19:28:54 +02:00
fancyopts.py some modernization cleanups, forward compatibility 2009-05-13 14:08:39 +02:00
filelog.py filelog encoding: move the encoding/decoding into store 2009-05-20 18:35:47 +02:00
filemerge.py filemerge: fix internal:dump 2009-06-20 16:42:51 -05:00
graphmod.py graphmod/webcommands: use generic DAG walks 2009-06-19 13:44:23 +02:00
hbisect.py hbisect: use set.update for bulk updates 2009-05-17 16:57:12 +02:00
help.py help: show results of all date filters 2009-08-18 13:40:19 +02:00
hg.py Make distinct lookup error for localrepo.lookup 2009-08-31 10:58:33 -05:00
hook.py hook: fix full path imports on Windows (issue1779) 2009-08-05 21:45:54 -05:00
httprepo.py named branches: client branchmap wire protocol support (issue736) 2009-05-23 17:03:51 +02:00
i18n.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
ignore.py match: add some default args 2009-05-24 02:56:14 -05:00
keepalive.py util: remove md5 2009-05-04 21:30:39 +02:00
localrepo.py push: fix subtle bug in prepush logic 2009-09-23 18:56:09 +02:00
lock.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
lsprof.py lsprof: make profile not die when imported modules changes (issue1774) 2009-08-05 14:58:30 +02:00
lsprofcalltree.py drop unused imports 2009-05-14 15:35:46 +02:00
mail.py email: Catch exceptions during send. 2009-07-27 02:27:24 +02:00
manifest.py drop unused imports 2009-05-14 15:35:46 +02:00
match.py Generally replace "file name" with "filename" in help and comments. 2009-06-09 09:25:17 -04:00
mdiff.py replace "i in range(len(xs))" with "i, x in enumerate(xs)" 2009-05-26 22:59:52 +02:00
merge.py subrepo: add update/merge logic 2009-06-15 02:45:38 -05:00
mpatch.c allow Mercurial to compile on Haiku 2008-09-17 10:22:35 +02:00
node.py put license and copyright info into comment blocks 2009-04-26 01:13:08 +02:00
osutil.c osutil: fix compilation with -ansi 2009-08-14 11:18:23 +02:00
parsers.c parsers.c: parse_manifest: fixing refcount of flags 2009-08-27 14:15:04 +02:00
patch.py fix issue 1763: strip chars from end of line when parsing gitpatch lines 2009-07-24 15:53:40 -06:00
posix.py Generally replace "file name" with "filename" in help and comments. 2009-06-09 09:25:17 -04:00
repair.py Fix issue1738 for strip too. 2009-07-14 17:58:36 -07:00
repo.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
revlog.py revlog: make triple-quoted string a real comment 2009-05-31 00:58:20 +02:00
simplemerge.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
sshrepo.py named branches: client branchmap wire protocol support (issue736) 2009-05-23 17:03:51 +02:00
sshserver.py named branches: server branchmap wire protocol support (issue736) 2009-05-23 17:02:49 +02:00
statichttprepo.py statichttprepo: handle remote not supporting Range headers 2009-05-24 18:31:01 +02:00
store.py store: eliminate reference cycle in fncachestore 2009-07-14 14:05:07 +02:00
streamclone.py streamclone: partially encode filename over the wire, not for local read (issue1847) 2009-09-30 16:08:11 -04:00
strutil.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
subrepo.py subrepo: use '/' for joining non-local paths 2009-07-22 17:53:23 -05:00
templatefilters.py templater: retain author's full name if no email is supplied (issue1685) 2009-06-03 14:50:03 +02:00
templater.py templater: lowercase error message 2009-05-17 16:25:48 +02:00
transaction.py transaction: fix uncaught ENOENT (issue1724) 2009-07-07 19:24:52 +02:00
ui.py ui.prompt: Show prompt and selection in non-interactive mode 2009-06-21 03:13:38 +02:00
url.py url: fix use of non-int port in https connections via proxy 2009-07-14 17:12:12 -03:00
util.py ui: guard against UnicodeDecodeErrors in ui.wrap 2009-09-29 01:08:18 +02:00
verify.py verify: demote warning about nullid in copy to note 2009-07-01 00:41:14 -05:00
win32.py windows: fix use of undefined exception (issue1707) 2009-06-25 22:43:58 +02:00
windows.py windows: provide filename in IOError exceptions 2009-09-14 19:53:43 -05:00