git-ugit: allow multiple repositories on the command line
commit4440eeacee533d4efb048368b46b8b6476289310
authorDavid Aguilar <davvid@gmail.com>
Tue, 22 Apr 2008 09:52:40 +0000 (22 02:52 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 22 Apr 2008 09:52:40 +0000 (22 02:52 -0700)
tree32dc129b5408fe4ed88d810b794fa4fbf8f3d904
parentbf9a846527c3aef9cebd0edeb3367bd1efb49cdc
git-ugit: allow multiple repositories on the command line

The following form is now valid:
git ugit /repo/path-1 /repo/path-2 ... /repo/path-N

A new ugit session is spawned for each repo.

Signed-off-by: David Aguilar <davvid@gmail.com>
ugit/controllers/util.py
ugit/git-ugit