On Wed, Jul 20, 2011 at 17:44:06 -0700, Kristian Kvilekval wrote:

> hgview has been unable to access a repository and reports that I am not in a 
> valid mercurial repo
> while hg view and other commands work normally
> 
> 
> $ hg head
> changeset:   1795:5fe88c87c096
> tag:         tip
> user:        Utkarsh Gaur <utkarsh.g...@gmail.com>
> date:        Tue Jul 19 17:18:49 2011 -0700
> summary:     RB text labels on images back on
> 
Is that a locally installed post-1.7 mercurial version?

> $ hgview
> Usage: hgview [options] [filename]
> 
>     Starts a visual hg repository navigator.
> 
>     - With no options, starts the main repository navigator.
> 
>     - If a filename is given, starts in filelog diff mode (or in
>       filelog navigation mode if -n option is set).
> 
>     - With -r option, starts in manifest viewer mode for given
>       revision.
>     
> 
> hgview: error: You are not in a repo, are you?
> 
[...]
> 
> Versions of packages hgview depends on:
> ii  mercurial               1.6.4-1          scalable distributed version 
> contr

hgview uses the above version, which...

> stat("/home/kgk/work/bisquik/bisque05/.hg", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> open("/home/kgk/work/bisquik/bisque05/.hg/requires", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
> fstat(3, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
> lseek(3, 0, SEEK_CUR)                   = 0
> fstat(3, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0
> mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x7f8aba407000
> lseek(3, 0, SEEK_CUR)                   = 0
> read(3, "revlogv1\nstore\nfncache\ndotencode"..., 4096) = 33
> read(3, "", 4096)                       = 0
> close(3)                                = 0

... does not support the 'dotencode' requirement, introduced in 1.7.

The error message is less than ideal, though.

Cheers,
Julien
-- 
Julien Cristau          <julien.cris...@logilab.fr>
Logilab                 http://www.logilab.fr/
Informatique scientifique & gestion de connaissances



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to