log

age author description
2013-01-18 Kapil Bajaj push: avoid failure when push is being called from a newly created subdirectory
2013-01-03 Durham Goode push: avoid rebasing when we know there are no conflicts
2013-01-03 Durham Goode push: rebase one at a time before push
2012-12-01 Patrick Mezard updatemeta: fix missing errno import
2012-12-01 Patrick Mezard updatemeta: add missing EOL to status messages
2012-11-26 Anton Agafonov Fixes bug #358. Display correct error message if a svn pre-commit hook blocks the push
2012-12-04 Augie Fackler cleanup: avoid \' in strings where easy
2012-11-22 Mitsuhiro Koga wrappers: Return the same value as the original incoming command
2012-11-22 Mitsuhiro Koga wrappers: Implement --newest-first option in incoming command
2012-11-22 Mitsuhiro Koga Layout option can be accepted only auto, single, or standard.
2012-11-11 Augie Fackler Merge with stable.
2012-11-11 Dan Villiom Podlaski Christiansen pull: save the last pulled revision *after* converting revisions
2012-11-11 Dan Villiom Podlaski Christiansen pull: use a single if-statement for the two ways to skip revisions
2012-11-11 Dan Villiom Podlaski Christiansen svn verify: print out diffs of bad files in a verbose mode
2012-11-11 Dan Villiom Podlaski Christiansen subvertpy wrapper: rename AbstractEditor to BaseEditor