##// END OF EJS Templates
Correct the debugger_cls() call to self.debugger_cls() call in TBTools.__init__() so that it doesn't crash when the optionally argument, debugger_cls, is unspecified.
Correct the debugger_cls() call to self.debugger_cls() call in TBTools.__init__() so that it doesn't crash when the optionally argument, debugger_cls, is unspecified.

File last commit:

r25427:0d29159e
r27666:2e08c72d
Show More
configure-git-blame-ignore-revs.bat
10 lines | 425 B | application/x-msdownload | BatchLexer
/ tools / configure-git-blame-ignore-revs.bat
rem Other config options for blame are markUnblamables and markIgnoredLines.
rem See docs for more details:
rem https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
rem Uncomment below and rerun script to enable an option.
rem git config blame.markIgnoredLines
rem git config blame.markUnblamables
git config blame.ignoreRevsFile .git-blame-ignore-revs
git config --get blame.ignoreRevsFile