Rev 2849: Merge graph history-access bugfix. in http://people.ubuntu.com/~robertc/baz2.0/repository

Robert Collins robertc at robertcollins.net
Mon Oct 22 02:24:48 BST 2007


At http://people.ubuntu.com/~robertc/baz2.0/repository

------------------------------------------------------------
revno: 2849
revision-id: robertc at robertcollins.net-20071022012351-16lm27an2lbzk038
parent: robertc at robertcollins.net-20071019033849-naeetswes39xah7x
parent: robertc at robertcollins.net-20071022004427-x1pn4ywiuubx354f
committer: Robert Collins <robertc at robertcollins.net>
branch nick: repository
timestamp: Mon 2007-10-22 11:23:51 +1000
message:
  Merge graph history-access bugfix.
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzr                            bzr.py-20050313053754-5485f144c7006fa6
  bzrlib/annotate.py             annotate.py-20050922133147-7c60541d2614f022
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
  bzrlib/bundle/commands.py      __init__.py-20050617152058-1b6530d9ab85c11c
  bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
  bzrlib/delta.py                delta.py-20050729221636-54cf14ef94783d0a
  bzrlib/diff.py                 diff.py-20050309040759-26944fbbf2ebbf36
  bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
  bzrlib/info.py                 info.py-20050323235939-6bbfe7d9700b0b9b
  bzrlib/inventory.py            inventory.py-20050309040759-6648b84ca2005b37
  bzrlib/knit.py                 knit.py-20051212171256-f056ac8f0fbe1bd9
  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/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
  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/repository_implementations/test_commit_builder.py test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
  bzrlib/tests/test_fetch.py     testfetch.py-20050825090644-f73e07e7dfb1765a
  bzrlib/tests/test_ftp_transport.py test_aftp_transport.-20060823221619-98mwjzxtwtkt527k-1
  bzrlib/tests/test_graph.py     test_graph_walker.py-20070525030405-enq4r60hhi9xrujc-1
  bzrlib/tests/test_log.py       testlog.py-20050728115707-1a514809d7d49309
  bzrlib/tests/test_plugins.py   plugins.py-20050622075746-32002b55e5e943e9
  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/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
  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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.11
    revision-id: robertc at robertcollins.net-20071022004427-x1pn4ywiuubx354f
    parent: pqm at pqm.ubuntu.com-20071019201226-6z006xotgfe7zmu8
    committer: Robert Collins <robertc at robertcollins.net>
    branch nick: graph
    timestamp: Mon 2007-10-22 10:44:27 +1000
    message:
      * Graph ``heads()`` queries have been bugfixed to no longer access all
        history unnecessarily. (Robert Collins)
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzrlib/graph.py                graph_walker.py-20070525030359-y852guab65d4wtn0-1
      bzrlib/tests/test_graph.py     test_graph_walker.py-20070525030405-enq4r60hhi9xrujc-1
    ------------------------------------------------------------
    revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.10
    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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.9
    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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.8.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.6.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.6.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.6.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.8
    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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.7
    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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.6
    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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.1.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.5
    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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.4
    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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.3.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.3.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.41.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
    ------------------------------------------------------------
    revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.3
    revision-id: pqm at pqm.ubuntu.com-20071017083250-zstfljmmitbo4e1j
    parent: pqm at pqm.ubuntu.com-20071017055911-jots6fwy20740n0i
    parent: mbp at sourcefrog.net-20071017075247-1wwd680kq8bsr11t
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Wed 2007-10-17 09:32:50 +0100
    message:
      Better help for revert
    modified:
      bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.4.1
        revision-id: mbp at sourcefrog.net-20071017075247-1wwd680kq8bsr11t
        parent: pqm at pqm.ubuntu.com-20071016112750-1q8brfaq6metpfn8
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: doc
        timestamp: Wed 2007-10-17 17:52:47 +1000
        message:
          Better help for revert
        modified:
          bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
    ------------------------------------------------------------
    revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.2
    revision-id: pqm at pqm.ubuntu.com-20071017055911-jots6fwy20740n0i
    parent: pqm at pqm.ubuntu.com-20071017052031-xesht1ei7y0nn2ea
    parent: mbp at sourcefrog.net-20071015050205-p2c73neus72bqmub
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Wed 2007-10-17 06:59:11 +0100
    message:
      commit produces (but does not yet use) a basis delta and avoids one iter_entries (mbp)
    modified:
      bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
      bzrlib/mutabletree.py          mutabletree.py-20060906023413-4wlkalbdpsxi2r4y-2
      bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
      bzrlib/tests/repository_implementations/test_commit_builder.py test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
      bzrlib/tests/test_version_info.py test_version_info.py-20051228204928-2c364e30b702b41b
      bzrlib/tests/workingtree_implementations/test_parents.py test_set_parents.py-20060807231740-yicmnlci1mj8smu1-1
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.11
        revision-id: mbp at sourcefrog.net-20071015050205-p2c73neus72bqmub
        parent: mbp at sourcefrog.net-20071015045406-051qpludajj5vwk0
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Mon 2007-10-15 15:02:05 +1000
        message:
          Temporarily disable using update_basis_by_delta as it's slower
        modified:
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.10
        revision-id: mbp at sourcefrog.net-20071015045406-051qpludajj5vwk0
        parent: mbp at sourcefrog.net-20071015045034-390357g4hrq386qp
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Mon 2007-10-15 14:54:06 +1000
        message:
          make Commit.basis_delta private
        modified:
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.9
        revision-id: mbp at sourcefrog.net-20071015045034-390357g4hrq386qp
        parent: mbp at sourcefrog.net-20071015042629-83b1oaswtisv1adf
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Mon 2007-10-15 14:50:34 +1000
        message:
          Review cleanups, mostly documentation
        modified:
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
          bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
          bzrlib/tests/test_version_info.py test_version_info.py-20051228204928-2c364e30b702b41b
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.8
        revision-id: mbp at sourcefrog.net-20071015042629-83b1oaswtisv1adf
        parent: mbp at sourcefrog.net-20071012080007-vf80woayyom8s8e1
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Mon 2007-10-15 14:26:29 +1000
        message:
          More efficient reporting of deletions from a large tree during commit
        modified:
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.7
        revision-id: mbp at sourcefrog.net-20071012080007-vf80woayyom8s8e1
        parent: mbp at sourcefrog.net-20071012065423-81g0dgg2prhkfp47
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Fri 2007-10-12 18:00:07 +1000
        message:
          Rename update_to_one_parent_via_delta to more wieldy update_basis_by_delta
        modified:
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
          bzrlib/mutabletree.py          mutabletree.py-20060906023413-4wlkalbdpsxi2r4y-2
          bzrlib/tests/workingtree_implementations/test_parents.py test_set_parents.py-20060807231740-yicmnlci1mj8smu1-1
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.6
        revision-id: mbp at sourcefrog.net-20071012065423-81g0dgg2prhkfp47
        parent: mbp at sourcefrog.net-20071012064749-7t00zaab23qo5qjw
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Fri 2007-10-12 16:54:23 +1000
        message:
          Remove unnecessary double handling of deletions
        modified:
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.5
        revision-id: mbp at sourcefrog.net-20071012064749-7t00zaab23qo5qjw
        parent: mbp at sourcefrog.net-20071012063831-40o7w602gk4w5fgr
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Fri 2007-10-12 16:47:49 +1000
        message:
          record_entry_contents should give back deltas for changed roots; clean it up a bit
        modified:
          bzrlib/repository.py           rev_storage.py-20051111201905-119e9401e46257e3
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.4
        revision-id: mbp at sourcefrog.net-20071012063831-40o7w602gk4w5fgr
        parent: mbp at sourcefrog.net-20071012063701-sa6225u0bbffx37h
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Fri 2007-10-12 16:38:31 +1000
        message:
          Remove old deprecated support for CommitBuilders that don't accept a root; capture deltas for selected-file commit
        modified:
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.3
        revision-id: mbp at sourcefrog.net-20071012063701-sa6225u0bbffx37h
        parent: mbp at sourcefrog.net-20071012054231-5tvevguvxp5lox3v
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Fri 2007-10-12 16:37:01 +1000
        message:
          CommitBuilder tests should expect the root to be in the delta iff it's changed in the commit
        modified:
          bzrlib/tests/repository_implementations/test_commit_builder.py test_commit_builder.py-20060606110838-76e3ra5slucqus81-1
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.2
        revision-id: mbp at sourcefrog.net-20071012054231-5tvevguvxp5lox3v
        parent: mbp at sourcefrog.net-20071012025039-0i3zvyrxvqdr6dw4
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Fri 2007-10-12 15:42:31 +1000
        message:
          doc
        modified:
          bzrlib/tests/test_version_info.py test_version_info.py-20051228204928-2c364e30b702b41b
        ------------------------------------------------------------
        revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.13.2.1
        revision-id: mbp at sourcefrog.net-20071012025039-0i3zvyrxvqdr6dw4
        parent: pqm at pqm.ubuntu.com-20071010023136-u18s3z51ux7pwsme
        committer: Martin Pool <mbp at sourcefrog.net>
        branch nick: commit
        timestamp: Fri 2007-10-12 12:50:39 +1000
        message:
          Commit now tells the working tree about the new basis by passing the an inventory delta from the previous basis
        modified:
          bzrlib/commit.py               commit.py-20050511101309-79ec1a0168e0e825
          bzrlib/mutabletree.py          mutabletree.py-20060906023413-4wlkalbdpsxi2r4y-2
    ------------------------------------------------------------
    revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.2.1
    revision-id: pqm at pqm.ubuntu.com-20071017052031-xesht1ei7y0nn2ea
    parent: pqm at pqm.ubuntu.com-20071016112750-1q8brfaq6metpfn8
    parent: mbp at sourcefrog.net-20071017044140-goj9t2oul3r4y0dd
    committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
    branch nick: +trunk
    timestamp: Wed 2007-10-17 06:20:31 +0100
    message:
      Better messages when problems are detected inside a knit
    modified:
      bzrlib/knit.py                 knit.py-20051212171256-f056ac8f0fbe1bd9
    ------------------------------------------------------------
    revno: 2592.1.25.2.7.1.28.1.6.1.3.1.9.2.1.3.74.1.31.3.18.1.9.1.2.1.12.1.8.1.46.1.18.1.1.2.21.3.1
    revision-id: mbp at sourcefrog.net-20071017044140-goj9t2oul3r4y0dd
    parent: pqm at pqm.ubuntu.com-20071016112750-1q8brfaq6metpfn8
    committer: Martin Pool <mbp at sourcefrog.net>
    branch nick: knit-exceptions
    timestamp: Wed 2007-10-17 14:41:40 +1000
    message:
      Better messages when problems are detected inside a knit
    modified:
      bzrlib/knit.py                 knit.py-20051212171256-f056ac8f0fbe1bd9

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



More information about the bazaar-commits mailing list