On 13 September 2011 15:48, Lu Guanqun <[email protected]> wrote: > On 9/12/11, Catalin Marinas <[email protected]> wrote: > [...] >> Thanks, any help is appreciated. I pushed a patch to my 'proposed' >> branch updating the TODO file and it lists the commands not converted >> yet (this should have actually been done via gna.org/projects/stgit >> but I don't have time to create tickets for all the left commands >> now). >> >> If you happen to start working on something, just post a message to >> stgit-users so that we don't duplicate the effort. > > I've done with 'show' and 'files' command. > > I'm not sure whether git_commit should be used any longer, does it > belong to part of old infrastructure?
git_commit in common.py uses the new infrastructure in stgit.lib.* A converted command should no longer use stgit.stack and stgit.git as these are part of the old code requiring some legacy files. I only looked at your 'files' patch but it still imports stgit.stack and stgit.git. -- Catalin _______________________________________________ stgit-users mailing list [email protected] https://mail.gna.org/listinfo/stgit-users
