##// END OF EJS Templates
debugcommands: use temporary dict for its command table...
debugcommands: use temporary dict for its command table Instead, load the table by commands.py so the debug commands should always be populated. The table in debugcommands.py is unnamed so extension authors wouldn't be confused to wrap debugcommands.table in place of commands.table.

File last commit:

r32329:799615bb default
r32377:c942c83a default
Show More
editmergeps.bat
2 lines | 96 B | application/x-msdownload | BatchLexer
@echo off
powershell -NoProfile -ExecutionPolicy unrestricted -Command "& 'editmergeps.ps1' %*"