Open Bug 1950168 Opened 24 days ago

Create a Git equivalent to `hg oops` command

Categories

(Developer Services :: Mercurial: mozext, task, P3)

Tracking

(Not tracked)

People

(Reporter: sheehan, Unassigned)

Details

The mozext extension includes an hg oops command which can be used to backout multiple changes in a single commit. We will need to port this command to a Git equivalent as part of the hg->git migration. The new command could be a Git subcommand like git oops, or we could port it to a mach command like ./mach oops, since the usage of the command is limited to m-c clones.

You need to log in before you can comment on or make changes to this bug.