Rev 2306: simple rewrap for 79 char lines in http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate

John Arbash Meinel john at arbash-meinel.com
Wed Feb 14 20:16:39 GMT 2007


At http://bazaar.launchpad.net/%7Ebzr/bzr/dirstate

------------------------------------------------------------
revno: 2306
revision-id: john at arbash-meinel.com-20070214201536-eo2cnbwo3bh1tu9v
parent: john at arbash-meinel.com-20070214201327-16eleapizxjo7vm6
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: dirstate
timestamp: Wed 2007-02-14 14:15:36 -0600
message:
  simple rewrap for 79 char lines
modified:
  bzrlib/tests/workingtree_implementations/test_workingtree.py test_workingtree.py-20060203003124-817757d3e31444fb
-------------- next part --------------
=== modified file 'bzrlib/tests/workingtree_implementations/test_workingtree.py'
--- a/bzrlib/tests/workingtree_implementations/test_workingtree.py	2007-02-14 00:31:25 +0000
+++ b/bzrlib/tests/workingtree_implementations/test_workingtree.py	2007-02-14 20:15:36 +0000
@@ -327,7 +327,8 @@
 
     def test_clone_preserves_content(self):
         wt = self.make_branch_and_tree('source')
-        self.build_tree(['added', 'deleted', 'notadded'], transport=wt.bzrdir.transport.clone('..'))
+        self.build_tree(['added', 'deleted', 'notadded'],
+                        transport=wt.bzrdir.transport.clone('..'))
         wt.add('deleted', 'deleted')
         wt.commit('add deleted')
         wt.remove('deleted')



More information about the bazaar-commits mailing list