Rev 713: Work around timestamp bug in svn. in file:///data/jelmer/bzr-svn/0.4/
Jelmer Vernooij
jelmer at samba.org
Mon Sep 24 06:18:09 BST 2007
At file:///data/jelmer/bzr-svn/0.4/
------------------------------------------------------------
revno: 713
revision-id: jelmer at samba.org-20070923233618-4s01m5kmnr7a2j89
parent: jelmer at samba.org-20070923232745-dnzeidfrpch11l3g
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Mon 2007-09-24 01:36:18 +0200
message:
Work around timestamp bug in svn.
modified:
tests/test_branch.py test_branch.py-20060508162215-74ffeb5d608f8e20
=== modified file 'tests/test_branch.py'
--- a/tests/test_branch.py 2007-08-09 14:54:13 +0000
+++ b/tests/test_branch.py 2007-09-23 23:36:18 +0000
@@ -603,9 +603,11 @@
'dc/trunk/hosts': 'hej1'})
self.client_add("dc/trunk")
self.client_commit("dc", "created trunk and added hosts") #1
+ self.client_update("dc")
self.build_tree({'dc/trunk/hosts': 'bloe'})
self.client_commit("dc", "added another revision")
+ self.client_update("dc")
url = "svn+"+repos_url+"/trunk"
oldbranch = Branch.open(url)
More information about the bazaar-commits
mailing list