Changes to archive thelove@canonical.com/bazaar--devo--1.3

pqm at canonical.com pqm at canonical.com
Thu Mar 3 03:37:03 CST 2005


New revision thelove at canonical.com/bazaar--devo--1.3--patch-7

2005-03-03 GMT	Canonical.com Patch Queue Manager <pqm at canonical.com>	patch-7

    Summary:
      implement annotate
    Revision:
      bazaar--devo--1.3--patch-7

    Patches applied:
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--base-0
       tag of thelove at canonical.com/bazaar--devo--1.1--patch-118
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-1
       merge from robert.collins at canonical.com--general/bazaar--devel--1.1
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-2
       beginnings of annotate work
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-3
       merge in current 1.2 changes
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-4
       basic annotation builder tests
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-5
       merge from rf
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-6
       fixup incorrect dereference in annotation-builder.c, free the current patch, and start a two-patch test case
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-7
       more annotate steps
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-8
       snapshot current status, had a broken test misleading me
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-9
       snapshot curent progress
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-10
       another test down
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-11
       working line adjustment ! 
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-12
       split file_offset_mapper api to its own file
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-13
       annotation builder can figure out patches
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-14
       utilising parse_atatline from patchutils, implement patch hunk parsing for annotate
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-15
       relational.c changes to build with the rel_split_nl change & compiler checks
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-16
       merge from rf
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-17
       test arch_annotation_builder_process_changes convenience function
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-18
       add skeleton annotate command
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-19
       remove noise from import
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-20
       snapshot before inventory refactoring to make next step easier
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-21
       convert the apply-changeset api to take a project_tree rather than an arbitrary dir
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-22
       cleanup callers of apply_changeset to use project_tree conveniences
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-23
       simplify the internal changeset api to always use a tree, not an arbitrary path which has lead to bugs in the past.
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-24
       snapshot of import preparation for annotate
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-25
       next test case passes
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-26
       snapshot more annotate tests working
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-27
       working ancestry for the simpler cases
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-28
       annotate added files correctly
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-29
       snapshotting annotate standalone command development
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-30
       find and fix bug with new-file content not being annotated correctly, finish the standalone annotate command
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-31
       merge from thelove
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-32
       updated tests for current import interface
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-33
       dont annotate directories that have symlinks to them in the tree
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-34
       fixup annotate to work on the fai tree
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-35
       implement file path filters for annotate
    
     * robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-36
       merge from thelove at canonical.com
    

    new files:
     annotate/.arch-ids/=id annotate/.arch-ids/Makefile.in.id
     annotate/.arch-ids/annotate.c.id annotate/Makefile.in
     annotate/PLUGIN/.arch-ids/=id
     annotate/PLUGIN/.arch-ids/DIRS.id
     annotate/PLUGIN/.arch-ids/REQ.id annotate/PLUGIN/DIRS
     annotate/PLUGIN/REQ annotate/annotate.c
     annotate/tests/.arch-ids/=id
     annotate/tests/.arch-ids/Makefile.in.id
     annotate/tests/Makefile.in annotate/tests/PLUGIN/.arch-ids/=id
     annotate/tests/PLUGIN/.arch-ids/REQ.id
     annotate/tests/PLUGIN/REQ commands/.arch-ids/annotate.c.id
     commands/.arch-ids/annotate.h.id commands/annotate.c
     commands/annotate.h libarch/.arch-ids/annotated-file.c.id
     libarch/.arch-ids/annotated-file.h.id
     libarch/.arch-ids/annotation-builder.c.id
     libarch/.arch-ids/annotation-builder.h.id
     libarch/.arch-ids/file-offset-mapper.c.id
     libarch/.arch-ids/file-offset-mapper.h.id
     libarch/.arch-ids/patch-parser.c.id
     libarch/.arch-ids/patch-parser.h.id
     libarch/.arch-ids/patch.c.id libarch/.arch-ids/patch.h.id
     libarch/annotated-file.c libarch/annotated-file.h
     libarch/annotation-builder.c libarch/annotation-builder.h
     libarch/file-offset-mapper.c libarch/file-offset-mapper.h
     libarch/patch-parser.c libarch/patch-parser.h libarch/patch.c
     libarch/patch.h libarch/tests/.arch-ids/unit-annotate.c.id
     libarch/tests/.arch-ids/unit-patch.c.id
     libarch/tests/unit-annotate.c libarch/tests/unit-patch.c
     tests/.arch-ids/test-annotate.sh.id tests/test-annotate.sh

    modified files:
     commands/ancestry.c commands/ancestry.h
     commands/apply-changeset.c commands/apply-delta.c
     commands/cmds.c commands/cmdutils.c commands/cmdutils.h
     commands/import.c commands/inventory.c commands/redo.c
     commands/show-changeset.c commands/update.c libarch/ancestry.c
     libarch/apply-changeset.c libarch/apply-changeset.h
     libarch/archive-pfs.c libarch/archive.c libarch/archive.h
     libarch/archives.c libarch/archives.h libarch/build-revision.c
     libarch/cached-archive.c libarch/cached-archive.h
     libarch/changeset-report.c libarch/changeset-report.h
     libarch/changeset-utils.c libarch/changeset-utils.h
     libarch/commit.c libarch/conflict-handling.c libarch/invent.c
     libarch/invent.h libarch/local-cache.c
     libarch/make-changeset-files.c libarch/make-changeset.c
     libarch/make-changeset.h libarch/merge-three-way.c
     libarch/merge-three-way.h libarch/merge.c libarch/patch-id.c
     libarch/patch-id.h libarch/pfs-signatures.c
     libarch/pfs-signatures.h libarch/replay.c libarch/undo.c
     libawk/relational.c libawk/relational.h
     libfsutils/file-contents.c libfsutils/file-contents.h
     tests/Makefile.in

    new directories:
     annotate annotate/.arch-ids annotate/PLUGIN
     annotate/PLUGIN/.arch-ids annotate/tests
     annotate/tests/.arch-ids annotate/tests/PLUGIN
     annotate/tests/PLUGIN/.arch-ids

    new patches:
     robert.collins at canonical.com--general/bazaar--annotate--1.2--base-0
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-1
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-2
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-3
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-4
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-5
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-6
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-7
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-8
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-9
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-10
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-11
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-12
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-13
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-14
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-15
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-16
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-17
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-18
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-19
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-20
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-21
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-22
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-23
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-24
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-25
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-26
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-27
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-28
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-29
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-30
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-31
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-32
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-33
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-34
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-35
     robert.collins at canonical.com--general/bazaar--annotate--1.2--patch-36
     thelove at canonical.com/bazaar--devo--1.3--patch-7






More information about the bazaar-commits mailing list