On Fri, Dec 5, 2008 at 12:46 AM,  <[EMAIL PROTECTED]> wrote:
> # HG changeset patch
> # User Peer Sommerlund <[EMAIL PROTECTED]>
> # Date 1228436894 -3600
> # Node ID 2e853342286c31b4cd803f451957311d93cd9766
> # Parent  8905990aa65145cfcea6e45e581442d0e7328eaf
> thgconfig: Rename "Test" button to "Incoming"
>
> The "Test" button only works when configuring a repository,
> not when configuring the user preferences. It tests a path
> by executing hg icoming. By renaming the button to "Incoming"
> it is clearer what it does.

I really feel that 'Test' is the right name, so I don't think we
should change it. The 'incoming' command just happens to be the
underlying action for doing the 'test'. I already am getting a feeling
that 'incoming' may not be the best way to test the repo.

> diff -r 8905990aa651 -r 2e853342286c hggtk/thgconfig.py
> --- a/hggtk/thgconfig.py        Fri Dec 05 01:28:14 2008 +0100
> +++ b/hggtk/thgconfig.py        Fri Dec 05 01:28:14 2008 +0100
> @@ -174,7 +174,7 @@
>         self._delpathbutton.connect('clicked', self._remove_path)
>         buttonbox.pack_start(self._delpathbutton)
>
> -        self._testpathbutton = gtk.Button("_Test")
> +        self._testpathbutton = gtk.Button("_Incoming")
>         self._testpathbutton.set_use_underline(True)
>         self._testpathbutton.connect('clicked', self._test_path)
>         buttonbox.pack_start(self._testpathbutton)
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> Tortoisehg-develop mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to