[packages] mercurial: update to 1.8.4, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker
2011-06-07 01:42:39 +00:00
parent fb7c41c455
commit 390d4e0861
2 changed files with 6 additions and 6 deletions

View File

@ -97,16 +97,16 @@
archives.append({"type" : i[0], "extension": i[1],
--- a/mercurial/hgweb/hgweb_mod.py
+++ b/mercurial/hgweb/hgweb_mod.py
@@ -39,7 +39,7 @@ class hgweb(object):
hook.redirect(True)
@@ -40,7 +40,7 @@ class hgweb(object):
self.mtime = -1
self.size = -1
self.reponame = name
- self.archives = 'zip', 'gz', 'bz2'
+ self.archives = 'zip', 'gz'
self.stripecount = 1
# a repo owner may set web.templates in .hg/hgrc to get any file
# readable by the user running the CGI script
@@ -280,7 +280,6 @@ class hgweb(object):
@@ -284,7 +284,6 @@ class hgweb(object):
yield {"type" : i, "extension" : spec[2], "node" : nodeid}
archive_specs = {
@ -157,7 +157,7 @@
bundletype = btypes.get(bundletype)
if bundletype not in changegroup.bundletypes:
raise util.Abort(_('unknown bundle type specified with --type'))
@@ -4307,7 +4306,7 @@ table = {
@@ -4316,7 +4315,7 @@ table = {
_('a base changeset assumed to be available at the destination'),
_('REV')),
('a', 'all', None, _('bundle all changesets in the repository')),