[issue1770] hgweb doesn't know about subrpeos

James Mills mercurial-bugs at selenic.com
Tue Jul 28 11:37:48 UTC 2009


New submission from James Mills <prologic at shortcircuit.net.au>:

As it turns out (Mercurial-1.3), hgweb doesn't know about
subrepos and gives a 404 when trying to pull a subrepo
over. Here's an example --debug session:
{{{
~/tmp
$ hg --debug clone http://124.171.217.91:8000/source/ sahris
using http://124.171.217.91:8000/source/
sending between command
sending heads command
requesting all changes
sending capabilities command
capabilities: unbundle=HG10GZ,HG10BZ,HG10UN branchmap lookup changegroupsubset
sending changegroupsubset command
adding changesets

...

adding wiki.py revisions
adding wiki/FrontPage revisions
adding wiki/SandBOx revisions
adding wiki/SandBox revisions
adding wiki/SiteMenu revisions
adding wiki/WikiFormatting revisions
added 123 changesets with 194 changes to 67 files
updating the branch cache
updating working directory
resolving manifests
 overwrite False partial False
 ancestor 000000000000 local 000000000000+ remote 58155687ed61
 static/index.xhtml: remote created -> g
 static/images/topbar_gradient.png: remote created -> g
 sahris: remote created -> g
 static/js/prettydate.js: remote created -> g
 static/js/creole2.js: remote created -> g
 static/js/Sahris.Plugins.js: remote created -> g
 static/css/wiki.css: remote created -> g
 static/templates/base.xhtml: remote created -> g
 static/js/HistoryManager.js: remote created -> g
 .hgsubstate: remote created -> g
 .hgtags: remote created -> g
 static/css/base.css: remote created -> g
 static/js/mootools-more.js: remote created -> g
 static/images/dots.gif: remote created -> g
 static/js/Sahris.js: remote created -> g
 static/js/creole.js: remote created -> g
 static/templates/create.xhtml: remote created -> g
 .hgsub: remote created -> g
 static/images/valid-css.png: remote created -> g
 static/images/topbar_gradient2.png: remote created -> g
 static/images/bullet.png: remote created -> g
 static/js/mootools.js: remote created -> g
 static/favicon.ico: remote created -> g
 static/images/valid-xhtml10.png: remote created -> g
getting .hgsub
getting .hgsubstate
pulling subrepo wiki
using http://124.171.217.91:8000/source/wiki/
sending between command
abort: HTTP Error 404: Not Found
}}}

----------
messages: 10234
nosy: prologic
priority: critical
status: unread
title: hgweb doesn't know about subrpeos
topic: clone, hgweb

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://mercurial.selenic.com/bts/issue1770>
____________________________________________________



More information about the Mercurial-devel mailing list