On Wed, Apr 8, 2009 at 6:03 AM, Adrian Buehlmann <[email protected]> wrote:
> def run(cwd='', files=[], **opts):
>    dialog = CloneDialog(cwd, repos=files)
>    dialog.show_all()
>    gtk.gdk.threads_init()
>    gtk.gdk.threads_enter()
>    gtk.main()
>    gtk.gdk.threads_leave()
>
> which is relevant here.
>
> For the 'two directories selected case' the directories seem to be passed 
> using
> the files param

A lot of run() functions take cwd and root options, but they don't
need to anymore
on crew.  I should probably clean those up.

--
Steve

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to