X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/43e97a2036d951afaf5bc0cffd9633f4c634fc7d..64354a2d7d5f11f2592f72b74b48d750cf00c6f7:/stgit/commands/common.py diff --git a/stgit/commands/common.py b/stgit/commands/common.py index a073b29..bf8481e 100644 --- a/stgit/commands/common.py +++ b/stgit/commands/common.py @@ -98,6 +98,8 @@ def git_id(rev): return series.get_patch(patch).get_old_top() elif patch_id == 'bottom.old': return series.get_patch(patch).get_old_bottom() + elif patch_id == 'log': + return series.get_patch(patch).get_log() if patch == 'base' and patch_id == None: return read_string(series.get_base_file()) except RevParseException: