Rev 1173: Fix some typos. in file:///data/jelmer/bzr-svn/0.4/

Jelmer Vernooij jelmer at samba.org
Sun May 18 13:32:02 BST 2008


At file:///data/jelmer/bzr-svn/0.4/

------------------------------------------------------------
revno: 1173
revision-id: jelmer at samba.org-20080518123157-t6mhwqft1bgted3m
parent: jelmer at samba.org-20080515200318-przx9hsplqf1l1v1
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2008-05-18 14:31:57 +0200
message:
  Fix some typos.
modified:
  README                         README-20051120210643-bd274a2fef9aed6a
  commit.py                      commit.py-20060607190346-qvq128wgfubhhgm2-1
=== modified file 'README'
--- a/README	2008-05-01 00:54:20 +0000
+++ b/README	2008-05-18 12:31:57 +0000
@@ -90,16 +90,16 @@
 .. _Bazaar mailing list: http://lists.canonical.com/listinfo/bazaar/
 .. _Freenode: http://www.freenode.net/
 
-Missing Features
-----------------
+Limitations
+-----------
 
-Subversion File Properties
-~~~~~~~~~~~~~~~~~~~~~~~~~~
+Unsupported Subversion File Properties
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Some Subversion properties can currently not be represented in Bazaar and are 
 therefore ignored for the time being:
 
-- 'svn:ignore' is not imported. There should be a `Repository.get_ignores(revid)` call in 
+- 'svn:ignore'. There should be a `Repository.get_ignores(revid)` call in 
   Bazaar rather than a magic '.bzrignore' file. 
   Spec at https://launchpad.net/products/bzr/+spec/new-ignore-rules
 
@@ -113,8 +113,6 @@
   nested branches and the other way around. This can't be implemented 
   this until Bazaars nested branch support lands. AaronBentley's work 
   in progress is at http://code.aaronbentley.com/bzr/bzrrepo/nested-trees/.
-  This has been delayed until after 0.9 because of required repository
-  format changes.
 
 
 Future Enhancements
@@ -138,7 +136,6 @@
 Some Subversion properties can currently not be represented in Bazaar 
 and are therefore ignored for the time being:
 
-   
 Other features currently held back by Bazaars feature set:
 
 - Tracking copies. 
@@ -194,7 +191,7 @@
 Please file bug reports in launchpad. The product URL for bzr-svn is
 https://launchpad.net/bzr-svn/. 
 
-The wiki for this plugin is at http://bazaar-vcs.org/BzrSvn.
+The wiki for this plugin is at http://bazaar-vcs.org/BzrForeignBranches/Subversion.
 
 Installation
 ------------

=== modified file 'commit.py'
--- a/commit.py	2008-05-14 19:30:48 +0000
+++ b/commit.py	2008-05-18 12:31:57 +0000
@@ -674,7 +674,8 @@
     push(ImaginaryBranch(target_repository), source, start_revid)
 
 
-def push_revision_tree(target, config, source_repo, base_revid, revision_id, rev):
+def push_revision_tree(target, config, source_repo, base_revid, revision_id, 
+                       rev):
     old_tree = source_repo.revision_tree(revision_id)
     base_tree = source_repo.revision_tree(base_revid)
 




More information about the bazaar-commits mailing list