trunk

This is a Bazaar branch. To clone, pull or merge from it, use this URL.

For more help, check out the 5-minute Quick Hacking with Bzr or the full Introduction to Bzr.

Log

54 : 2008-07-03 : Jelmer Vernooij : jelmer@samba.org-20080703171404-wgj50outt1brkmvs
Remove obsolete installation instructions.
53 : 2008-07-03 : Jelmer Vernooij : jelmer@samba.org-20080703171342-w4tvhl00gmr2lu5v
Ignore build directory.
52 : 2008-07-03 : Jelmer Vernooij : jelmer@samba.org-20080703170900-td6z5cqcledvxlds
Merge James.
51 : 2008-07-03 : Jelmer Vernooij : jelmer@samba.org-20080703170738-ox1fd0fu4t4jap8e
Fix copyright.
50 : 2008-01-09 : Jelmer Vernooij : jelmer@samba.org-20080109015628-v2p69sysfkw7fyqz
add setup.py
49 : 2008-01-08 : Jelmer Vernooij : jelmer@samba.org-20080108214629-fk9bv3rhd0zwksav
Add warnings when sqlite3 is not available. Add support for using
python-sqlite2 when using python < 2.5.
48 : 2007-12-30 : David Allouche : ddaa@canonical.com-20071230133512-0gvw9ubcusi0wbao
Almost make lightweight checkout work, from abentley.
47 : 2007-12-30 : David Allouche : ddaa@canonical.com-20071230054600-joig3k4yv6j5s95o
Merge from my stable branch.
46 : 2007-12-30 : David Allouche : ddaa@canonical.com-20071230054344-hy13t7j4aoisc0be
Only keep symlink blobs in memory. Add some clever inventory-based caching so modified files need not be read twice when pulling.
45 : 2007-12-30 : David Allouche : ddaa@canonical.com-20071230043351-h1ttjyeq0la23xyg
More performance hacking, introduce sqlite cache, escape characters in commits that break serializers.
44 : 2007-12-29 : David Allouche : ddaa@canonical.com-20071229220230-ejqu4l2mb1efqu37
Remove some experimental cruft.
43 : 2007-12-29 : David Allouche : ddaa@canonical.com-20071229213528-8iyo5ne7xx6xsgzh
Ultra-experimental support for "bzr pull". No test. No sanity.
42 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228213353-bct9kiz6lm3uwycx
Rename GitModel.ancestry to .get_revision_graph.
41 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228211524-olnbi0glwr5givp5
Define _serializer = None in GitRepository.
40 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228202847-jilx7blupxy0v3xn
GitRepository.supports_rich_root() => False
39 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228201551-z7vezy5omi17axuq
Black-box text for "bzr log" in a git tree. Further simplification of GitRevisionTree.
38 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228192858-m4m31o1evxbpl4o2
Reimplement GitRepository.get_inventory, simpler and faster.
37 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228041043-7z173c83o0anby0g
Reimplement GitModel.get_inventory to retrieve the full inventory in a single git run.
36 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228040312-2681eiayc6hkfjt3
GitBranchBuilder now handles file names with newlines correctly.
35 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228003513-omgl1tlykp7fqayv
GitRepository._parse_rev sets Revision.timezone to a float instead of a string.
34 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228003344-1jya6tx7kcbp2pdd
GitBranchBuilder.reset()
33 : 2007-12-28 : David Allouche : ddaa@canonical.com-20071228003051-jd8sj1wuew00bca5
Fix GitBranchBuilder to use refs/heads/master instead of refs/head/master.
32 : 2007-12-27 : David Allouche : ddaa@canonical.com-20071227220653-ekxhk1tttpozd27p
Rewrite GitRepository._parse_rev, with unit tests.
31 : 2007-12-27 : David Allouche : ddaa@canonical.com-20071227193849-3ftqksbm46bwl400
GitBranchBuilder.set_file returns None, do not save its return value.
30 : 2007-12-27 : David Allouche : ddaa@canonical.com-20071227183624-pyfzv724bsc8bx39
Rename GitRepository.parse_rev to ._parse_rev.
29 : 2007-12-27 : David Allouche : ddaa@canonical.com-20071227183045-n03cqb68ib3tmq0u
Smoke test for GitRepository.get_revision, and corresponding fixes.
28 : 2007-12-27 : David Allouche : ddaa@canonical.com-20071227170441-npfjua0xa4olh4lg
Add ignores for Eclipse.
27 : 2007-12-26 : David Allouche : ddaa@canonical.com-20071226201349-qfqrmksu8pw2kpo1
Flat is better than nested, remove the gitlib hierarchy.
26 : 2007-12-26 : David Allouche : ddaa@canonical.com-20071226200715-b3uep82w62xj978v
stgit dependency was removed already
25 : 2007-12-26 : David Allouche : ddaa@canonical.com-20071226151838-0qmhh94llku1hb64
Fix GitBranchBuilder for the new hardlink-breaking behaviour of
--export-marks.
24 : 2007-11-09 : John Arbash Meinel : john@arbash-meinel.com-20071109155623-drmfwv9j1nhaol64
Use the builder in test_model as well to shave off a few more seconds.
23 : 2007-11-09 : John Arbash Meinel : john@arbash-meinel.com-20071109155324-kg06nis3idelqva0
Clean up the builder, start using it for big speed gains.
22 : 2007-11-09 : John Arbash Meinel : john@arbash-meinel.com-20071109060811-toeslo9r1gnn24rr
Initial work on a GitCommitBuilder to make the test suite run in no-glacial time.
21 : 2007-11-08 : John Arbash Meinel : john@arbash-meinel.com-20071109045315-76bp6gmezv29hule
Fix Repository.get_revision_graph()
20 : 2007-11-08 : John Arbash Meinel : john@arbash-meinel.com-20071109044042-l0d388d8w9by06lg
All tests are passing again
19 : 2007-11-08 : John Arbash Meinel : john@arbash-meinel.com-20071109041701-63ivdne9bip3f9fr
More refactoring. Add some direct tests for GitModel.
18 : 2007-11-08 : John Arbash Meinel : john@arbash-meinel.com-20071108234431-voyj8yoshevk353j
Start splitting up the Git{Branch,Dir,Repository} into separate modules, etc.
17 : 2007-10-12 : Jelmer Vernooij : jelmer@samba.org-20071012124945-hg0qf1lvt6ho352w
Fix formatting, implement Repository.revision_trees().
16 : 2007-10-11 : Jelmer Vernooij : jelmer@samba.org-20071011105733-o214cz58q4ikahl7
Fix bzr-git for use with current bzr.dev.
15 : 2007-10-05 : Jelmer Vernooij : jelmer@samba.org-20071004221619-b379ysadii2qsaaj
Fix formatting.
14 : 2007-10-04 : Jelmer Vernooij : jelmer@samba.org-20071004195203-ugr0rrylbuz2ob1w
Import simple testsuite.
13 : 2007-05-01 : Robert Collins : robertc@robertcollins.net-20070501091701-1px3az8kerp38gor
Workaround breakage with bazaar.launchpad.net.
12 : 2006-12-14 : Aaron Bentley : aaron.bentley@utoronto.ca-20061214080036-oxubsvzjkvzh2j4s
Get checkout of git repos working (though a bit crackful)
11 : 2006-12-13 : Aaron Bentley : aaron.bentley@utoronto.ca-20061213073453-bxpg2na4qbt4xbst
get_revision_graph doesn't require a head revision
10 : 2006-11-30 : Aaron Bentley : aaron.bentley@utoronto.ca-20061130061135-bya18ol3hd7li3m0
Fix bugs in log/revision_graph API
9 : 2006-11-29 : Aaron Bentley : aaron.bentley@utoronto.ca-20061130013231-bi02lm89tooyemdd
Don't open a GitBzrDir if no .git directory
8 : 2006-11-29 : Aaron Bentley : aaron.bentley@utoronto.ca-20061129062217-22w9a0462ip2oagb
Work on log
7 : 2006-11-28 : Aaron Bentley : aaron.bentley@utoronto.ca-20061129045510-e9uthcpvth97sbd5
open_branch fails in non-branches
6 : 2006-11-28 : Aaron Bentley : aaron.bentley@utoronto.ca-20061129043605-ns7r3s9grdd728w3
Cache revisions from graph_ancestry_with_ghosts
5 : 2006-11-28 : Aaron Bentley : aaron.bentley@utoronto.ca-20061129031657-rgkx0b6w9nfj543g
Switch to using GitModel
4 : 2006-11-28 : Aaron Bentley : aaron.bentley@utoronto.ca-20061129024102-axkwtzq8xtmsyve1
Supply a BranchConfig instead of a Transport
3 : 2006-11-28 : Aaron Bentley : aaron.bentley@utoronto.ca-20061129014938-9n0khs0jfnvna4ak
Avoid ugly errors opening working trees
2 : 2006-11-28 : Aaron Bentley : aaron.bentley@utoronto.ca-20061129013917-hjmf4gwd0ex26yu4
Get viz working, with new -r support
1 : 2006-07-15 : Robert Collins : robertc@robertcollins.net-20060715122527-6c66f16cfa459341
Commit initial content.