Hi! On 3 Mrz., 11:45, Simon King <[email protected]> wrote: > I suggest to add a new method sage.misc.hg.HG.local_changes().
I just see that there is some method _changed_files(). However, i) its doc test only tests that hg_sage._changed_files() does not crash, but does not verify the output. So, it is practically not tested. ii) it really only tests for changes, but not for new files and not for uncommited removal of files. iii) it only tells "yes, there are changed files", but does not name them. iv) it is underscore and thus not part of the documentation. So, perhaps I'd rather replace that method than to just add a new one. Cheers, Simon -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
