Nope, "..." is an official git feature and it looks way nicer on github
This commit is contained in:
parent
d35636733a
commit
dfa11b0f18
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue