9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] hg 1.7.5 update
@ 2011-04-10 13:35 erik quanstrom
  2011-04-18 19:19 ` Sergey Kornilovich
  0 siblings, 1 reply; 4+ messages in thread
From: erik quanstrom @ 2011-04-10 13:35 UTC (permalink / raw)
  To: 9fans

the problem with commit messsages has been
fixed by steve.  stallion/mercurial

thanks for the bug reports.

- erik



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] hg 1.7.5 update
  2011-04-10 13:35 [9fans] hg 1.7.5 update erik quanstrom
@ 2011-04-18 19:19 ` Sergey Kornilovich
  2011-04-18 19:23   ` erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: Sergey Kornilovich @ 2011-04-18 19:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

Hello.
I installed the hg, and at first glance it does not work badly.
For example, I cloned a repository - http://hg.omnifarious.org/ ~
hopper/svn2hg.
But hg serve -p80 is not working consistently ... Many errors in the
terminal.
Exception happened during processing request '/static/hgicon.png'
<cut>
KeyError: 'mimetype'
Exception happened during processing request '/static/coal-file.png'
KeyError: 'mimetype'
Exception happened during processing request '/static/graph.js'
KeyError: 'mimetype'
Exception happened during processing request '/static/style-paper.css'
IOError: [Errno 4] Bad file number
Exception happened during processing request '/shortlog/5845fbf54880'
IOError: [Errno 4] template file
/sys/lib/python/lib/python2.5/site-packages/mercurial/templates/paper/footer.tmpl:
Bad file number
Exception happened during processing request '/shortlog/d2b9e9999050
IOError: [Errno 4] template file
/sys/lib/python/lib/python2.5/site-packages/mercurial/templates/paper/footer.tmpl:
Bad file number
...
Maybe I'm doing something wrong?

2011/4/10 erik quanstrom <quanstro@quanstro.net>

> the problem with commit messsages has been
> fixed by steve.  stallion/mercurial
>
> thanks for the bug reports.
>
> - erik
>
>

[-- Attachment #2: Type: text/html, Size: 1827 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] hg 1.7.5 update
  2011-04-18 19:19 ` Sergey Kornilovich
@ 2011-04-18 19:23   ` erik quanstrom
  2011-04-19  8:12     ` Sergey Kornilovich
  0 siblings, 1 reply; 4+ messages in thread
From: erik quanstrom @ 2011-04-18 19:23 UTC (permalink / raw)
  To: 9fans

On Mon Apr 18 15:22:17 EDT 2011, root81@gmail.com wrote:

> Hello.
> I installed the hg, and at first glance it does not work badly.
> For example, I cloned a repository - http://hg.omnifarious.org/ ~
> hopper/svn2hg.
> But hg serve -p80 is not working consistently ... Many errors in the
> terminal.
> Exception happened during processing request '/static/hgicon.png'
> <cut>
> KeyError: 'mimetype'
> Exception happened during processing request '/static/coal-file.png'
> KeyError: 'mimetype'
> Exception happened during processing request '/static/graph.js'
> KeyError: 'mimetype'
> Exception happened during processing request '/static/style-paper.css'
> IOError: [Errno 4] Bad file number
> Exception happened during processing request '/shortlog/5845fbf54880'
> IOError: [Errno 4] template file
> /sys/lib/python/lib/python2.5/site-packages/mercurial/templates/paper/footer.tmpl:
> Bad file number
> Exception happened during processing request '/shortlog/d2b9e9999050
> IOError: [Errno 4] template file
> /sys/lib/python/lib/python2.5/site-packages/mercurial/templates/paper/footer.tmpl:
> Bad file number
> ...
> Maybe I'm doing something wrong?

you're not doing anything wrong.  we aren't
serving hg stuff over http at this point, so this
was never tested.  i'll put it on the list, but if
anyone has a patch to fix this, i'll gladly accept.

- erik



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] hg 1.7.5 update
  2011-04-18 19:23   ` erik quanstrom
@ 2011-04-19  8:12     ` Sergey Kornilovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Kornilovich @ 2011-04-19  8:12 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1988 bytes --]

Improt average project (hg clone http://project project, 5Gb data and <1000
commit)
Requires a lot of memory ...
cpu% ps | grep hg
bootes 2505 0:00 0:00 7244K Pread hg
bootes 2560 9:52 0:52 1579688K Pwrite hg
If the memory is not enough:
requesting all changes
adding changesets
adding manifests
adding file changes
added 10267 changesets with 35893 changes to 12161 files
updating to branch LePort
abort: out of memory
But the Swap is empty ...

2011/4/18 erik quanstrom <quanstro@labs.coraid.com>

> On Mon Apr 18 15:22:17 EDT 2011, root81@gmail.com wrote:
>
> > Hello.
> > I installed the hg, and at first glance it does not work badly.
> > For example, I cloned a repository - http://hg.omnifarious.org/ ~
> > hopper/svn2hg.
> > But hg serve -p80 is not working consistently ... Many errors in the
> > terminal.
> > Exception happened during processing request '/static/hgicon.png'
> > <cut>
> > KeyError: 'mimetype'
> > Exception happened during processing request '/static/coal-file.png'
> > KeyError: 'mimetype'
> > Exception happened during processing request '/static/graph.js'
> > KeyError: 'mimetype'
> > Exception happened during processing request '/static/style-paper.css'
> > IOError: [Errno 4] Bad file number
> > Exception happened during processing request '/shortlog/5845fbf54880'
> > IOError: [Errno 4] template file
> >
> /sys/lib/python/lib/python2.5/site-packages/mercurial/templates/paper/footer.tmpl:
> > Bad file number
> > Exception happened during processing request '/shortlog/d2b9e9999050
> > IOError: [Errno 4] template file
> >
> /sys/lib/python/lib/python2.5/site-packages/mercurial/templates/paper/footer.tmpl:
> > Bad file number
> > ...
> > Maybe I'm doing something wrong?
>
> you're not doing anything wrong.  we aren't
> serving hg stuff over http at this point, so this
> was never tested.  i'll put it on the list, but if
> anyone has a patch to fix this, i'll gladly accept.
>
> - erik
>
>

[-- Attachment #2: Type: text/html, Size: 2699 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-19  8:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-10 13:35 [9fans] hg 1.7.5 update erik quanstrom
2011-04-18 19:19 ` Sergey Kornilovich
2011-04-18 19:23   ` erik quanstrom
2011-04-19  8:12     ` Sergey Kornilovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).