Commit Graph

2 Commits

Author SHA1 Message Date
Pulkit Goyal
b5a523d524 py3: make tests/svn-safe-append.py use absolute_import 2016-05-16 04:31:20 +05:30
Peter Arrenbrecht
898046c9b1 convert: fix test-convert-svn-* problems with mtime not changing
The `svn commit` command does not detect changed files unless
their mtime has changed. A quick succession of, for instance,
`svn co ...; echo x >> y; svn ci` can thus lead to the change to y
being ignored.

Edited by pmezard to write in binary mode.
2008-04-01 09:17:11 +02:00