Ouch.... I thought I tried it but I must have been using wrong url ( / p/my-project/hg ) ;(
Anyway - thanks for help - it works exactly as you say! On 23 Mar, 22:22, Augie Fackler <[email protected]> wrote: > On Tue, Mar 23, 2010 at 3:00 PM, Szczepan Faber <[email protected]> wrote: > > Hey guys, > > > For svn repo, when I hit url: project_name/svn/trunk/somefile.xml my > > browser simply shows me the file content. This is useful to maintain > > html documentation, eclipse plugin sites, etc. > > However for hg repo there isn't such feature :( > > > Is it possible to have a mercurial repository and HTTP access to files > > just like for SVN? > > It works exactly the same way. For Subversion, you would have used this url: > > http://my-project.googlecode.com/svn/... > > and for Mercurial, you'll use: > http://my-project.googlecode.com/hg/... > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Project Hosting on Google Code" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-code-hosting?hl=en. -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

