Nope, "..." is an official git feature and it looks way nicer on github

This commit is contained in:
jesopo 2018-11-17 22:07:32 +00:00
parent d35636733a
commit dfa11b0f18

View file

@ -2,7 +2,7 @@ import itertools, json
from src import ModuleManager, utils
COMMIT_URL = "https://github.com/%s/commit/%s"
COMMIT_RANGE_URL = "https://github.com/%s/compare/%s..%s"
COMMIT_RANGE_URL = "https://github.com/%s/compare/%s...%s"
CREATE_URL = "https://github.com/%s/tree/%s"
COMMENT_ACTIONS = {