At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3740
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Canonical.com Patch Queue Manager <[EMAIL PROTECTED]>
branch nick: +trunk
timestamp: Fri 2008-09-26 06:14:51 +0100
message:
  (jam) Some win32 tweaks for the faster iter_changes code.
modified:
  bzrlib/_dirstate_helpers_c.pyx 
dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
    ------------------------------------------------------------
    revno: 3737.1.3
    revision-id: [EMAIL PROTECTED]
    parent: [EMAIL PROTECTED]
    committer: John Arbash Meinel <[EMAIL PROTECTED]>
    branch nick: trivial_python_compat
    timestamp: Thu 2008-09-25 17:22:22 -0500
    message:
      Move more compatibility code into python-compat.h
      
      Update the definitions and extension compiling so that the faster iter
      changes now builds on win32.
    removed:
      bzrlib/_walkdirs_win32.h       
_walkdirs_win32.h-20080716220454-kweh3tgxez5dvw2l-1
    modified:
      bzrlib/_dirstate_helpers_c.pyx 
dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
      bzrlib/_walkdirs_win32.pyx     
_walkdirs_win32.pyx-20080716220454-kweh3tgxez5dvw2l-2
      bzrlib/python-compat.h         
pythoncompat.h-20080924041409-9kvi0fgtuuqp743j-1
      setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
    ------------------------------------------------------------
    revno: 3737.1.2
    revision-id: [EMAIL PROTECTED]
    parent: [EMAIL PROTECTED]
    parent: [EMAIL PROTECTED]
    committer: John Arbash Meinel <[EMAIL PROTECTED]>
    branch nick: trivial_python_compat
    timestamp: Thu 2008-09-25 17:12:07 -0500
    message:
      Merge in Robert's faster iter-changes code.
    modified:
      bzrlib/_dirstate_helpers_c.pyx 
dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
      bzrlib/_dirstate_helpers_py.py 
_dirstate_helpers_py-20070710145033-90nz6cqglsk150jy-1
      bzrlib/delta.py                delta.py-20050729221636-54cf14ef94783d0a
      bzrlib/dirstate.py             
dirstate.py-20060728012006-d6mvoihjb3je9peu-1
      bzrlib/tests/intertree_implementations/__init__.py 
__init__.py-20060724101752-09ysswo1a92uqyoz-3
      bzrlib/tests/test__dirstate_helpers.py 
test_dirstate_helper-20070504035751-jsbn00xodv0y1eve-2
      bzrlib/tests/test_dirstate.py  
test_dirstate.py-20060728012006-d6mvoihjb3je9peu-2
      bzrlib/workingtree_4.py        
workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
=== modified file 'bzrlib/_dirstate_helpers_c.pyx'
--- a/bzrlib/_dirstate_helpers_c.pyx    2008-09-26 03:52:56 +0000
+++ b/bzrlib/_dirstate_helpers_c.pyx    2008-09-26 05:14:51 +0000
@@ -57,6 +57,7 @@
     ctypedef int intptr_t
 
 
+
 cdef extern from "stdlib.h":
     unsigned long int strtoul(char *nptr, char **endptr, int base)
 


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to