2009/11/6 Steve Borho <[email protected]>

> On Thu, Nov 5, 2009 at 7:12 PM, Yuki KODAMA <[email protected]> wrote:
> > On Fri, Nov 6, 2009 at 05:47, Wagner Bruna 
> > <[email protected]<wagner.bruna%[email protected]>>
> wrote:
> >> # HG changeset patch
> >> # User Wagner Bruna <[email protected]>
> >> # Date 1257453947 7200
> >> # Branch stable
> >> # Node ID 7bb78ecb1b11b5bda64a6d5afa4836025967b55b
> >> # Parent  9e0c3990c08af0d84cd642cd35f4056db5d9fb7f
> >> history: catch LookupError from ambiguous revisions
> >>
> >> diff --git a/tortoisehg/hgtk/gorev.py b/tortoisehg/hgtk/gorev.py
> >> --- a/tortoisehg/hgtk/gorev.py
> >> +++ b/tortoisehg/hgtk/gorev.py
> >> @@ -54,6 +54,10 @@
> >>                 self.gotofunc(revision)
> >>             self.revEntry.set_text('')
> >>             self.hide()
> >> +        except mercurial.error.LookupError, e:
> >> +            gdialog.Prompt(_('Ambiguous Revision'), str(e), self).run()
> >> +            self.revEntry.grab_focus()
> >> +            return
> >>         except mercurial.error.RepoError, e:
> >>             gdialog.Prompt(_('Invalid Revision'), str(e), self).run()
> >>             self.revEntry.grab_focus()
> >
> Does anyone have any problems with the new string this introduces?
>

Since we have a string freeze it is not polite to add strings now.

At least you need to have OK from the 5 fully translated languages.
You have one from Yuki (Japanese),
and you will get one from me (Danish) as well.
I suppose it is ok with Wagner (Brazilian Portuguese),
but you still need replies from
Giampaolo (Italian)
kosha / o-kornyeyev (Ukrainian)

Regards,
Peer
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to