Rev 2917: merge bzr.dev in http://code.launchpad.net/%7Ev-ladeuil/bzr/auth.ring

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Oct 23 08:15:52 BST 2007


At http://code.launchpad.net/%7Ev-ladeuil/bzr/auth.ring

------------------------------------------------------------
revno: 2917
revision-id:v.ladeuil+lp at free.fr-20071023071513-elryt6g2at34d2ur
parent: v.ladeuil+lp at free.fr-20071022211913-119445k3qco40sx0
parent: pqm at pqm.ubuntu.com-20071022204528-m4i3ievs46d19324
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: auth.ring
timestamp: Tue 2007-10-23 09:15:13 +0200
message:
  merge bzr.dev
modified:
  Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzr                            bzr.py-20050313053754-5485f144c7006fa6
  bzrlib/annotate.py             annotate.py-20050922133147-7c60541d2614f022
  bzrlib/bundle/commands.py      __init__.py-20050617152058-1b6530d9ab85c11c
  bzrlib/delta.py                delta.py-20050729221636-54cf14ef94783d0a
  bzrlib/diff.py                 diff.py-20050309040759-26944fbbf2ebbf36
  bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
  bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
  bzrlib/index.py                index.py-20070712131115-lolkarso50vjr64s-1
  bzrlib/info.py                 info.py-20050323235939-6bbfe7d9700b0b9b
  bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
  bzrlib/log.py                  log.py-20050505065812-c40ce11702fe5fb1
  bzrlib/lsprof.py               lsprof.py-20051208071030-833790916798ceed
  bzrlib/osutils.py              osutils.py-20050309040759-eeaff12fbf77ac86
  bzrlib/plugins/multiparent.py  mpregen-20070411063203-5x9z7i73add0d6f6-1
  bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
  bzrlib/rio.py                  rio.py-20051128032247-770b120b34dfff60
  bzrlib/smtp_connection.py      smtp_connection.py-20070618204456-nu6wag1ste4biuk2-1
  bzrlib/status.py               status.py-20050505062338-431bfa63ec9b19e6
  bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
  bzrlib/tests/blackbox/test_merge_directive.py test_merge_directive-20070302012039-zh7uhy39biairtn0-1
  bzrlib/tests/branch_implementations/test_branch.py testbranch.py-20050711070244-121d632bc37d7253
  bzrlib/tests/test_fetch.py     testfetch.py-20050825090644-f73e07e7dfb1765a
  bzrlib/tests/test_ftp_transport.py test_aftp_transport.-20060823221619-98mwjzxtwtkt527k-1
  bzrlib/tests/test_log.py       testlog.py-20050728115707-1a514809d7d49309
  bzrlib/tests/test_osutils.py   test_osutils.py-20051201224856-e48ee24c12182989
  bzrlib/tests/test_plugins.py   plugins.py-20050622075746-32002b55e5e943e9
  bzrlib/tests/test_repository.py test_repository.py-20060131075918-65c555b881612f4d
  bzrlib/tests/test_smtp_connection.py test_smtp_connection-20070618204509-wuyxc0r0ztrecv7e-1
  bzrlib/tests/test_xml.py       test_xml.py-20050905091053-80b45588931a9b35
  bzrlib/tests/tree_implementations/test_inv.py test_inv.py-20070312023226-0cdvk5uwhutis9vg-1
  bzrlib/tests/workingtree_implementations/test_executable.py test_executable.py-20060628162557-tr7h57kl80l3ma8i-1
  bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
  bzrlib/transport/ftp.py        ftp.py-20051116161804-58dc9506548c2a53
  bzrlib/util/configobj/configobj.py configobj.py-20051018184548-06992a2246425e3e
  bzrlib/version.py              version.py-20060816024207-ves6ult9a11taj9t-1
  bzrlib/weavefile.py            weavefile.py-20050629135233-2ffe0200f103f6c2
  bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
  bzrlib/workingtree_4.py        workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
  bzrlib/xml5.py                 xml5.py-20050907032657-aac8f960815b66b1
  doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
  doc/en/user-guide/configuration.txt configuration.txt-20060314161707-868350809502af01
  doc/index.txt                  index.txt-20070813101924-07gd9i9d2jt124bf-1
  generate_docs.py               bzrinfogen.py-20051211224525-78e7c14f2c955e55
  setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
    ------------------------------------------------------------
    revno: 2900.1.26
    revision-id:pqm at pqm.ubuntu.com-20071022204528-m4i3ievs46d19324
    parent: pqm at pqm.ubuntu.com-20071022183547-ylcflvri4vahgtmg
    parent: robertc at robertcollins.net-20071022200512-ev362dzjjoj9v7r1
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Mon 2007-10-22 21:45:28 +0100
    message:
      (robertc) Add a last-lookup cache to DirState reducing the cost of serial access to paths. (Robert Collins)
    modified:
      bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
        ------------------------------------------------------------
        revno: 2900.1.21.1.4
        revision-id:robertc at robertcollins.net-20071022200512-ev362dzjjoj9v7r1
        parent: robertc at robertcollins.net-20071022195941-06a7tdtkd8muueg9
        committer: Robert Collins <robertc at robertcollins.net>
        branch nick: dirstate.cache
        timestamp: Tue 2007-10-23 06:05:12 +1000
        message:
          Documentation to aid our failing memory in the future.
        modified:
          bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
        ------------------------------------------------------------
        revno: 2900.1.21.1.3
        revision-id:robertc at robertcollins.net-20071022195941-06a7tdtkd8muueg9
        parent: robertc at robertcollins.net-20071022193257-4sa1111h0d0b01zg
        committer: Robert Collins <robertc at robertcollins.net>
        branch nick: dirstate.cache
        timestamp: Tue 2007-10-23 05:59:41 +1000
        message:
          Review feedback.
        modified:
          bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
        ------------------------------------------------------------
        revno: 2900.1.21.1.2
        revision-id:robertc at robertcollins.net-20071022193257-4sa1111h0d0b01zg
        parent: robertc at robertcollins.net-20071022043300-c8sdvyizlgoy3i97
        committer: Robert Collins <robertc at robertcollins.net>
        branch nick: dirstate.cache
        timestamp: Tue 2007-10-23 05:32:57 +1000
        message:
          Reset the dirstate cache pointer for the entry on lookup of a new block, suggested by John.
        modified:
          bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
        ------------------------------------------------------------
        revno: 2900.1.21.1.1
        revision-id:robertc at robertcollins.net-20071022043300-c8sdvyizlgoy3i97
        parent: pqm at pqm.ubuntu.com-20071019201226-6z006xotgfe7zmu8
        committer: Robert Collins <robertc at robertcollins.net>
        branch nick: dirstate.cache
        timestamp: Mon 2007-10-22 14:33:00 +1000
        message:
          Add a cache for dirstate entry lookups.
        modified:
          bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
    ------------------------------------------------------------
    revno: 2900.1.25
    revision-id:pqm at pqm.ubuntu.com-20071022183547-ylcflvri4vahgtmg
    parent: pqm at pqm.ubuntu.com-20071022175339-ueibdaois8t36171
    parent: james at jamesh.id.au-20071020003544-ol0k71n7vgefhlwd
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Mon 2007-10-22 19:35:47 +0100
    message:
      (James Henstridge) Update SMTPConnection to better follow the SMTP spec.
    modified:
      bzrlib/smtp_connection.py      smtp_connection.py-20070618204456-nu6wag1ste4biuk2-1
      bzrlib/tests/blackbox/test_merge_directive.py test_merge_directive-20070302012039-zh7uhy39biairtn0-1
      bzrlib/tests/test_smtp_connection.py test_smtp_connection-20070618204509-wuyxc0r0ztrecv7e-1
        ------------------------------------------------------------
        revno: 2898.2.4
        revision-id:james at jamesh.id.au-20071020003544-ol0k71n7vgefhlwd
        parent: james at jamesh.id.au-20071020001437-pbujo03uyui6idz4
        parent: pqm at pqm.ubuntu.com-20071019201226-6z006xotgfe7zmu8
        committer: James Henstridge <james at jamesh.id.au>
        branch nick: bzr.smtp
        timestamp: Sat 2007-10-20 08:35:44 +0800
        message:
          merge from bzr.dev
        removed:
          bzrlib/transport/http/_pycurl_errors.py _pycurl_errors.py-20060714003436-4zste49ltg697ft9-1
        added:
          bzrlib/bisect_multi.py         bisect_multi.py-20071005104357-0vymd381la7ew4o1-1
          bzrlib/tests/repository_implementations/helpers.py helpers.py-20070924032407-m460yl9j5gu5ju85-2
          bzrlib/tests/repository_implementations/test_check.py test_check.py-20070824124512-38g4d135gcqxo4zb-1
          bzrlib/tests/repository_implementations/test_check_reconcile.py test_broken.py-20070928125406-62236394w0jpbpd6-2
          bzrlib/tests/repository_implementations/test_is_write_locked.py test_is_write_locked-20071012063748-vk062lmu683qgbc3-1
          bzrlib/tests/test_bisect_multi.py test_bisect_multi.py-20071005104357-0vymd381la7ew4o1-2
        modified:
          NEWS                           NEWS-20050323055033-4e00b5db738777ff
          bzr                            bzr.py-20050313053754-5485f144c7006fa6
          bzrlib/_dirstate_helpers_c.pyx dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
          bzrlib/_dirstate_helpers_py.py _dirstate_helpers_py-20070710145033-90nz6cqglsk150jy-1
          bzrlib/_knit_load_data_c.pyx   knit_c.pyx-20070509143944-u42gy8w387a10m0j-1
          bzrlib/annotate.py             annotate.py-20050922133147-7c60541d2614f022
          bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
          bzrlib/bundle/commands.py      __init__.py-20050617152058-1b6530d9ab85c11c
          bzrlib/bundle/serializer/v4.py v10.py-20070611062757-5ggj7k18s9dej0fr-1
          bzrlib/check.py                check.py-20050309040759-f3a679400c06bcc1
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
          bzrlib/delta.py                delta.py-20050729221636-54cf14ef94783d0a
          bzrlib/diff.py                 diff.py-20050309040759-26944fbbf2ebbf36
          bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
          bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
          bzrlib/fetch.py                fetch.py-20050818234941-26fea6105696365d
          bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
          bzrlib/index.py                index.py-20070712131115-lolkarso50vjr64s-1
          bzrlib/info.py                 info.py-20050323235939-6bbfe7d9700b0b9b
          bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
          bzrlib/knit.py                 knit.py-20051212171256-f056ac8f0fbe1bd9
          bzrlib/lock.py                 lock.py-20050527050856-ec090bb51bc03349
          bzrlib/lockdir.py              lockdir.py-20060220222025-98258adf27fbdda3
          bzrlib/log.py                  log.py-20050505065812-c40ce11702fe5fb1
          bzrlib/lsprof.py               lsprof.py-20051208071030-833790916798ceed
          bzrlib/mutabletree.py          mutabletree.py-20060906023413-4wlkalbdpsxi2r4y-2
          bzrlib/plugins/multiparent.py  mpregen-20070411063203-5x9z7i73add0d6f6-1
          bzrlib/reconcile.py            reweave_inventory.py-20051108164726-1e5e0934febac06e
          bzrlib/remote.py               remote.py-20060720103555-yeeg2x51vn0rbtdp-1
          bzrlib/repofmt/knitrepo.py     knitrepo.py-20070206081537-pyy4a00xdas0j4pf-1
          bzrlib/repofmt/weaverepo.py    presplitout.py-20070125045333-wfav3tsh73oxu3zk-1
          bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
          bzrlib/rio.py                  rio.py-20051128032247-770b120b34dfff60
          bzrlib/smart/branch.py         branch.py-20061124031907-mzh3pla28r83r97f-1
          bzrlib/smart/repository.py     repository.py-20061128022038-vr5wy5bubyb8xttk-1
          bzrlib/smart/request.py        request.py-20061108095550-gunadhxmzkdjfeek-1
          bzrlib/status.py               status.py-20050505062338-431bfa63ec9b19e6
          bzrlib/symbol_versioning.py    symbol_versioning.py-20060105104851-9ecf8af605d15a80
          bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
          bzrlib/tests/blackbox/test_commit.py test_commit.py-20060212094538-ae88fc861d969db0
          bzrlib/tests/branch_implementations/test_branch.py testbranch.py-20050711070244-121d632bc37d7253
          bzrlib/tests/per_lock/test_lock.py test_lock.py-20070313190612-mfpoa7t8kvrgrhj2-1
          bzrlib/tests/repository_implementations/__init__.py __init__.py-20060131092037-9564957a7d4a841b
          bzrlib/tests/repository_implementations/test_break_lock.py test_break_lock.py-20060504111704-ee09a107f9f42e43
          bzrlib/tests/repository_implementations/test_commit_builder.py test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
          bzrlib/tests/repository_implementations/test_fetch.py test_fetch.py-20070814052151-5cxha9slx4c93uog-1
          bzrlib/tests/repository_implementations/test_reconcile.py test_reconcile.py-20060223022332-572ef70a3288e369
          bzrlib/tests/repository_implementations/test_repository.py test_repository.py-20060131092128-ad07f494f5c9d26c
          bzrlib/tests/test_config.py    testconfig.py-20051011041908-742d0c15d8d8c8eb
          bzrlib/tests/test_dirstate.py  test_dirstate.py-20060728012006-d6mvoihjb3je9peu-2
          bzrlib/tests/test_errors.py    test_errors.py-20060210110251-41aba2deddf936a8
          bzrlib/tests/test_fetch.py     testfetch.py-20050825090644-f73e07e7dfb1765a
          bzrlib/tests/test_ftp_transport.py test_aftp_transport.-20060823221619-98mwjzxtwtkt527k-1
          bzrlib/tests/test_generate_ids.py test_generate_ids.py-20061102205935-z3do15ipw6m7v26u-2
          bzrlib/tests/test_index.py     test_index.py-20070712131115-lolkarso50vjr64s-2
          bzrlib/tests/test_knit.py      test_knit.py-20051212171302-95d4c00dd5f11f2b
          bzrlib/tests/test_lockdir.py   test_lockdir.py-20060220222025-33d4221569a3d600
          bzrlib/tests/test_log.py       testlog.py-20050728115707-1a514809d7d49309
          bzrlib/tests/test_plugins.py   plugins.py-20050622075746-32002b55e5e943e9
          bzrlib/tests/test_remote.py    test_remote.py-20060720103555-yeeg2x51vn0rbtdp-2
          bzrlib/tests/test_repository.py test_repository.py-20060131075918-65c555b881612f4d
          bzrlib/tests/test_smart.py     test_smart.py-20061122024551-ol0l0o0oofsu9b3t-2
          bzrlib/tests/test_transport.py testtransport.py-20050718175618-e5cdb99f4555ddce
          bzrlib/tests/test_version_info.py test_version_info.py-20051228204928-2c364e30b702b41b
          bzrlib/tests/tree_implementations/test_inv.py test_inv.py-20070312023226-0cdvk5uwhutis9vg-1
          bzrlib/tests/workingtree_implementations/test_executable.py test_executable.py-20060628162557-tr7h57kl80l3ma8i-1
          bzrlib/tests/workingtree_implementations/test_parents.py test_set_parents.py-20060807231740-yicmnlci1mj8smu1-1
          bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
          bzrlib/transport/__init__.py   transport.py-20050711165921-4978aa7ce1285ad5
          bzrlib/transport/ftp.py        ftp.py-20051116161804-58dc9506548c2a53
          bzrlib/transport/http/_pycurl.py pycurlhttp.py-20060110060940-4e2a705911af77a6
          bzrlib/util/configobj/configobj.py configobj.py-20051018184548-06992a2246425e3e
          bzrlib/version.py              version.py-20060816024207-ves6ult9a11taj9t-1
          bzrlib/weavefile.py            weavefile.py-20050629135233-2ffe0200f103f6c2
          bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
          bzrlib/workingtree_4.py        workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
          doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
          doc/en/user-guide/configuration.txt configuration.txt-20060314161707-868350809502af01
          doc/index.txt                  index.txt-20070813101924-07gd9i9d2jt124bf-1
          generate_docs.py               bzrinfogen.py-20051211224525-78e7c14f2c955e55
          setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
        ------------------------------------------------------------
        revno: 2898.2.3
        revision-id:james at jamesh.id.au-20071020001437-pbujo03uyui6idz4
        parent: james at jamesh.id.au-20071010034304-pnj843bv68xy151f
        committer: James Henstridge <james at jamesh.id.au>
        branch nick: bzr.smtp
        timestamp: Sat 2007-10-20 08:14:37 +0800
        message:
          * Fix merge-directive blackbox test.
          * Fix small typo in comment in smtp_connection.py
        modified:
          bzrlib/smtp_connection.py      smtp_connection.py-20070618204456-nu6wag1ste4biuk2-1
          bzrlib/tests/blackbox/test_merge_directive.py test_merge_directive-20070302012039-zh7uhy39biairtn0-1
        ------------------------------------------------------------
        revno: 2898.2.2
        revision-id:james at jamesh.id.au-20071010034304-pnj843bv68xy151f
        parent: james at jamesh.id.au-20071009104548-ygqxbh7322f1jfem
        committer: James Henstridge <james at jamesh.id.au>
        branch nick: bzr.smtp
        timestamp: Wed 2007-10-10 16:43:04 +1300
        message:
          Fix test helper class naming, per John's review comments.
        modified:
          bzrlib/tests/test_smtp_connection.py test_smtp_connection-20070618204509-wuyxc0r0ztrecv7e-1
        ------------------------------------------------------------
        revno: 2898.2.1
        revision-id:james at jamesh.id.au-20071009104548-ygqxbh7322f1jfem
        parent: pqm at pqm.ubuntu.com-20071009044446-uliu5z9a52bzmps8
        committer: James Henstridge <james at jamesh.id.au>
        branch nick: bzr.smtp
        timestamp: Tue 2007-10-09 23:45:48 +1300
        message:
          Update SMTPConnection._create_connection to better follow the SMTP 
          specification (and hence work with fussy servers):
           * Call ehlo/helo ourselves instead of relying on login() or sendmail() 
             calling them implicitly.
           * Only call starttls if the previous ehlo response indicates that the 
             server supports the extension.  If starttls fails, raise SMTPError.
           * If we call starttls, follow it with another ehlo to discover any 
             newly revealed extensions (e.g. auth).
          
          Also add some tests for _create_connection().
        modified:
          bzrlib/smtp_connection.py      smtp_connection.py-20070618204456-nu6wag1ste4biuk2-1
          bzrlib/tests/test_smtp_connection.py test_smtp_connection-20070618204509-wuyxc0r0ztrecv7e-1
    ------------------------------------------------------------
    revno: 2900.1.24
    revision-id:pqm at pqm.ubuntu.com-20071022175339-ueibdaois8t36171
    parent: pqm at pqm.ubuntu.com-20071022170800-egprunbmf7j0hkvm
    parent: john at arbash-meinel.com-20071019171433-ko3319eemyhpb7kz
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Mon 2007-10-22 18:53:39 +0100
    message:
      (John Arbash Meinel) Fix bug #152360. Always set inv.root.revision
    modified:
      bzrlib/tests/test_repository.py test_repository.py-20060131075918-65c555b881612f4d
      bzrlib/tests/test_xml.py       test_xml.py-20050905091053-80b45588931a9b35
      bzrlib/xml5.py                 xml5.py-20050907032657-aac8f960815b66b1
        ------------------------------------------------------------
        revno: 2900.1.17.2.1
        revision-id:john at arbash-meinel.com-20071019171433-ko3319eemyhpb7kz
        parent: pqm at pqm.ubuntu.com-20071019042839-xwvsz0loa77yokxm
        committer: John Arbash Meinel <john at arbash-meinel.com>
        branch nick: missing_root_revision_152360
        timestamp: Fri 2007-10-19 12:14:33 -0500
        message:
          Fix bug #152360. The xml5 serializer should be using
          the hint it was given about the revision id.
          It was accidentally overwriting the revision_id to None when the
          data did not hold a valid value.
          Add tests that this is done properly, at both the Repository level
          and at the xml5 layer.
        modified:
          bzrlib/tests/test_repository.py test_repository.py-20060131075918-65c555b881612f4d
          bzrlib/tests/test_xml.py       test_xml.py-20050905091053-80b45588931a9b35
          bzrlib/xml5.py                 xml5.py-20050907032657-aac8f960815b66b1
    ------------------------------------------------------------
    revno: 2900.1.23
    revision-id:pqm at pqm.ubuntu.com-20071022170800-egprunbmf7j0hkvm
    parent: pqm at pqm.ubuntu.com-20071022014712-mpln8namgmsywr75
    parent: john at arbash-meinel.com-20071022160311-o9ghjovhh6s734n3
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Mon 2007-10-22 18:08:00 +0100
    message:
      (John Arbash Meinel, Alexander Belchenko) Fix bug #153493, use O_BINARY when reading files to compute sha1 sum.
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzrlib/osutils.py              osutils.py-20050309040759-eeaff12fbf77ac86
      bzrlib/tests/test_osutils.py   test_osutils.py-20051201224856-e48ee24c12182989
        ------------------------------------------------------------
        revno: 2900.1.22.1.2
        revision-id:john at arbash-meinel.com-20071022160311-o9ghjovhh6s734n3
        parent: john at arbash-meinel.com-20071022155447-ev3m0pvsmeel6nge
        committer: John Arbash Meinel <john at arbash-meinel.com>
        branch nick: binary_read_153493
        timestamp: Mon 2007-10-22 11:03:11 -0500
        message:
          Add tests for sha_file_by_name.
        modified:
          bzrlib/tests/test_osutils.py   test_osutils.py-20051201224856-e48ee24c12182989
        ------------------------------------------------------------
        revno: 2900.1.22.1.1
        revision-id:john at arbash-meinel.com-20071022155447-ev3m0pvsmeel6nge
        parent: pqm at pqm.ubuntu.com-20071022014712-mpln8namgmsywr75
        committer: John Arbash Meinel <john at arbash-meinel.com>
        branch nick: binary_read_153493
        timestamp: Mon 2007-10-22 10:54:47 -0500
        message:
          Fix bug #153493, use O_BINARY when reading files.
        modified:
          NEWS                           NEWS-20050323055033-4e00b5db738777ff
          bzrlib/osutils.py              osutils.py-20050309040759-eeaff12fbf77ac86
    ------------------------------------------------------------
    revno: 2900.1.22
    revision-id:pqm at pqm.ubuntu.com-20071022014712-mpln8namgmsywr75
    parent: pqm at pqm.ubuntu.com-20071019201226-6z006xotgfe7zmu8
    parent: andrew.bennetts at canonical.com-20071020032712-9k1ysf8r38tp1siu
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Mon 2007-10-22 02:47:12 +0100
    message:
      (Andrew Bennetts) Allow overriding the PYTHON executable for 'make extensions', and remove *.so files in 'make clean'.
    modified:
      Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
        ------------------------------------------------------------
        revno: 2900.1.16.1.1
        revision-id:andrew.bennetts at canonical.com-20071020032712-9k1ysf8r38tp1siu
        parent: pqm at pqm.ubuntu.com-20071018040514-3hc1k2nj1umg3tig
        committer: Andrew Bennetts <andrew.bennetts at canonical.com>
        branch nick: make-extensions-version
        timestamp: Sat 2007-10-20 13:27:12 +1000
        message:
          Allow overriding the PYTHON executable for 'make extensions', and remove *.so files in 'make clean'.
        modified:
          Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
    ------------------------------------------------------------
    revno: 2900.1.21
    revision-id:pqm at pqm.ubuntu.com-20071019201226-6z006xotgfe7zmu8
    parent: pqm at pqm.ubuntu.com-20071019192820-142exl1a916kizu3
    parent: bwinton at latte.ca-20071016182612-e06wjvlzzdw0vwki
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Fri 2007-10-19 21:12:26 +0100
    message:
      (Blake Winton) Switch 'print >>f' to 'f.write()' throughout the codebase
    modified:
      bzr                            bzr.py-20050313053754-5485f144c7006fa6
      bzrlib/annotate.py             annotate.py-20050922133147-7c60541d2614f022
      bzrlib/bundle/commands.py      __init__.py-20050617152058-1b6530d9ab85c11c
      bzrlib/delta.py                delta.py-20050729221636-54cf14ef94783d0a
      bzrlib/diff.py                 diff.py-20050309040759-26944fbbf2ebbf36
      bzrlib/info.py                 info.py-20050323235939-6bbfe7d9700b0b9b
      bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
      bzrlib/log.py                  log.py-20050505065812-c40ce11702fe5fb1
      bzrlib/lsprof.py               lsprof.py-20051208071030-833790916798ceed
      bzrlib/plugins/multiparent.py  mpregen-20070411063203-5x9z7i73add0d6f6-1
      bzrlib/rio.py                  rio.py-20051128032247-770b120b34dfff60
      bzrlib/status.py               status.py-20050505062338-431bfa63ec9b19e6
      bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
      bzrlib/tests/branch_implementations/test_branch.py testbranch.py-20050711070244-121d632bc37d7253
      bzrlib/tests/test_fetch.py     testfetch.py-20050825090644-f73e07e7dfb1765a
      bzrlib/tests/test_log.py       testlog.py-20050728115707-1a514809d7d49309
      bzrlib/tests/test_plugins.py   plugins.py-20050622075746-32002b55e5e943e9
      bzrlib/tests/tree_implementations/test_inv.py test_inv.py-20070312023226-0cdvk5uwhutis9vg-1
      bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
      bzrlib/util/configobj/configobj.py configobj.py-20051018184548-06992a2246425e3e
      bzrlib/version.py              version.py-20060816024207-ves6ult9a11taj9t-1
      bzrlib/weavefile.py            weavefile.py-20050629135233-2ffe0200f103f6c2
      generate_docs.py               bzrinfogen.py-20051211224525-78e7c14f2c955e55
      setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
        ------------------------------------------------------------
        revno: 2900.1.11.6.4
        revision-id:bwinton at latte.ca-20071016182612-e06wjvlzzdw0vwki
        parent: bwinton at latte.ca-20071016173743-rbozxk906e8cbm9x
        committer: Blake Winton <bwinton at latte.ca>
        branch nick: bzr.writes
        timestamp: Tue 2007-10-16 14:26:12 -0400
        message:
          Fix test failures
        modified:
          bzrlib/lsprof.py               lsprof.py-20051208071030-833790916798ceed
          bzrlib/tests/test_plugins.py   plugins.py-20050622075746-32002b55e5e943e9
          bzrlib/weavefile.py            weavefile.py-20050629135233-2ffe0200f103f6c2
        ------------------------------------------------------------
        revno: 2900.1.11.6.3
        revision-id:bwinton at latte.ca-20071016173743-rbozxk906e8cbm9x
        parent: bwinton at latte.ca-20071016162828-sc06avtatphw66cw
        committer: Blake Winton <bwinton at latte.ca>
        branch nick: bzr.writes
        timestamp: Tue 2007-10-16 13:37:43 -0400
        message:
          Implemented suggestions from John Arbash Meinel.
        modified:
          bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
          bzrlib/log.py                  log.py-20050505065812-c40ce11702fe5fb1
          bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
          bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
          bzrlib/util/configobj/configobj.py configobj.py-20051018184548-06992a2246425e3e
          bzrlib/version.py              version.py-20060816024207-ves6ult9a11taj9t-1
          bzrlib/weavefile.py            weavefile.py-20050629135233-2ffe0200f103f6c2
        ------------------------------------------------------------
        revno: 2900.1.11.6.2
        revision-id:bwinton at latte.ca-20071016162828-sc06avtatphw66cw
        parent: bwinton at latte.ca-20071016160201-os2bci2ujf7in7an
        committer: Blake Winton <bwinton at latte.ca>
        branch nick: bzr.writes
        timestamp: Tue 2007-10-16 12:28:28 -0400
        message:
          Fix typos.
        modified:
          bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
          bzrlib/weavefile.py            weavefile.py-20050629135233-2ffe0200f103f6c2
        ------------------------------------------------------------
        revno: 2900.1.11.6.1
        revision-id:bwinton at latte.ca-20071016160201-os2bci2ujf7in7an
        parent: pqm at pqm.ubuntu.com-20071016112750-1q8brfaq6metpfn8
        committer: Blake Winton <bwinton at latte.ca>
        branch nick: bzr.writes
        timestamp: Tue 2007-10-16 12:02:01 -0400
        message:
          Change 'print >> f,'s to 'f.write('s.
        modified:
          bzr                            bzr.py-20050313053754-5485f144c7006fa6
          bzrlib/annotate.py             annotate.py-20050922133147-7c60541d2614f022
          bzrlib/bundle/commands.py      __init__.py-20050617152058-1b6530d9ab85c11c
          bzrlib/delta.py                delta.py-20050729221636-54cf14ef94783d0a
          bzrlib/diff.py                 diff.py-20050309040759-26944fbbf2ebbf36
          bzrlib/info.py                 info.py-20050323235939-6bbfe7d9700b0b9b
          bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
          bzrlib/log.py                  log.py-20050505065812-c40ce11702fe5fb1
          bzrlib/lsprof.py               lsprof.py-20051208071030-833790916798ceed
          bzrlib/plugins/multiparent.py  mpregen-20070411063203-5x9z7i73add0d6f6-1
          bzrlib/rio.py                  rio.py-20051128032247-770b120b34dfff60
          bzrlib/status.py               status.py-20050505062338-431bfa63ec9b19e6
          bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
          bzrlib/tests/branch_implementations/test_branch.py testbranch.py-20050711070244-121d632bc37d7253
          bzrlib/tests/test_fetch.py     testfetch.py-20050825090644-f73e07e7dfb1765a
          bzrlib/tests/test_log.py       testlog.py-20050728115707-1a514809d7d49309
          bzrlib/tests/test_plugins.py   plugins.py-20050622075746-32002b55e5e943e9
          bzrlib/tests/tree_implementations/test_inv.py test_inv.py-20070312023226-0cdvk5uwhutis9vg-1
          bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
          bzrlib/util/configobj/configobj.py configobj.py-20051018184548-06992a2246425e3e
          bzrlib/version.py              version.py-20060816024207-ves6ult9a11taj9t-1
          bzrlib/weavefile.py            weavefile.py-20050629135233-2ffe0200f103f6c2
          generate_docs.py               bzrinfogen.py-20051211224525-78e7c14f2c955e55
          setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
    ------------------------------------------------------------
    revno: 2900.1.20
    revision-id:pqm at pqm.ubuntu.com-20071019192820-142exl1a916kizu3
    parent: pqm at pqm.ubuntu.com-20071019183933-ponmwcztrwpn9o7w
    parent: v.ladeuil+lp at free.fr-20071019184347-n6gh66e08bxvy62r
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Fri 2007-10-19 20:28:20 +0100
    message:
      Fix #154259: typo in ftp.py making the reconnection fail on temporary errors
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzrlib/tests/test_ftp_transport.py test_aftp_transport.-20060823221619-98mwjzxtwtkt527k-1
      bzrlib/transport/ftp.py        ftp.py-20051116161804-58dc9506548c2a53
        ------------------------------------------------------------
        revno: 2900.1.19.1.1
        revision-id:v.ladeuil+lp at free.fr-20071019184347-n6gh66e08bxvy62r
        parent: pqm at pqm.ubuntu.com-20071019183933-ponmwcztrwpn9o7w
        parent: v.ladeuil+lp at free.fr-20071019175507-stlda3b4m45yook0
        committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
        branch nick: trunk
        timestamp: Fri 2007-10-19 20:43:47 +0200
        message:
          Fix #154259: typo in ftp.py making the reconnection fail on temporary errors
        modified:
          NEWS                           NEWS-20050323055033-4e00b5db738777ff
          bzrlib/tests/test_ftp_transport.py test_aftp_transport.-20060823221619-98mwjzxtwtkt527k-1
          bzrlib/transport/ftp.py        ftp.py-20051116161804-58dc9506548c2a53
        ------------------------------------------------------------
        revno: 2900.1.17.1.3
        revision-id:v.ladeuil+lp at free.fr-20071019175507-stlda3b4m45yook0
        parent: v.ladeuil+lp at free.fr-20071019105822-eyqh1121x317e5nw
        committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
        branch nick: 154259
        timestamp: Fri 2007-10-19 19:55:07 +0200
        message:
          Review feedback.
          
          * bzrlib/tests/test_ftp_transport.py:
          (TestFTPServer.test__reconnect): Use a different pattern after
          reconnection.
        modified:
          bzrlib/tests/test_ftp_transport.py test_aftp_transport.-20060823221619-98mwjzxtwtkt527k-1
        ------------------------------------------------------------
        revno: 2900.1.17.1.2
        revision-id:v.ladeuil+lp at free.fr-20071019105822-eyqh1121x317e5nw
        parent: v.ladeuil+lp at free.fr-20071019105321-i0rh34oe1jm0ykzj
        committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
        branch nick: 154259
        timestamp: Fri 2007-10-19 12:58:22 +0200
        message:
          Fix typo in ftp.py making the reconnection fail on temporary errors (154259).
          
          * bzrlib/transport/ftp.py:
          (FtpTransport._reconnect): Fix typo.
        modified:
          NEWS                           NEWS-20050323055033-4e00b5db738777ff
          bzrlib/transport/ftp.py        ftp.py-20051116161804-58dc9506548c2a53
        ------------------------------------------------------------
        revno: 2900.1.17.1.1
        revision-id:v.ladeuil+lp at free.fr-20071019105321-i0rh34oe1jm0ykzj
        parent: pqm at pqm.ubuntu.com-20071019042839-xwvsz0loa77yokxm
        committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
        branch nick: 154259
        timestamp: Fri 2007-10-19 12:53:21 +0200
        message:
          Reproduce the bug.
          
          * test_ftp_transport.py:
          (TestFTPServer.test__reconnect): New test.
        modified:
          bzrlib/tests/test_ftp_transport.py test_aftp_transport.-20060823221619-98mwjzxtwtkt527k-1
    ------------------------------------------------------------
    revno: 2900.1.19
    revision-id:pqm at pqm.ubuntu.com-20071019183933-ponmwcztrwpn9o7w
    parent: pqm at pqm.ubuntu.com-20071019170010-qyc4akzhu3rdko4b
    parent: abentley at panoramicfeedback.com-20071019135148-7567ag3iu82is1xk
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Fri 2007-10-19 19:39:33 +0100
    message:
      Add environment vars to config document
    modified:
      doc/en/user-guide/configuration.txt configuration.txt-20060314161707-868350809502af01
        ------------------------------------------------------------
        revno: 1551.2.49.1.40.1.22.1.42.1.31.1.39.1.17.1.77.1.3.1.20
        revision-id:abentley at panoramicfeedback.com-20071019135148-7567ag3iu82is1xk
        parent: abentley at panoramicfeedback.com-20071018204240-y3zxj6r4rmaxx0ey
        committer: Aaron Bentley <abentley at panoramicfeedback.com>
        branch nick: Aaron's mergeable stuff
        timestamp: Fri 2007-10-19 09:51:48 -0400
        message:
          Add environment vars to config document
        modified:
          doc/en/user-guide/configuration.txt configuration.txt-20060314161707-868350809502af01
        ------------------------------------------------------------
        revno: 1551.2.49.1.40.1.22.1.42.1.31.1.39.1.17.1.77.1.3.1.19
        revision-id:abentley at panoramicfeedback.com-20071018204240-y3zxj6r4rmaxx0ey
        parent: abentley at panoramicfeedback.com-20071005145504-mod67bj9io6yi16k
        parent: pqm at pqm.ubuntu.com-20071018040514-3hc1k2nj1umg3tig
        committer: Aaron Bentley <abentley at panoramicfeedback.com>
        branch nick: Aaron's mergeable stuff
        timestamp: Thu 2007-10-18 16:42:40 -0400
        message:
          Merge bzr.dev
        removed:
          bzrlib/transport/http/_pycurl_errors.py _pycurl_errors.py-20060714003436-4zste49ltg697ft9-1
        added:
          bzrlib/bisect_multi.py         bisect_multi.py-20071005104357-0vymd381la7ew4o1-1
          bzrlib/tests/repository_implementations/helpers.py helpers.py-20070924032407-m460yl9j5gu5ju85-2
          bzrlib/tests/repository_implementations/test_check.py test_check.py-20070824124512-38g4d135gcqxo4zb-1
          bzrlib/tests/repository_implementations/test_check_reconcile.py test_broken.py-20070928125406-62236394w0jpbpd6-2
          bzrlib/tests/repository_implementations/test_is_write_locked.py test_is_write_locked-20071012063748-vk062lmu683qgbc3-1
          bzrlib/tests/test_bisect_multi.py test_bisect_multi.py-20071005104357-0vymd381la7ew4o1-2
        modified:
          NEWS                           NEWS-20050323055033-4e00b5db738777ff
          bzrlib/_dirstate_helpers_c.pyx dirstate_helpers.pyx-20070503201057-u425eni465q4idwn-3
          bzrlib/_dirstate_helpers_py.py _dirstate_helpers_py-20070710145033-90nz6cqglsk150jy-1
          bzrlib/_knit_load_data_c.pyx   knit_c.pyx-20070509143944-u42gy8w387a10m0j-1
          bzrlib/branch.py               branch.py-20050309040759-e4baf4e0d046576e
          bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
          bzrlib/bundle/bundle_data.py   read_changeset.py-20050619171944-c0d95aa685537640
          bzrlib/bundle/serializer/v4.py v10.py-20070611062757-5ggj7k18s9dej0fr-1
          bzrlib/check.py                check.py-20050309040759-f3a679400c06bcc1
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
          bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
          bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
          bzrlib/fetch.py                fetch.py-20050818234941-26fea6105696365d
          bzrlib/help_topics.py          help_topics.py-20060920210027-rnim90q9e0bwxvy4-1
          bzrlib/index.py                index.py-20070712131115-lolkarso50vjr64s-1
          bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
          bzrlib/knit.py                 knit.py-20051212171256-f056ac8f0fbe1bd9
          bzrlib/lock.py                 lock.py-20050527050856-ec090bb51bc03349
          bzrlib/lockdir.py              lockdir.py-20060220222025-98258adf27fbdda3
          bzrlib/mutabletree.py          mutabletree.py-20060906023413-4wlkalbdpsxi2r4y-2
          bzrlib/osutils.py              osutils.py-20050309040759-eeaff12fbf77ac86
          bzrlib/reconcile.py            reweave_inventory.py-20051108164726-1e5e0934febac06e
          bzrlib/remote.py               remote.py-20060720103555-yeeg2x51vn0rbtdp-1
          bzrlib/repofmt/knitrepo.py     knitrepo.py-20070206081537-pyy4a00xdas0j4pf-1
          bzrlib/repofmt/weaverepo.py    presplitout.py-20070125045333-wfav3tsh73oxu3zk-1
          bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
          bzrlib/revisiontree.py         revisiontree.py-20060724012533-bg8xyryhxd0o0i0h-1
          bzrlib/smart/branch.py         branch.py-20061124031907-mzh3pla28r83r97f-1
          bzrlib/smart/repository.py     repository.py-20061128022038-vr5wy5bubyb8xttk-1
          bzrlib/smart/request.py        request.py-20061108095550-gunadhxmzkdjfeek-1
          bzrlib/store/__init__.py       store.py-20050309040759-164dc5173d6406c2
          bzrlib/store/revision/__init__.py __init__.py-20060303014707-305238f06ae20dae
          bzrlib/store/revision/knit.py  knit.py-20060303020652-de5fa299e941a3c7
          bzrlib/store/revision/text.py  text.py-20060303020652-e49155f0da4d14ab
          bzrlib/store/versioned/__init__.py weavestore.py-20050907094258-88262e0434babab9
          bzrlib/symbol_versioning.py    symbol_versioning.py-20060105104851-9ecf8af605d15a80
          bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
          bzrlib/tests/blackbox/test_commit.py test_commit.py-20060212094538-ae88fc861d969db0
          bzrlib/tests/per_lock/test_lock.py test_lock.py-20070313190612-mfpoa7t8kvrgrhj2-1
          bzrlib/tests/repository_implementations/__init__.py __init__.py-20060131092037-9564957a7d4a841b
          bzrlib/tests/repository_implementations/test_break_lock.py test_break_lock.py-20060504111704-ee09a107f9f42e43
          bzrlib/tests/repository_implementations/test_commit_builder.py test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
          bzrlib/tests/repository_implementations/test_fetch.py test_fetch.py-20070814052151-5cxha9slx4c93uog-1
          bzrlib/tests/repository_implementations/test_iter_reverse_revision_history.py test_iter_reverse_re-20070217015036-spu7j5ggch7pbpyd-1
          bzrlib/tests/repository_implementations/test_reconcile.py test_reconcile.py-20060223022332-572ef70a3288e369
          bzrlib/tests/repository_implementations/test_repository.py test_repository.py-20060131092128-ad07f494f5c9d26c
          bzrlib/tests/test_config.py    testconfig.py-20051011041908-742d0c15d8d8c8eb
          bzrlib/tests/test_dirstate.py  test_dirstate.py-20060728012006-d6mvoihjb3je9peu-2
          bzrlib/tests/test_errors.py    test_errors.py-20060210110251-41aba2deddf936a8
          bzrlib/tests/test_escaped_store.py test_escaped_store.py-20060216023929-6bcb9a067344959f
          bzrlib/tests/test_generate_ids.py test_generate_ids.py-20061102205935-z3do15ipw6m7v26u-2
          bzrlib/tests/test_index.py     test_index.py-20070712131115-lolkarso50vjr64s-2
          bzrlib/tests/test_knit.py      test_knit.py-20051212171302-95d4c00dd5f11f2b
          bzrlib/tests/test_lockdir.py   test_lockdir.py-20060220222025-33d4221569a3d600
          bzrlib/tests/test_osutils.py   test_osutils.py-20051201224856-e48ee24c12182989
          bzrlib/tests/test_remote.py    test_remote.py-20060720103555-yeeg2x51vn0rbtdp-2
          bzrlib/tests/test_repository.py test_repository.py-20060131075918-65c555b881612f4d
          bzrlib/tests/test_smart.py     test_smart.py-20061122024551-ol0l0o0oofsu9b3t-2
          bzrlib/tests/test_transport.py testtransport.py-20050718175618-e5cdb99f4555ddce
          bzrlib/tests/test_transport_implementations.py test_transport_implementations.py-20051227111451-f97c5c7d5c49fce7
          bzrlib/tests/test_version_info.py test_version_info.py-20051228204928-2c364e30b702b41b
          bzrlib/tests/test_versionedfile.py test_versionedfile.py-20060222045249-db45c9ed14a1c2e5
          bzrlib/tests/test_xml.py       test_xml.py-20050905091053-80b45588931a9b35
          bzrlib/tests/tree_implementations/__init__.py __init__.py-20060717075546-420s7b0bj9hzeowi-2
          bzrlib/tests/workingtree_implementations/test_parents.py test_set_parents.py-20060807231740-yicmnlci1mj8smu1-1
          bzrlib/transport/__init__.py   transport.py-20050711165921-4978aa7ce1285ad5
          bzrlib/transport/ftp.py        ftp.py-20051116161804-58dc9506548c2a53
          bzrlib/transport/http/_pycurl.py pycurlhttp.py-20060110060940-4e2a705911af77a6
          bzrlib/tree.py                 tree.py-20050309040759-9d5f2496be663e77
          bzrlib/util/configobj/configobj.py configobj.py-20051018184548-06992a2246425e3e
          bzrlib/versionedfile.py        versionedfile.py-20060222045106-5039c71ee3b65490
          bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
          bzrlib/workingtree_4.py        workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
          bzrlib/xml4.py                 xml4.py-20050916091259-db5ab55e7e6ca324
          bzrlib/xml5.py                 xml5.py-20050907032657-aac8f960815b66b1
          bzrlib/xml6.py                 xml6.py-20060823042456-dbaaq4atrche7xy5-1
          bzrlib/xml_serializer.py       xml.py-20050309040759-57d51586fdec365d
          doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
          doc/index.txt                  index.txt-20070813101924-07gd9i9d2jt124bf-1
    ------------------------------------------------------------
    revno: 2900.1.18
    revision-id:pqm at pqm.ubuntu.com-20071019170010-qyc4akzhu3rdko4b
    parent: pqm at pqm.ubuntu.com-20071019042839-xwvsz0loa77yokxm
    parent: john at arbash-meinel.com-20071017170306-20w50sk1djh0i14k
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Fri 2007-10-19 18:00:10 +0100
    message:
      (John Arbash Meinel) Fix bug #149113 by always returning True/False from path_content_summary for files.
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
      bzrlib/tests/workingtree_implementations/test_executable.py test_executable.py-20060628162557-tr7h57kl80l3ma8i-1
      bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
      bzrlib/workingtree_4.py        workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
        ------------------------------------------------------------
        revno: 2900.1.11.5.4
        revision-id:john at arbash-meinel.com-20071017170306-20w50sk1djh0i14k
        parent: john at arbash-meinel.com-20071017164405-fzauwbvx9wbwbtt5
        committer: John Arbash Meinel <john at arbash-meinel.com>
        branch nick: dirstate_error_149113
        timestamp: Wed 2007-10-17 12:03:06 -0500
        message:
          Switch around to properly look up the executable bit in the basis.
          We do this with a load-time switch around supports_executable(), rather than
          a runtime if supports_executable() check.
          It would be nice to inline the _is_executable_* check on platforms that support
          executable, but we had a function call before, so we haven't degraded
          performance.
        modified:
          bzrlib/tests/test_workingtree.py testworkingtree.py-20051004024258-b88d0fe8f101d468
          bzrlib/tests/workingtree_implementations/test_executable.py test_executable.py-20060628162557-tr7h57kl80l3ma8i-1
          bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
          bzrlib/workingtree_4.py        workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
        ------------------------------------------------------------
        revno: 2900.1.11.5.3
        revision-id:john at arbash-meinel.com-20071017164405-fzauwbvx9wbwbtt5
        parent: john at arbash-meinel.com-20071016221259-mfm1vbvtsdoi5sac
        committer: John Arbash Meinel <john at arbash-meinel.com>
        branch nick: dirstate_error_149113
        timestamp: Wed 2007-10-17 11:44:05 -0500
        message:
          Revert the changes to CommitBuilder.record_entry_contents.
        modified:
          bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
          bzrlib/tests/repository_implementations/test_commit_builder.py test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
        ------------------------------------------------------------
        revno: 2900.1.11.5.2
        revision-id:john at arbash-meinel.com-20071016221259-mfm1vbvtsdoi5sac
        parent: john at arbash-meinel.com-20071016211734-u0ce8cr11khccb65
        committer: John Arbash Meinel <john at arbash-meinel.com>
        branch nick: dirstate_error_149113
        timestamp: Tue 2007-10-16 17:12:59 -0500
        message:
          Ensure that WT3 properly extracts the executable bit from the basis inventory.
        modified:
          bzrlib/tests/test_workingtree.py testworkingtree.py-20051004024258-b88d0fe8f101d468
          bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
        ------------------------------------------------------------
        revno: 2900.1.11.5.1
        revision-id:john at arbash-meinel.com-20071016211734-u0ce8cr11khccb65
        parent: pqm at pqm.ubuntu.com-20071016112750-1q8brfaq6metpfn8
        committer: John Arbash Meinel <john at arbash-meinel.com>
        branch nick: dirstate_error_149113
        timestamp: Tue 2007-10-16 16:17:34 -0500
        message:
          Fix bug #149113 so that executable is properly set on win32.
          The new path_content_summary() returns None when a platform
          does not support the executable bit, asking the caller to
          decide a policy.
          This patch changes CommitBuilder.record_entry_contents()
          so that it sets a policy of using the parent's value,
          unless there are no parents, in which case it uses None.
        modified:
          NEWS                           NEWS-20050323055033-4e00b5db738777ff
          bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
          bzrlib/tests/repository_implementations/test_commit_builder.py test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
    ------------------------------------------------------------
    revno: 2900.1.17
    revision-id:pqm at pqm.ubuntu.com-20071019042839-xwvsz0loa77yokxm
    parent: pqm at pqm.ubuntu.com-20071018040514-3hc1k2nj1umg3tig
    parent: robertc at robertcollins.net-20071019034502-55zg0l4gvmucd1uw
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Fri 2007-10-19 05:28:39 +0100
    message:
      (robertc) Create a reusable HeadsCache in graph.HeadsCache. (Robert Collins)
    modified:
      bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
      bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
        ------------------------------------------------------------
        revno: 2900.1.11.4.3
        revision-id:robertc at robertcollins.net-20071019034502-55zg0l4gvmucd1uw
        parent: robertc at robertcollins.net-20071018013101-6zbs4utnk16q59fu
        committer: Robert Collins <robertc at robertcollins.net>
        branch nick: graph
        timestamp: Fri 2007-10-19 13:45:02 +1000
        message:
          Make the contract of HeadsCache.heads() more clear.
        modified:
          bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
        ------------------------------------------------------------
        revno: 2900.1.11.4.2
        revision-id:robertc at robertcollins.net-20071018013101-6zbs4utnk16q59fu
        parent: robertc at robertcollins.net-20071017225921-l3ypcpn0p9aawmp5
        committer: Robert Collins <robertc at robertcollins.net>
        branch nick: graph
        timestamp: Thu 2007-10-18 11:31:01 +1000
        message:
          Make HeadsCache actually work.
        modified:
          bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
        ------------------------------------------------------------
        revno: 2900.1.11.4.1
        revision-id:robertc at robertcollins.net-20071017225921-l3ypcpn0p9aawmp5
        parent: pqm at pqm.ubuntu.com-20071016112750-1q8brfaq6metpfn8
        committer: Robert Collins <robertc at robertcollins.net>
        branch nick: graph
        timestamp: Thu 2007-10-18 08:59:21 +1000
        message:
          Factor out the Graph.heads() cache from _RevisionTextVersionCache for reuse, and use it in commit.
        modified:
          bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
          bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
    ------------------------------------------------------------
    revno: 2900.1.16
    revision-id:pqm at pqm.ubuntu.com-20071018040514-3hc1k2nj1umg3tig
    parent: pqm at pqm.ubuntu.com-20071018032827-gg3yjbq11ex02168
    parent: robertc at robertcollins.net-20071018011222-5o9z30dyowwxxrv9
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Thu 2007-10-18 05:05:14 +0100
    message:
      (robertc) Improve index bisection lookup performance looking for keys in the parsed dict before doing bisection searches in the parsed ranges. (Robert Collins).
    modified:
      bzrlib/index.py                index.py-20070712131115-lolkarso50vjr64s-1
        ------------------------------------------------------------
        revno: 2900.1.11.3.1
        revision-id:robertc at robertcollins.net-20071018011222-5o9z30dyowwxxrv9
        parent: pqm at pqm.ubuntu.com-20071016112750-1q8brfaq6metpfn8
        committer: Robert Collins <robertc at robertcollins.net>
        branch nick: index
        timestamp: Thu 2007-10-18 11:12:22 +1000
        message:
          (robertc) Improve index bisection lookup performance looking for keys in the parsed dict before doing bisection searches in the parsed ranges. (Robert Collins).
        modified:
          bzrlib/index.py                index.py-20070712131115-lolkarso50vjr64s-1
    ------------------------------------------------------------
    revno: 2900.1.15
    revision-id:pqm at pqm.ubuntu.com-20071018032827-gg3yjbq11ex02168
    parent: pqm at pqm.ubuntu.com-20071017083250-zstfljmmitbo4e1j
    parent: mbp at sourcefrog.net-20071018024824-iu04uiofadqvusol
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Thu 2007-10-18 04:28:27 +0100
    message:
      (mrevell) Bazaar in 5 minutes doc
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
      doc/index.txt                  index.txt-20070813101924-07gd9i9d2jt124bf-1
    ------------------------------------------------------------
    revno: 2900.1.14.1.2
    revision-id:mbp at sourcefrog.net-20071018024824-iu04uiofadqvusol
    parent: mbp at sourcefrog.net-20071018024639-odra1qeva6s9l9se
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: doc
    timestamp: Thu 2007-10-18 12:48:24 +1000
    message:
      Mention bzr5m in news
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
    ------------------------------------------------------------
    revno: 2900.1.14.1.1
    revision-id:mbp at sourcefrog.net-20071018024639-odra1qeva6s9l9se
    parent: pqm at pqm.ubuntu.com-20071017083250-zstfljmmitbo4e1j
    parent: matthew.revell at canonical.com-20071016140509-r1hhoi7cumdve07l
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: doc
    timestamp: Thu 2007-10-18 12:46:39 +1000
    message:
      Merge updated 'Bazaar in 5 minutes' from Matthew Revell
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
      doc/index.txt                  index.txt-20070813101924-07gd9i9d2jt124bf-1
    ------------------------------------------------------------
    revno: 2866.2.10
    revision-id:matthew.revell at canonical.com-20071016140509-r1hhoi7cumdve07l
    parent: matthew.revell at canonical.com-20071016140149-l23wqk5kri65hjrl
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Tue 2007-10-16 15:05:09 +0100
    message:
      Fixed typos.
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
    ------------------------------------------------------------
    revno: 2866.2.9
    revision-id:matthew.revell at canonical.com-20071016140149-l23wqk5kri65hjrl
    parent: matthew.revell at canonical.com-20071016132510-eczgugszxd23u8eq
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Tue 2007-10-16 15:01:49 +0100
    message:
      Corrected 'bundle' to be 'merge directive'
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
    ------------------------------------------------------------
    revno: 2866.2.8
    revision-id:matthew.revell at canonical.com-20071016132510-eczgugszxd23u8eq
    parent: matthew.revell at canonical.com-20071016110630-0ij1zujgy2ylvchw
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Tue 2007-10-16 14:25:10 +0100
    message:
      Changed 'bundle' to 'merge directive' on Aaron's suggestion, using his description of a merge directive
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
    ------------------------------------------------------------
    revno: 2866.2.7
    revision-id:matthew.revell at canonical.com-20071016110630-0ij1zujgy2ylvchw
    parent: matthew.revell at canonical.com-20071010173538-qw5tbsv2zhmelexl
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Tue 2007-10-16 12:06:30 +0100
    message:
      Ian, John AM, Poolie, John G comments acted on. Corrected bzr send section, used 'parent' instead of 'main' branch, included two publishing sections - one for LP and one for sftp.
    removed:
      doc/en/mini-tutorial/push-with-sftp/ pushwithsftp-20071010171532-bhhc3v0vmnot33d3-1
      doc/en/mini-tutorial/push-with-sftp/index.txt index.txt-20071010171532-bhhc3v0vmnot33d3-2
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
      doc/index.txt                  index.txt-20070813101924-07gd9i9d2jt124bf-1
    ------------------------------------------------------------
    revno: 2866.2.6
    revision-id:matthew.revell at canonical.com-20071010173538-qw5tbsv2zhmelexl
    parent: matthew.revell at canonical.com-20071010171609-q6tbzlifjfok71x8
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Wed 2007-10-10 18:35:38 +0100
    message:
      Provisional update if 'learning more' section
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
    ------------------------------------------------------------
    revno: 2866.2.5
    revision-id:matthew.revell at canonical.com-20071010171609-q6tbzlifjfok71x8
    parent: matthew.revell at canonical.com-20071008204245-pq7hezwgs6tmqed4
    parent: pqm at pqm.ubuntu.com-20071008081200-04a0byt5lo5tyft9
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Wed 2007-10-10 18:16:09 +0100
    message:
      Updated with Launchpad push and poolie, John G and Jam changes
    added:
      bzrlib/tests/commands/test_commit.py test_commit.py-20070913161801-ydrx2k5gmv7k7eiu-1
      bzrlib/transport/trace.py      trace.py-20070828055009-7kt0bbc4t4b92apz-1
      doc/en/mini-tutorial/push-with-sftp/ pushwithsftp-20071010171532-bhhc3v0vmnot33d3-1
      doc/en/mini-tutorial/push-with-sftp/index.txt index.txt-20071010171532-bhhc3v0vmnot33d3-2
    modified:
      .bzrignore                     bzrignore-20050311232317-81f7b71efa2db11a
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzr                            bzr.py-20050313053754-5485f144c7006fa6
      bzrlib/branch.py               branch.py-20050309040759-e4baf4e0d046576e
      bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
      bzrlib/bundle/bundle_data.py   read_changeset.py-20050619171944-c0d95aa685537640
      bzrlib/commands.py             bzr.py-20050309040720-d10f4714595cf8c3
      bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
      bzrlib/config.py               config.py-20051011043216-070c74f4e9e338e8
      bzrlib/debug.py                debug.py-20061102062349-vdhrw9qdpck8cl35-1
      bzrlib/dirstate.py             dirstate.py-20060728012006-d6mvoihjb3je9peu-1
      bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
      bzrlib/fetch.py                fetch.py-20050818234941-26fea6105696365d
      bzrlib/help_topics.py          help_topics.py-20060920210027-rnim90q9e0bwxvy4-1
      bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
      bzrlib/knit.py                 knit.py-20051212171256-f056ac8f0fbe1bd9
      bzrlib/memorytree.py           memorytree.py-20060906023413-4wlkalbdpsxi2r4y-1
      bzrlib/msgeditor.py            msgeditor.py-20050901111708-ef6d8de98f5d8f2f
      bzrlib/mutabletree.py          mutabletree.py-20060906023413-4wlkalbdpsxi2r4y-2
      bzrlib/osutils.py              osutils.py-20050309040759-eeaff12fbf77ac86
      bzrlib/registry.py             lazy_factory.py-20060809213415-2gfvqadtvdn0phtg-1
      bzrlib/remote.py               remote.py-20060720103555-yeeg2x51vn0rbtdp-1
      bzrlib/repofmt/knitrepo.py     knitrepo.py-20070206081537-pyy4a00xdas0j4pf-1
      bzrlib/repofmt/weaverepo.py    presplitout.py-20070125045333-wfav3tsh73oxu3zk-1
      bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
      bzrlib/revisiontree.py         revisiontree.py-20060724012533-bg8xyryhxd0o0i0h-1
      bzrlib/smart/medium.py         medium.py-20061103051856-rgu2huy59fkz902q-1
      bzrlib/store/__init__.py       store.py-20050309040759-164dc5173d6406c2
      bzrlib/store/revision/__init__.py __init__.py-20060303014707-305238f06ae20dae
      bzrlib/store/revision/knit.py  knit.py-20060303020652-de5fa299e941a3c7
      bzrlib/store/revision/text.py  text.py-20060303020652-e49155f0da4d14ab
      bzrlib/store/versioned/__init__.py weavestore.py-20050907094258-88262e0434babab9
      bzrlib/symbol_versioning.py    symbol_versioning.py-20060105104851-9ecf8af605d15a80
      bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
      bzrlib/tests/blackbox/test_command_encoding.py test_command_encoding.py-20060106032110-45431fd2ce9ff21f
      bzrlib/tests/blackbox/test_commit.py test_commit.py-20060212094538-ae88fc861d969db0
      bzrlib/tests/blackbox/test_exceptions.py test_exceptions.py-20060604211237-yi2cxg0ose3xk4id-1
      bzrlib/tests/blackbox/test_info.py test_info.py-20060215045507-bbdd2d34efab9e0a
      bzrlib/tests/blackbox/test_non_ascii.py test_non_ascii.py-20060105214030-68010be784a5d854
      bzrlib/tests/blackbox/test_remove.py test_remove.py-20060530011439-fika5rm84lon0goe-1
      bzrlib/tests/blackbox/test_selftest.py test_selftest.py-20060123024542-01c5f1bbcb596d78
      bzrlib/tests/commands/__init__.py __init__.py-20070520095518-ecfl8531fxgjeycj-1
      bzrlib/tests/commands/test_branch.py test_branch.py-20070520173042-ou3a796w3xn1y8ps-1
      bzrlib/tests/commands/test_cat.py test_cat.py-20070525170351-vg2apsfb5j413913-1
      bzrlib/tests/commands/test_checkout.py test_checkout.py-20070525151718-vm7ligd5px5dtmda-1
      bzrlib/tests/commands/test_init.py test_init.py-20070514074921-audbcdd8o56dpame-1
      bzrlib/tests/commands/test_init_repository.py test_init_repository-20070525163812-87xw0678ky573l27-1
      bzrlib/tests/commands/test_merge.py test_merge.py-20070525163813-v8yfs5wu77hjsx0o-1
      bzrlib/tests/commands/test_missing.py test_missing.py-20070525171057-qr1z4sleurlp9b5v-1
      bzrlib/tests/commands/test_pull.py test_pull.py-20070525144918-cgmunk4ici2krjnd-1
      bzrlib/tests/commands/test_push.py test_push.py-20070525122003-gc1ob0ea0nueoqgj-1
      bzrlib/tests/commands/test_update.py test_update.py-20070910091045-8uyp8v73j926l1g2-1
      bzrlib/tests/interrepository_implementations/test_interrepository.py test_interrepository.py-20060220061411-1ec13fa99e5e3eee
      bzrlib/tests/repository_implementations/test_commit_builder.py test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
      bzrlib/tests/repository_implementations/test_iter_reverse_revision_history.py test_iter_reverse_re-20070217015036-spu7j5ggch7pbpyd-1
      bzrlib/tests/test_config.py    testconfig.py-20051011041908-742d0c15d8d8c8eb
      bzrlib/tests/test_dirstate.py  test_dirstate.py-20060728012006-d6mvoihjb3je9peu-2
      bzrlib/tests/test_escaped_store.py test_escaped_store.py-20060216023929-6bcb9a067344959f
      bzrlib/tests/test_info.py      test_info.py-20070320150933-m0xxm1g7xi9v6noe-1
      bzrlib/tests/test_knit.py      test_knit.py-20051212171302-95d4c00dd5f11f2b
      bzrlib/tests/test_msgeditor.py test_msgeditor.py-20051202041359-920315ec6011ee51
      bzrlib/tests/test_osutils.py   test_osutils.py-20051201224856-e48ee24c12182989
      bzrlib/tests/test_remote.py    test_remote.py-20060720103555-yeeg2x51vn0rbtdp-2
      bzrlib/tests/test_selftest.py  test_selftest.py-20051202044319-c110a115d8c0456a
      bzrlib/tests/test_smart_transport.py test_ssh_transport.py-20060608202016-c25gvf1ob7ypbus6-2
      bzrlib/tests/test_transport.py testtransport.py-20050718175618-e5cdb99f4555ddce
      bzrlib/tests/test_transport_implementations.py test_transport_implementations.py-20051227111451-f97c5c7d5c49fce7
      bzrlib/tests/test_versionedfile.py test_versionedfile.py-20060222045249-db45c9ed14a1c2e5
      bzrlib/tests/transport_util.py transportutil.py-20070525113600-5v2igk89s8fensom-1
      bzrlib/tests/tree_implementations/__init__.py __init__.py-20060717075546-420s7b0bj9hzeowi-2
      bzrlib/tests/workingtree_implementations/test_inv.py test_inv.py-20070311221604-ighlq8tbn5xq0kuo-1
      bzrlib/tests/workingtree_implementations/test_parents.py test_set_parents.py-20060807231740-yicmnlci1mj8smu1-1
      bzrlib/trace.py                trace.py-20050309040759-c8ed824bdcd4748a
      bzrlib/transport/__init__.py   transport.py-20050711165921-4978aa7ce1285ad5
      bzrlib/transport/decorator.py  decorator.py-20060402223305-e913a0f25319ab42
      bzrlib/transport/fakevfat.py   fakevfat.py-20060407072414-d59939fa1d6c79d9
      bzrlib/transport/ftp.py        ftp.py-20051116161804-58dc9506548c2a53
      bzrlib/transport/http/__init__.py http_transport.py-20050711212304-506c5fd1059ace96
      bzrlib/transport/remote.py     ssh.py-20060608202016-c25gvf1ob7ypbus6-1
      bzrlib/transport/sftp.py       sftp.py-20051019050329-ab48ce71b7e32dfe
      bzrlib/tree.py                 tree.py-20050309040759-9d5f2496be663e77
      bzrlib/versionedfile.py        versionedfile.py-20060222045106-5039c71ee3b65490
      bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
      bzrlib/workingtree_4.py        workingtree_4.py-20070208044105-5fgpc5j3ljlh5q6c-1
      doc/developers/HACKING.txt     HACKING-20050805200004-2a5dc975d870f78c
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
      doc/en/user-guide/configuration.txt configuration.txt-20060314161707-868350809502af01
    ------------------------------------------------------------
    revno: 2866.2.4
    revision-id:matthew.revell at canonical.com-20071008204245-pq7hezwgs6tmqed4
    parent: matthew.revell at canonical.com-20071003163602-od4zb77omj4hdzg5
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Mon 2007-10-08 21:42:45 +0100
    message:
      mini-tutorial revision 3
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
    ------------------------------------------------------------
    revno: 2866.2.3
    revision-id:matthew.revell at canonical.com-20071003163602-od4zb77omj4hdzg5
    parent: matthew.revell at canonical.com-20071003163505-n5l5z73bshd6p8ie
    parent: pqm at pqm.ubuntu.com-20070928041435-uls0r9txks111272
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Wed 2007-10-03 17:36:02 +0100
    message:
      merge with trunk
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzrlib/bzrdir.py               bzrdir.py-20060131065624-156dfea39c4387cb
      bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
      bzrlib/reconcile.py            reweave_inventory.py-20051108164726-1e5e0934febac06e
      bzrlib/repofmt/knitrepo.py     knitrepo.py-20070206081537-pyy4a00xdas0j4pf-1
      bzrlib/tag.py                  tag.py-20070212110532-91cw79inah2cfozx-1
      bzrlib/tests/blackbox/test_reconcile.py test_fix.py-20060223013051-9a188e15a5ee9451
      bzrlib/tests/bzrdir_implementations/test_bzrdir.py test_bzrdir.py-20060131065642-0ebeca5e30e30866
      bzrlib/tests/test_bzrdir.py    test_bzrdir.py-20060131065654-deba40eef51cf220
      bzrlib/tests/test_errors.py    test_errors.py-20060210110251-41aba2deddf936a8
      bzrlib/tests/test_tag.py       test_tag.py-20070212110532-91cw79inah2cfozx-2
    ------------------------------------------------------------
    revno: 2866.2.2
    revision-id:matthew.revell at canonical.com-20071003163505-n5l5z73bshd6p8ie
    parent: matthew.revell at canonical.com-20070928153527-cd373nqctylecy5x
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Wed 2007-10-03 17:35:05 +0100
    message:
      second revision of new Bazaar in Five Minutes
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
    ------------------------------------------------------------
    revno: 2866.2.1
    revision-id:matthew.revell at canonical.com-20070928153527-cd373nqctylecy5x
    parent: pqm at pqm.ubuntu.com-20070925212801-8p7l0qlplb0t7h2u
    committer: Matthew Revell <matthew.revell at canonical.com>
    branch nick: trunk
    timestamp: Fri 2007-09-28 16:35:27 +0100
    message:
      Rewrite of mini-tutorial as 'Bazaar in 5 minutes'
    modified:
      doc/en/mini-tutorial/index.txt index.txt-20070813141352-2u64ooqzo0or4hss-2
-------------- next part --------------

Diff too large for email (2473 lines, the limit is 1000).


More information about the bazaar-commits mailing list