Hello folks, We've been working on our main app in the 'default' branch but concurrently developing a '2.0' branch for the next major release. We've noticed something odd about the "raw" file access. It appears that files which have been removed in the development branch are not accessible by default, despite still existing in the 'default' branch.
For example: http://marinemap.googlecode.com/hg/lingcod/array/models.py?r=default shows the file. good - the file still exists in this branch. http://marinemap.googlecode.com/hg/lingcod/array/models.py?r=2.0-cms gives a 404. good - the file has been deleted in this branch. So far so good. However, when you click the "View Raw File" link while browsing the default repo, you go to the url without any ?r= parameter attached: http://marinemap.googlecode.com/hg/lingcod/array/models.py which also gives a 404 even though the code is clearly part of the default repo. Has anyone seen this behavior before? -- 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.

