On Tue, Sep 1, 2009 at 3:48 PM, Adrian Buehlmann<adr...@cadifra.com> wrote:
> On 31.08.2009 10:44, p...@users.sourceforge.net wrote:
>> This series of patches adds a new view to the history
>> dialog. The view focuses on branches instead of
>> parent-child relations. This means that the repeated-merge
>> pattern will show up as two columns instead of a long
>> curtain of merges. The disadvantage is that you cannot see
>> the exact parent of all merges. Instead, the view shows
>> which branch the parent belongs to using a dashed line.
>>
>
> Very promising and interesting work.
>
> I found that if I select the "merges" radio button in the filter
> bar, it seems to be stuck in an endless "running" loop.
> Repo test data seems to be irrelevant.
>
> I'm using 04942e1ae5fa here.
>
> If I close the window while it is running, I get the
> following traceback:
>
> {{{
> #!python
> ** Please report this bug to tortoisehg-disc...@lists.sourceforge.net or 
> http://bitbucket.org/tortoisehg/stable/issues
> ** Mercurial version (unknown).  TortoiseHg version (unknown)
> ** Command: --nofork log
> ** CWD: C:\Documents and Settings\adi\My Documents\hg-repos\thg-default
> ** Extensions loaded: mq, graphlog, patchbomb, rebase
> Recoverable runtime error (stderr):
> Traceback (most recent call last):
>  File "W:\thg-default\hggtk\logview\treeview.py", line 196, in populate
>    (rev, node, lines, parents) = self.grapher.next()
>  File "W:\thg-default\hggtk\logview\revgraph.py", line 400, in 
> filtered_log_generator
>    changeiter, matchfn = cmdutil.walkchangerevs(repo.ui, repo, pats, get, 
> opts)
>  File "C:\Python25\Lib\site-packages\mercurial\cmdutil.py", line 1046, in 
> walkchangerevs
>    revs = revrange(repo, opts['rev'] or [defrange])
> KeyError: 'rev'

That's my bug, unrelated to Peer's changes.  I just pushed a fix for it.

--
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-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to