tests/svn-safe-append.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     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