[Pkg-bazaar-commits] ./bzr/unstable r309: doc

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:51:48 UTC 2009


------------------------------------------------------------
revno: 309
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-04-28 19:57:52 +1000
message:
  doc
modified:
  bzrlib/branch.py
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2005-04-26 10:24:32 +0000
+++ b/bzrlib/branch.py	2005-04-28 09:57:52 +0000
@@ -768,6 +768,10 @@
 
 
     def rename_one(self, from_rel, to_rel):
+        """Rename one file.
+
+        This can change the directory or the filename or both.
+         """
         tree = self.working_tree()
         inv = tree.inventory
         if not tree.has_filename(from_rel):



More information about the Pkg-bazaar-commits mailing list