Joel Holdsworth <jholdsworth@xxxxxxxxxx> writes: > git-p4 contains a selection of verbs for various functions of the > script. The "debug" and "rollback" verbs appear to have been added early > in the development life of git-p4. They were once used as debugging > tools, but are no longer being used either by developers or users, and > are largely undocumented. Removing these verbs simplifies the script by > removing dead code, and increases usability by reducing complexity. > > This third version of the patch-set adds more detail to the commit > messages. > > Joel Holdsworth (2): > git-p4: remove "debug" verb > git-p4: remove "rollback" verb > > git-p4.py | 76 ------------------------------------------------------- > 1 file changed, 76 deletions(-) Thanks for updates. Will queue (and would appreciate acks and cheers from other stakeholders in git-p4).