Remove references to svn.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 29 Aug 2008 15:17:56 +0000 (17:17 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 29 Aug 2008 15:17:56 +0000 (17:17 +0200)
__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. 
     """