tests/svn-safe-append.py
changeset 45830 c102b704edb5
parent 39724 e1e10cbb5568
child 48875 6000f5b25c9b
equal deleted inserted replaced
45829:e7a4c018b563 45830:c102b704edb5
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python3
     2 
     2 
     3 from __future__ import absolute_import
     3 from __future__ import absolute_import
     4 
     4 
     5 __doc__ = """Same as `echo a >> b`, but ensures a changed mtime of b.
     5 __doc__ = """Same as `echo a >> b`, but ensures a changed mtime of b.
     6 Without this svn will not detect workspace changes."""
     6 Without this svn will not detect workspace changes."""