Rev 3586: 'rename' is a supported action. in http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/use_branch_builder
John Arbash Meinel
john at arbash-meinel.com
Tue Jul 29 17:31:43 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/use_branch_builder
------------------------------------------------------------
revno: 3586
revision-id: john at arbash-meinel.com-20080729163121-mw5rb5b4dimsi1zv
parent: john at arbash-meinel.com-20080723023509-1t4wkw5wjif7h72i
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: use_branch_builder
timestamp: Tue 2008-07-29 11:31:21 -0500
message:
'rename' is a supported action.
-------------- next part --------------
=== modified file 'bzrlib/branchbuilder.py'
--- a/bzrlib/branchbuilder.py 2008-07-23 02:35:09 +0000
+++ b/bzrlib/branchbuilder.py 2008-07-29 16:31:21 +0000
@@ -114,7 +114,7 @@
('add', ('path', 'file-id', 'kind', 'content' or None))
('modify', ('file-id', 'new-content'))
('unversion', 'file-id')
- # not supported yet: ('rename', ('orig-path', 'new-path'))
+ ('rename', ('orig-path', 'new-path'))
:param message: An optional commit message, if not supplied, a default
commit message will be written.
;return: The revision_id of the new commit
More information about the bazaar-commits
mailing list