1

How to revert the last commit and put the local changes into the workspace?

in Git I would do:

git reset --soft HEAD^

How can I do that in Bazaar?

bignose
  • 30,281
  • 14
  • 77
  • 110
Razer
  • 7,843
  • 16
  • 55
  • 103

1 Answers1

4

The equivalent command in bazaar is: bzr uncommit

dOxxx
  • 1,540
  • 1
  • 12
  • 28