On Wed, Nov 21, 2012 at 1:05 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Here is a list of stalled topics I am having trouble deciding what > to do (the default is to dismiss them around feature freeze). > > * fc/fast-export-fixes (2012-11-08) 14 commits > > Renaming of remote-testgit feels to be a mistake. It probably > should keep its source in remote-testgit.bash and generate it, Why generate it? There's nothing to generate. python's source code needs regeneration, bash's code doesn't. > and > moreover, if it wants to rename remote-testgit.py to remote-testpy, > the new one should be called remote-testbash. No, remote-testbash is not testing anything that is specific to bash, it's testing the remote helper framework itself. It could be written in Ruby, or Python, or C, or anything. remote-testgit.py is *not* testing the remote helper framework, it's testing the Python-specific remote helper framework. IOW. remote-testgit tests this: transport-helper.c remote-testpy tests this: git_remote_helpers/Makefile git_remote_helpers/__init__.py git_remote_helpers/git/__init__.py git_remote_helpers/git/exporter.py git_remote_helpers/git/git.py git_remote_helpers/git/importer.py git_remote_helpers/git/non_local.py git_remote_helpers/git/repo.py git_remote_helpers/setup.cfg git_remote_helpers/setup.py git_remote_helpers/util.py Cheers. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html