WIP: refactor/links #77
2 Participants
Notifications
Total Time Spent: 20 minutes
Due Date
Sweetbread
20 minutes
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#77
Reference in New Issue
Block a user
No description provided.
Delete Branch "(deleted):refactor/links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes: #65, #66 and #67
@@ -1040,3 +1040,2 @@
if __name__ == "__main__":
link_root = "http://websvn.kolibrios.org/filedetails.php"
link_root += "?repname=Kolibri+OS&path=/kernel/trunk"
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
Looking good. As per my comment #65, please also change here, using the Gitea hyperlink
#Lx
to highlight specific line number(s).Also we should add a comment, like:
# This hardcoded link is specific to the Version Control System currently in use (Gitea)
. This would help any future migrations.That's why the PR is WIP
I'm not sure. For future migrations it's possible to look into Changed files sections in this PR
Pull request closed