~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: John Arbash Meinel
  • Date: 2008-09-02 17:52:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3679.
  • Revision ID: john@arbash-meinel.com-20080902175200-nge9qgk0gklkd5ew
Move the point at which we 'buffer_all' if we've read >50% of the index.

We were doing it as soon as you entered 'iter_entries', but often you may already have enough
info to return results. And for small mostly local ops, we don't need to buffer all.
(This happens mostly with moderate size indexes, where the first read of the header
is enough to give you the data you need, but happens to be >50% of the whole file.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## *.diff
2
 
./doc/*.html
3
 
./tutorial.html
4
1
*.py[oc]
5
 
*~
6
 
.arch-ids
7
 
.bzr.profile
8
 
.arch-inventory
9
 
{arch}
 
2
# These are created as byproducts of our test suite
 
3
./test*.tmp
 
4
./.python-eggs
 
5
./.bzr.log
 
6
# Generated files
10
7
CHANGELOG
11
 
bzr-test.log
12
8
bzr.1
13
 
,,*
14
 
testbzr.log
15
 
api
16
 
test.log
17
 
./tmp
 
9
./doc/*.html
 
10
./tutorial.html
 
11
BRANCH-INFO
 
12
# setup.py working directory
18
13
build
19
 
./ID
 
14
# Editor temporary/working/backup files
 
15
*$
 
16
.*.sw[nop]
 
17
.sw[nop]
 
18
*~
 
19
[#]*#
 
20
.#*
20
21
./tags
21
 
.bzr-shelf
22
 
BRANCH-INFO
 
22
./bzrlib/tags
 
23
./TAGS
 
24
# The shelf plugin uses this dir
 
25
./.shelf
 
26
# Mac droppings
 
27
.DS_Store
 
28
# win32 installer generated files
 
29
./doc/*.html
 
30
./doc/bzr_man.txt
 
31
./py2exe.log
 
32
./tools/win32/bzr.iss
 
33
./dist
 
34
# performance history data file
 
35
./.perf_history
 
36
./html_docs
 
37
./pretty_docs
 
38
./api
 
39
doc/**/*.html
 
40
doc/developers/performance.png
 
41
bzrlib/_btree_serializer_c.c
 
42
bzrlib/_dirstate_helpers_c.c
 
43
bzrlib/_knit_load_data_c.c
 
44
bzrlib/_walkdirs_win32.c
 
45
doc/en/release-notes/NEWS.txt
 
46
doc/en/developer-guide/HACKING.txt
 
47
doc/en/user-reference/bzr_man.txt
 
48
# built extension modules
 
49
bzrlib/_*_c.dll
 
50
bzrlib/_*_c.so
 
51
bzrlib/_*_c.pyd
 
52
# generated help topics
 
53
doc/en/user-reference/*.txt