diff buttercup/source.py @ 25:a54543838686

add test for source demunging
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 30 May 2011 21:11:19 -0700
parents 425a3c73ac1d
children 8179c05d7692
line wrap: on
line diff
--- a/buttercup/source.py	Mon May 30 21:03:45 2011 -0700
+++ b/buttercup/source.py	Mon May 30 21:11:19 2011 -0700
@@ -58,7 +58,7 @@
 
     __call__ = update
 
-def VCS_sources(source_dict, **kwargs):
+def sources(source_dict, **kwargs):
     retval = []
     for repo_type, sources in source_dict.items():
         if repo_type == 'hg':