From ee61967f753bf724a71f676548c42ce17f4094d5 Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 13 Jul 2008 16:09:38 +0200 Subject: [PATCH] [svn r56513] extend doc string --HG-- branch : trunk --- py/path/svn/urlcommand.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/path/svn/urlcommand.py b/py/path/svn/urlcommand.py index 2ceb7198d..d569c53c0 100644 --- a/py/path/svn/urlcommand.py +++ b/py/path/svn/urlcommand.py @@ -1,7 +1,8 @@ """ module defining a subversion path object based on the external -command 'svn'. +command 'svn'. This modules aims to work with svn 1.3 and higher +but might also interact well with earlier versions. """