/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/integration.txt

Update the dirstate tests to lock and unlock properly.
Change the lock.WriteLock functions so that they open in 'rb+' mode instead
of automatically truncating the file.
test_dirstate.py now passes, but we need to figure out or locking mechanism for
WorkingTree4. (does it just lock at the same time as Tree.lock_write()?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Integration with Other Tools
2
 
============================
3
 
 
4
 
Patch Queue Manager (PQM)
5
 
-------------------------
6
 
 
7
 
Bug Trackers
8
 
------------
9
 
 
10
 
Continuous Integration Tools
11
 
----------------------------
12
 
 
13
 
Bundle Buggy
14
 
------------