diff options
Diffstat (limited to 'doc/spam.txt')
-rw-r--r-- | doc/spam.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/spam.txt b/doc/spam.txt index 80a43ff..523f0c2 100644 --- a/doc/spam.txt +++ b/doc/spam.txt @@ -11,8 +11,6 @@ If the offending commit is the last commit ========================================== +-------+--------------------------------------------------------------+ -| arch | | -+-------+--------------------------------------------------------------+ | bzr | bzr uncommit && bzr revert | +-------+--------------------------------------------------------------+ | darcs | darcs obliterate --last=1 | @@ -28,8 +26,6 @@ If the offending commit is not the last commit ============================================== +----------+-----------------------------------------------+ -| arch | | -+----------+-----------------------------------------------+ | bzr [#]_ | bzr rebase -r <XYZ+1>..-1 --onto before:XYZ . | +----------+-----------------------------------------------+ | darcs | darcs obliterate --matches 'name XYZ' | |