[issue1040] qclone abort: unknown revision 'qbase'!

OHASHI Hideya mercurial-bugs at selenic.com
Mon Mar 17 21:09:02 CDT 2008


New submission from OHASHI Hideya <ohachige at gmail.com>:

server side:
$ /usr/bin/hg version
Mercurial Distributed SCM (version 0.9.5)

Copyright (C) 2005-2007 Matt Mackall <mpm at selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ cat hgweb.config
[collections]
pub = pub
$ ls -a pub/a
.  ..  .hg
$ /usr/bin/hg serve --webdir-conf hgweb.config
127.0.0.1 - - [18/Mar/2008 11:02:18] "GET /pub/a?cmd=capabilities HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:21] "GET /pub/a?cmd=capabilities HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:21] "GET /pub/a?cmd=heads HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:36] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:36] "GET /static/hgicon.png HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:36] "GET /static/style.css HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:40] "GET /a/ HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:40] "GET /a/static/hgicon.png HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:40] "GET /a/static/style.css HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:47] "GET /a?cmd=capabilities HTTP/1.1" 200 -
127.0.0.1 - - [18/Mar/2008 11:02:47] "GET /a?cmd=lookup&key=qbase HTTP/1.1" 200 -

client side:
$ ~/mercurial-crew/hg version
Mercurial Distributed SCM (version 07d0f38c55c2)

Copyright (C) 2005-2008 Matt Mackall <mpm at selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ ~/mercurial-crew/hg qclone http://localhost:8000/a
abort: unknown revision 'qbase'!

----------
messages: 5638
nosy: ohachige
priority: bug
status: unread
title: qclone abort: unknown revision 'qbase'!
topic: mq

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



More information about the Mercurial-devel mailing list