dvcs_common: Change _get_source_groups() return value into a list.
commit58587e20c56d37570e71e6393f6b2aff72c51d31
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Mon, 23 Aug 2010 03:16:10 +0000 (23 03:16 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Mon, 23 Aug 2010 03:16:10 +0000 (23 03:16 +0000)
treecdd8d64073cb2947550b2fa6081d18c08b85aafa
parentd21547fb1f141e0fdbf795f8de6cf9d6cc7d112f
dvcs_common: Change _get_source_groups() return value into a list.

Patch by: Greg Ward <greg@gerg.ca>

Return a list rather than yield a sequence of tuples (all callers
were immediately turning it into a list anyways).

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5245 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn_lib/dvcs_common.py
cvs2svn_lib/git_output_option.py