Estimated read time: 1 minutes
It's a long time since 'dg rev' could be replaced by 'git checkout -p', but that feature was missing from git.git. In the near past it got implemented and you can even avoid hitting enter after every y/n by saying:
git config interactive.singlekey true
One less feature which is unique to dg! (In the long run it would be nice if I could stop recommending its usage to users.)