X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/b2a0aaa81c83365c68a0e709b8f884ba320e79f2..514dd4f2a4bc2cb0fb2e160f254804361486f3df:/stgit/commands/files.py diff --git a/stgit/commands/files.py b/stgit/commands/files.py index 0694d83..b33bd2a 100644 --- a/stgit/commands/files.py +++ b/stgit/commands/files.py @@ -53,8 +53,8 @@ def func(parser, options, args): else: parser.error('incorrect number of arguments') - rev1 = git_id('%s/bottom' % patch) - rev2 = git_id('%s/top' % patch) + rev1 = git_id('%s//bottom' % patch) + rev2 = git_id('%s//top' % patch) if options.stat: print git.diffstat(rev1 = rev1, rev2 = rev2)