How to Delete a Phabricator Diff

3.6k views Asked by At

I made a diff in Phabricator containing a config file with sensitive information. Usually I would be content with abandoning the diff, but I don't want anybody seeing my password (even after I change it)

I should have been more careful when making my commit but it has already been done.

1

There are 1 answers

1
OCram85 On

Take a look at the ./bin/remove command:

NAME
  remove - remove objects

SYNOPSIS
  remove command [options]
      Administrative tool for destroying objects permanently.

WORKFLOWS

  destroy [options] object ...
  Permanently destroy objects.

  help [command]
  Show this help, or workflow help for command.

  log
  Show a log of permanently destroyed objects.


Use help command for a detailed command reference.
Use --show-standard-options to show additional options.