Remove references to svn.
[jelmer/subvertpy.git] / __init__.py
index b6347da218637e37c4b2e67bfa0b8a5ff94d13b9..ec6bb81258f9750e767348e4c0dbbf6a33e315ff 100644 (file)
@@ -71,9 +71,10 @@ class FakeControlFiles(object):
 
 
 class cmd_dpush(Command):
-    """Push diffs into Subversion without any Bazaar-specific properties set.
+    """Push diffs into a foreign version control system without any 
+    Bazaar-specific metadata.
 
-    This will afterwards rebase the local Bazaar branch on the Subversion 
+    This will afterwards rebase the local Bazaar branch on the remote
     branch unless the --no-rebase option is used, in which case 
     the two branches will be out of sync. 
     """