Rev 5297: (mbp) additional gnu doc style fixes (Martin Pool) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Jun 15 11:19:33 BST 2010


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5297 [merge]
revision-id: pqm at pqm.ubuntu.com-20100615101932-2r8oodhzh49yhhjh
parent: pqm at pqm.ubuntu.com-20100615090338-g5bvhjufbbpllado
parent: mbp at canonical.com-20100607011305-h4bikik0skgui1cr
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2010-06-15 11:19:32 +0100
message:
  (mbp) additional gnu doc style fixes (Martin Pool)
modified:
  bzrlib/osutils.py              osutils.py-20050309040759-eeaff12fbf77ac86
=== modified file 'bzrlib/osutils.py'
--- a/bzrlib/osutils.py	2010-05-27 17:59:18 +0000
+++ b/bzrlib/osutils.py	2010-06-07 01:13:05 +0000
@@ -1321,7 +1321,7 @@
 def normalizes_filenames():
     """Return True if this platform normalizes unicode filenames.
 
-    Mac OSX does, Windows/Linux do not.
+    Only Mac OSX.
     """
     return _platform_normalizes_filenames
 
@@ -1332,7 +1332,7 @@
     On platforms where the system normalizes filenames (Mac OSX),
     you can access a file by any path which will normalize correctly.
     On platforms where the system does not normalize filenames
-    (Windows, Linux), you have to access a file by its exact path.
+    (everything else), you have to access a file by its exact path.
 
     Internally, bzr only supports NFC normalization, since that is
     the standard for XML documents.




More information about the bazaar-commits mailing list