On Tue, Aug 11, 2009 at 7:16 AM, Colin
Caughie<c.caug...@indigovision.com> wrote:
> Hi,
>
> One of our engineers just tried to push using TortoiseHG and got the
> following output. The push seems to work OK so I suspect it isn't a big
> problem, but I thought I'd post it anyway in case it's useful.
>
> #!python
> ** Please report this bug to tortoisehg-discuss@lists.sourceforge.net or
> http://bitbucket.org/tortoisehg/stable/issues
> ** Mercurial version (1.3.1).  TortoiseHg version (0.8.1)
> ** Command: --nofork log
> ** CWD: D:\INDIGO2\ControlCenter4
> ** Extensions loaded: extdiff, win32text, rebase, transplant, mq, graphlog,
> collapse, reviewboard
> Recoverable runtime error (stderr):
> Traceback (most recent call last):
>   File "hggtk\changeset.pyc", line 130, in filelist_rowchanged
>   File "hggtk\changeset.pyc", line 207, in append_diff
>   File "mercurial\patch.pyc", line 1266, in diff
>   File "mercurial\localrepo.pyc", line 123, in __getitem__
>   File "mercurial\context.pyc", line 27, in __init__
>   File "mercurial\localrepo.pyc", line 512, in lookup
> mercurial.error.RepoError: unknown revision
> '055af347386b39391dd6b812abb2fdb8d5c574cc'
>
> She then did "hg id -r 055af3", and as expected got an "unknown revision"
> error.

This happens if the changelog view is old, and you've done some sort
of destructive operation on the repository, like rebasing changes,
etc.  These errors should probably be trapped in a better way.

--
Steve Borho

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to