Bug#704064: RE : Bug#704064: spyder could suggest gitk and git-gui

PICCA Frédéric-Emmanuel frederic-emmanuel.picca at synchrotron-soleil.fr
Wed Mar 27 15:11:08 UTC 2013


Hello,

you are right and if we look at the vcs code you can see that spyder knows also about mercurial

VCS_INFOS = {
             '.hg':  dict(name="Mercurial",
                          commit=( ('thg', ['commit']),
                                   ('hgtk', ['commit']) ),
                          browse=( ('thg', ['log']),
                                   ('hgtk', ['log']) )
                          ),
             '.git': dict(name="git",
                          commit=( ('git', ['gui']), ),
                          browse=( ('gitk', []), )
                          ),
             }


so I will add the right package in Suggest.

thanks for your feed back


Frederic


More information about the debian-science-maintainers mailing list