On 2007-10-08 10:55:41 +0200, Karl Hasselström wrote: > --- a/stgit/commands/diff.py > +++ b/stgit/commands/diff.py > @@ -42,7 +42,7 @@ rev = '([patch][//[bottom | top]]) | <tree-ish> | base' > If neither bottom nor top are given but a '//' is present, the command > shows the specified patch (defaulting to the current one).""" > > -directory = DirectoryHasRepository() > +directory = DirectoryHasRepository(needs_current_series = False) > options = [make_option('-r', '--range', > metavar = 'rev1[..[rev2]]', dest = 'revs', > help = 'show the diff between revisions'), This hunk shouldn't be here, since diff does use crt_series. (The commit message also has to be modified accordingly.) So, we don't have a single test that tries to run "stg diff". Duh. -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - 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