Remove references to svn.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 29 Aug 2008 15:18:25 +0000 (17:18 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 29 Aug 2008 15:18:25 +0000 (17:18 +0200)
foreign/__init__.py

index 2aae47e2c10d0cdf7a9e299e937cf7fbe7452de8..b349fc81c5fcfefbf7451a50c19acb24454b0be5 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. 
     """