(self)
| 705 | return [get_user_command('bzr') or 'bzr', 'status', '-S', '--no-pending', '-V'] |
| 706 | |
| 707 | def hg_status_command(self): |
| 708 | return [get_user_command('hg') or 'hg', 'status'] |
| 709 | |
| 710 | def tf_status_command(self): |
| 711 | return [get_user_command('tf') or 'tf', 'status'] |
nothing calls this directly
no test coverage detected