svnrevertlast 153 B

1234567
  1. #!/bin/sh
  2. echo >&2 "Warning: this script is superfluous"
  3. echo >&2 "Instead, use: svn merge -rBASE:PREV <filename>"
  4. echo >&2
  5. svn merge -r BASE:PREV "$@"