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