mbox series

[0/2] git-p4: remove "debug" and "rollback" verbs

Message ID 20211217134814.2112631-1-jholdsworth@nvidia.com (mailing list archive)
Headers show
Series git-p4: remove "debug" and "rollback" verbs | expand

Message

Joel Holdsworth Dec. 17, 2021, 1:48 p.m. UTC
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 no longer serve any useful purpose either for developers or
users. Removing these verbs simplifies the script by removing dead code,
and increases usability by reducing complaexity.

Joel Holdsworth (2):
  git-p4: remove "delete" verb
  git-p4: remove "rollback" verb

 git-p4.py | 76 -------------------------------------------------------
 1 file changed, 76 deletions(-)