Rev 1369: Use portable argument to get_log(). in http://people.samba.org/bzr/jelmer/bzr-svn/0.4

Jelmer Vernooij jelmer at samba.org
Fri Jun 27 01:15:22 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/0.4

------------------------------------------------------------
revno: 1369
revision-id: jelmer at samba.org-20080627001522-ummfuc5ieortfpjh
parent: jelmer at samba.org-20080627000850-f1l89dkqlxuuye5b
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Fri 2008-06-27 02:15:22 +0200
message:
  Use portable argument to get_log().
modified:
  logwalker.py                   logwalker.py-20060621215743-c13fhfnyzh1xzwh2-1
=== modified file 'logwalker.py'
--- a/logwalker.py	2008-06-26 23:49:18 +0000
+++ b/logwalker.py	2008-06-27 00:15:22 +0000
@@ -423,7 +423,7 @@
 
         try:
             return struct_revpaths_to_tuples(
-                self._transport.iter_log(None, revnum, revnum, 1, True, True, False, []).next()[0])
+                self._transport.iter_log([""], revnum, revnum, 1, True, True, False, []).next()[0])
         except SubversionException, (_, num):
             if num == ERR_FS_NO_SUCH_REVISION:
                 raise NoSuchRevision(branch=self, 




More information about the bazaar-commits mailing list