Cleanup: use '#' prefix for issues instead of 'T'

Match the convention from Gitea instead of Phabricator's T for tasks.
This commit is contained in:
2023-02-12 14:37:16 +11:00
parent a02fa6c40d
commit 91346755ce
569 changed files with 1112 additions and 1115 deletions

View File

@@ -36,7 +36,7 @@ def check_maps():
# Keymap functions of tools are not in blender anyway...
continue
print("\t%s" % km_id)
# TODO T65963, broken keymap hierarchy tests disabled until fixed.
# TODO #65963, broken keymap hierarchy tests disabled until fixed.
# err = True
test = maps_bl - maps_py
@@ -45,7 +45,7 @@ def check_maps():
for km_id in test:
km = keyconf.keymaps[km_id]
print(" ('%s', '%s', '%s', [])," % (km_id, km.space_type, km.region_type))
# TODO T65963, broken keymap hierarchy tests disabled until fixed.
# TODO #65963, broken keymap hierarchy tests disabled until fixed.
# err = True
# Check space/region's are OK