# do not edit -- automatically generated by arch changelog
# tag: automatic-ChangeLog--lord@emf.net--2003/arch--devo--1.0
#

2003-06-02 GMT	Tom Lord <lord@emf.net>	patch-99

    Summary:
      don't generate meta-data patches for symlinks
    Revision:
      arch--devo--1.0--patch-99

    
    don't generate meta-data patches for symlinks

    modified files:
     ChangeLog patch-sets/mkpatch.sh


2003-06-02 GMT	Tom Lord <lord@emf.net>	patch-98

    Summary:
      mkpatch.sh -- generate empty changesets correctly
    Revision:
      arch--devo--1.0--patch-98

    mkpatch.sh -- generate empty changesets correctly
    

    modified files:
     ChangeLog patch-sets/mkpatch.sh


2003-06-01 GMT	Tom Lord <lord@emf.net>	patch-97

    Summary:
      mkpatch-indexes.awk bug fix
    Revision:
      arch--devo--1.0--patch-97

    
    mkpatch-indexes.awk bug fix

    modified files:
     ChangeLog patch-sets/mkpatch-indexes.awk


2003-06-01 GMT	Tom Lord <lord@emf.net>	patch-96

    Summary:
      mkpatch.sh "2-nines" by Bob's test suite
    Revision:
      arch--devo--1.0--patch-96

    
    mkpatch.sh "2-nines" by Bob's test suite (num_trees 101,
    num_edits random(45))
    

    new files:
     patch-sets/mkpatch-indexes.awk

    modified files:
     ChangeLog archive-transactions/push-mirror.sh
     configurations/show-config.sh patch-sets/Makefile.in
     patch-sets/mkpatch.sh


2003-05-28 GMT	Tom Lord <lord@emf.net>	patch-95

    Summary:
      dopatch.sh bug
    Revision:
      arch--devo--1.0--patch-95

    dopatch.sh bug: dirs_moved_in_tree was computed wildly incorrectly.
    

    modified files:
     ChangeLog patch-sets/dopatch.sh


2003-05-11 GMT	Tom Lord <lord@emf.net>	patch-94

    Summary:
      correction to patch-87 (effects renames)
    Revision:
      arch--devo--1.0--patch-94

    Deleted a few mkpatch.sh lines incorrectly in patch-87.
    This messed up changesets for trees with renames.
    
    

    modified files:
     ChangeLog patch-sets/mkpatch.sh


2003-05-11 GMT	Tom Lord <lord@emf.net>	patch-93

    Summary:
      dopatch.sh bug -- stale .rej symlinks to nowhere
    Revision:
      arch--devo--1.0--patch-93

    
    When patching a file or symlink, dopatch looks for pre-existing .orig
    and .rej files (from early patches) and, if found, sets them aside.
    
    The test for for a .rej file includes a case for a .rej which is a
    symlink to a non-existing file.  Previously, however, this test looked
    for a ".orig" symlink.  This fix causes it to properly look for a
    ".rej" file.
    
    

    modified files:
     ChangeLog patch-sets/DOPATCH patch-sets/dopatch.sh


2003-05-11 GMT	Tom Lord <lord@emf.net>	patch-92

    Summary:
      dopatch bug for missing_file_patch_list
    Revision:
      arch--devo--1.0--patch-92

    Dopatch wants to save a tree of file and directory patches for files
    and dirs not present in the final tree.
    
    It computed the list of dir metadata patches for which no dir will be
    in tree incorrectly.
    

    modified files:
     ChangeLog patch-sets/dopatch.sh


2003-05-09 GMT	Tom Lord <lord@emf.net>	patch-91

    Summary:
      correction to patch-90
    Revision:
      arch--devo--1.0--patch-91

    Correction to previous change.
    

    modified files:
     ChangeLog patch-sets/dopatch.sh


2003-05-09 GMT	Tom Lord <lord@emf.net>	patch-90

    Summary:
      dopatch.sh bug fix (deleting $dirname when $dirname$foo exists)
    Revision:
      arch--devo--1.0--patch-90

    Deleting a directory with basename $dir when a sibling directory
    with name $dir$suffix exists could confuse dopatch.  This fixes that.
    

    modified files:
     ChangeLog patch-sets/dopatch.sh


2003-05-07 GMT	Tom Lord <lord@emf.net>	patch-89

    Summary:
      dopatch bug fix
    Revision:
      arch--devo--1.0--patch-89

    When computing new files not present in the target tree,
    compute correctly.
    

    new files:
     patch-sets/include-parent-dirs.awk

    removed files:
     patch-sets/include-parent-dirs.awk

    modified files:
     ChangeLog patch-sets/dopatch.sh


2003-05-06 GMT	Tom Lord <lord@emf.net>	patch-88

    Summary:
      fixed typo in tree-repair
    Revision:
      arch--devo--1.0--patch-88

    
    fixed typo in tree-repair
    

    modified files:
     ChangeLog project-tree/tree-repair.sh


2003-05-06 GMT	Tom Lord <lord@emf.net>	patch-87

    Summary:
      mkpatch/dopatch fix (inexact patching)
    Revision:
      arch--devo--1.0--patch-87

    
    In mkpatch, record in the *-index files tags for all containing
    directories of modified or renamed files.
    
    In dopatch, use that data to handle inexact patching correctly.
    
    Previously, for example, if ORIG had  foo/ and MOD created foo/bar,
    but TARGET had foo2/ (with the same tag as ORIG's foo/), then
    TARGET would wind up with foo/bar instead of foo2/bar.
    
    These changes fix that.
    

    new files:
     patch-sets/include-parent-dirs.awk

    modified files:
     ChangeLog patch-sets/Makefile.in patch-sets/dopatch.sh
     patch-sets/mkpatch.sh


2003-05-03 GMT	Tom Lord <lord@emf.net>	patch-86

    Summary:
      canonicalize paths correctly in move.sh
    Revision:
      arch--devo--1.0--patch-86

    
    In `move.sh', relative paths given on the command name weren't 
    being interpreted relative to the directory from which the 
    command was invoked.
    

    modified files:
     =THANKS ChangeLog inventory/move.sh


2003-05-02 GMT	Tom Lord <lord@emf.net>	patch-85

    Summary:
      --silent, etc handling in all commands
    Revision:
      arch--devo--1.0--patch-85

    
    Verbosity options are now accepted by _all_ commands, but ignored
    by those that have no use for them.
    

    modified files:
     ChangeLog archive-transactions/arch-rmrf.sh
     archive-transactions/get-patch.sh
     archive-transactions/lock-branch.sh
     archive-transactions/lock-revision.sh
     archive-transactions/make-lock.sh
     archive-transactions/putdir.sh archive-transactions/putlast.sh
     archive-transactions/wd-txn.sh
     archives/archive-cached-revisions.sh
     archives/archive-readme.sh archives/branch-readme.sh
     archives/branches.sh archives/cat-archive-log.sh
     archives/categories.sh archives/category-readme.sh
     archives/get-archive-name.sh archives/make-archive.sh
     archives/make-branch.sh archives/make-category.sh
     archives/make-version.sh archives/previous-patch-level.sh
     archives/revisions.sh archives/version-readme.sh
     archives/versions.sh branching-and-merging/reconcile.sh
     branching-and-merging/whats-missing.sh
     configurations/config-history.sh configurations/show-config.sh
     input/file-syntax-filter.sh inventory/add.sh
     inventory/delete.sh inventory/explicit-default.sh
     inventory/inventory.sh inventory/move.sh
     inventory/tagging-method.sh inventory/tree-lint.sh
     library/file-history.sh library/library-archives.sh
     library/library-branches.sh library/library-categories.sh
     library/library-remove.sh library/library-revisions.sh
     library/library-versions.sh library/touched-files-prereqs.sh
     local-cache/cache-dir.sh local-cache/cached-index.sh
     local-cache/delete-pristine.sh local-cache/find-in-cache.sh
     local-cache/lock-pristine.sh
     local-cache/make-cache-temp-dir.sh local-cache/old-file.sh
     local-cache/pristines.sh local-cache/wd-mv-pristine.sh
     naming-conventions/indicated-config-file.sh
     naming-conventions/indicated-revision.sh
     naming-conventions/parse-package-name.sh
     naming-conventions/patch-level-lt.sh
     naming-conventions/sort-revisions.sh
     naming-conventions/valid-archive-location.sh
     naming-conventions/valid-archive-name.sh
     naming-conventions/valid-config-name.sh
     naming-conventions/valid-id.sh
     naming-conventions/valid-package-name.sh
     naming-conventions/valid-patch-level-name.sh
     notify/mail-new-branches.sh notify/mail-new-categories.sh
     notify/mail-new-revisions.sh notify/mail-new-versions.sh
     notify/notify-library.sh notify/push-new-revisions.sh
     notify/sendmail-mailx.sh output/body-indent.sh
     output/file-list.sh output/heading.sh output/nest.sh
     output/nested.sh output/top.sh patch-logs/add-log.sh
     patch-logs/cat-log.sh patch-logs/changelog.sh
     patch-logs/copy-to-patch-log.sh patch-logs/log-for-merge.sh
     patch-logs/log-header-field.sh patch-logs/log-ls.sh
     patch-logs/logs.sh patch-logs/make-log.sh
     patch-logs/merge-points.sh patch-logs/new-on-branch.sh
     patch-logs/remove-log.sh patch-logs/valid-log-file.sh
     patch-logs/wd-check-for-patch-log.sh patch-sets/empty-patch.sh
     patch-sets/patch-add-log.sh patch-sets/patch-report.sh
     project-tree/copy-or-stash.sh
     project-tree/copy-tree-precious.sh project-tree/init-tree.sh
     project-tree/set-tree-version.sh project-tree/tree-repair.sh
     project-tree/tree-version.sh remote/with-archive-settings.sh
     remote/with-archive.sh remote/without-archive.sh
     user/archives.sh user/my-id.sh user/register-archive.sh
     user/whereis-archive.sh web/distribution-name.sh
     web/patch-details.sh


2003-05-02 GMT	Tom Lord <lord@emf.net>	patch-84

    Summary:
      stig merge
    Revision:
      arch--devo--1.0--patch-84

    Patches applied:
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-7
         make undo's -o and redo's -p flag work
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-6
         added missing description of --quiet/--verbose to help message of replay
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-5
         added --omit-empty flag to what-changed
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-4
         fix spelling error in help message for delta-patch
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-3
         remove break in case of --diffs in argument handling for patch-report
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-1
         make `larch --quiet foo' act as `larch foo --quiet'
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--base-0
         tag of lord@emf.net--2003/arch--devo--1.0--patch-67
    

    new files:
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/base-0
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-1
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-3
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-4
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-5
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-6
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-7

    modified files:
     ChangeLog arch/larch.sh.in local-cache/what-changed.sh
     patch-sets/patch-report.sh

    new patches:
     stig@brautaset.org--arwen-03/arch--devo--1.0--base-0
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-1
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-3
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-4
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-5
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-6
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-7


2003-05-02 GMT	Tom Lord <lord@emf.net>	patch-83

    Summary:
      stig log patch-8
    Revision:
      arch--devo--1.0--patch-83

    Patches applied:
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-8
         trivial undo fix: negate test for $silent regarding tree-lint
    
    
    (previously fixed by hand -- just logging)
    

    new files:
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-8

    modified files:
     ChangeLog

    new patches:
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-8


2003-05-02 GMT	Tom Lord <lord@emf.net>	patch-82

    Summary:
      patch-9 log from stig
    Revision:
      arch--devo--1.0--patch-82

    This was previously fixed "by hand" -- this change
    just adds stig's log for it.
    
    Patches applied:
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-9
         undo: make --no-output flag work 
    

    new files:
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-9

    modified files:
     ChangeLog

    new patches:
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-9


2003-05-02 GMT	Tom Lord <lord@emf.net>	patch-81

    Summary:
      start-dir => start_dir in commit.sh
    Revision:
      arch--devo--1.0--patch-81

    start-dir => start_dir in commit.sh

    modified files:
     =THANKS ChangeLog archive-transactions/commit.sh


2003-05-02 GMT	Tom Lord <lord@emf.net>	patch-80

    Summary:
      doc typos
    Revision:
      arch--devo--1.0--patch-80

    
    doc typos.
    

    modified files:
     =THANKS ChangeLog manual/revision-libraries.doc


2003-05-01 GMT	Tom Lord <lord@emf.net>	patch-79

    Summary:
      patch-report removed symlinks bug
    Revision:
      arch--devo--1.0--patch-79

    
    > The patch-report command stores the name of patch directory in the variable
    > $delta and attempts to pass it around to subshells.  However, the variable
    > is exported too late for it to be useful for "removed files" and "removed
    > symbolic links" sections.  This results in removed symbolic links to appear
    > in the former section, not in the latter section.
    
    -- Junio C Hamano
    
    

    modified files:
     =THANKS ChangeLog patch-sets/patch-report.sh


2003-04-11 GMT	Tom Lord <lord@emf.net>	patch-78

    Summary:
      use head -n <N> not head -<N>
    Revision:
      arch--devo--1.0--patch-78

    
    Heads up from Patrick Mauritz on GNU coreutils:
    
    Use head -n <N> not head -<N>.
    

    modified files:
     =THANKS ChangeLog arch/larch.sh.in
     archive-transactions/commit.sh archive-transactions/get.sh
     archive-transactions/lock-branch.sh
     archive-transactions/lock-revision.sh
     archives/archive-cached-revisions.sh
     archives/previous-patch-level.sh archives/revisions.sh
     branching-and-merging/reconcile.sh
     branching-and-merging/replay.sh
     branching-and-merging/star-merge.sh
     branching-and-merging/tag.sh branching-and-merging/update.sh
     branching-and-merging/whats-missing.sh
     configurations/record-config.sh configurations/show-config.sh
     local-cache/file-diffs.sh local-cache/old-file.sh
     local-cache/what-changed.sh
     naming-conventions/indicated-revision.sh
     naming-conventions/patch-level-lt.sh patch-logs/log-ls.sh
     patch-sets/dopatch.sh patch-sets/mkpatch.sh
     project-tree/tree-repair.sh project-tree/tree-root.sh


2003-03-15 GMT	Tom Lord <lord@emf.net>	patch-77

    Summary:
      [issue29] typo in tutorial
    Revision:
      arch--devo--1.0--patch-77

    
    stig says:
    
    In [...]/tutorial/multi-tree-projects.html this short section occurs,
    in which a s/top most/topmost/ would be appropriate: [....]
    
    

    modified files:
     =THANKS ChangeLog manual/multi-tree-projects.doc


2003-03-15 GMT	Tom Lord <lord@emf.net>	patch-76

    Summary:
      [issue25] log-ls fix from stig
    Revision:
      arch--devo--1.0--patch-76

    Patches applied:
    
      * stig@brautaset.org--arwen-03/arch--devo--1.0--patch-2
         log-ls -- don't use explicit patch-level as regexps
    

    new files:
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log/patch-2

    modified files:
     ChangeLog patch-logs/log-ls.sh

    new directories:
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03
     {arch}/arch/arch--devo/arch--devo--1.0/stig@brautaset.org--arwen-03/patch-log

    new patches:
     stig@brautaset.org--arwen-03/arch--devo--1.0--patch-2


2003-03-03 GMT	Tom Lord <lord@emf.net>	patch-75

    Summary:
      [issue32] spelling error in delta-patch
    Revision:
      arch--devo--1.0--patch-75

    
    
    Spelling error in delta-patch.
    

    modified files:
     =THANKS ChangeLog branching-and-merging/delta-patch.sh


2003-03-03 GMT	Tom Lord <lord@emf.net>	patch-74

    Summary:
      [issue33] larch replay help message bug
    Revision:
      arch--devo--1.0--patch-74

    
    
    The help message didn't advertise --silent, etc.
    

    modified files:
     =THANKS ChangeLog branching-and-merging/replay.sh


2003-03-03 GMT	Tom Lord <lord@emf.net>	patch-73

    Summary:
      [issue34] larch delete bug
    Revision:
      arch--devo--1.0--patch-73

    
    `larch delete' should be able to take a list of files, the same way as
    `larch add' does. The help message indicate that it does, but it
    doesn't work that way.
    

    modified files:
     =THANKS ChangeLog inventory/delete.sh


2003-03-03 GMT	Tom Lord <lord@emf.net>	patch-72

    Summary:
      [issue39] undo/redo buglets
    Revision:
      arch--devo--1.0--patch-72

    
    Minor bugs in undo/redo.
    

    modified files:
     ChangeLog project-tree/redo.sh project-tree/undo.sh


2003-03-03 GMT	Tom Lord <lord@emf.net>	patch-71

    Summary:
      [issue40] undo --silent bug
    Revision:
      arch--devo--1.0--patch-71

    
    
    Trivial `undo --silent' bug.
    

    modified files:
     =THANKS ChangeLog project-tree/undo.sh


2003-03-02 GMT	Tom Lord <lord@emf.net>	patch-70

    Summary:
      [issue49] undo --no-output trivial bug fix
    Revision:
      arch--devo--1.0--patch-70

    -                    no-output=--no-output
    +                    no_output=--no-output
    
    

    modified files:
     =THANKS ChangeLog patch-logs/changelog.sh project-tree/undo.sh


2003-03-02 GMT	Tom Lord <lord@emf.net>	patch-69

    Summary:
      [issue48] bug fix (dopatch --reverse)
    Revision:
      arch--devo--1.0--patch-69

    
    In dopatch,  don't use:
    
    	(  foo ; bar )
    
    where 
    
    	( foo && bar )
    
    has the desired exit status and, with `--reverse', 
    ensure that the reversed patches directory exists.
    

    modified files:
     ChangeLog patch-sets/dopatch.sh


2003-03-02 GMT	Tom Lord <lord@emf.net>	patch-68

    Summary:
      updated =THANKS
    Revision:
      arch--devo--1.0--patch-68

    Update `=THANKS'.
    

    modified files:
     =THANKS ChangeLog


2003-02-04 GMT	Tom Lord <lord@emf.net>	patch-67

    Summary:
      yank the nascent process mgt notes
    Revision:
      arch--devo--1.0--patch-67

    
    I was writing some process mgt. notes as a prereq for
    release 1.0pre17 but, screw that:  too many people are saying
    "I'm looking forward to 1.0pre17" and I'm getting tired of 
    the "Real Soon Now" litany.
    

    removed files:
     =PROJECTMGT/release-criterea-1.0

    modified files:
     ChangeLog

    removed directories:
     =PROJECTMGT


2003-02-04 GMT	Tom Lord <lord@emf.net>	patch-66

    Summary:
      fixed a tutorial typo
    Revision:
      arch--devo--1.0--patch-66

    
    Fixed a tutorial typo.
    

    new files:
     =PROJECTMGT/release-criterea-1.0

    modified files:
     =THANKS ChangeLog manual/symbolic-tags.doc

    new directories:
     =PROJECTMGT


2003-02-04 GMT	Tom Lord <lord@emf.net>	patch-65

    Summary:
      `redo'/`undo' should invoke `dopatch'/`mkpatch' with --quiet
    Revision:
      arch--devo--1.0--patch-65

    
    `redo' (`undo') should invoke `dopatch' (`mkpatch') with a default of
    `--quiet' rather than `--silent'.
    
    

    modified files:
     ChangeLog project-tree/redo.sh project-tree/undo.sh


2003-02-04 GMT	Tom Lord <lord@emf.net>	patch-64

    Summary:
      remove tmpdirs before creating them
    Revision:
      arch--devo--1.0--patch-64

    
    Before creating a tmpdir, remove it with `rm -rf'.
    

    modified files:
     =THANKS ChangeLog archive-transactions/build-by-patching.sh
     archive-transactions/copy-from-archive-cache.sh
     archive-transactions/copy-from-fresh-start-base.sh
     archive-transactions/get-patch.sh archive-transactions/get.sh
     archive-transactions/push-mirror.sh
     archives/archive-cache-revision.sh
     branching-and-merging/delta-patch.sh
     branching-and-merging/make-sync-tree.sh
     branching-and-merging/replay.sh branching-and-merging/tag.sh
     branching-and-merging/update.sh local-cache/add-pristine.sh
     patch-sets/dopatch.sh web/update-distributions.sh


2003-02-04 GMT	Tom Lord <lord@emf.net>	patch-63

    Summary:
      lot's more work on manual
    Revision:
      arch--devo--1.0--patch-63

    Lot's more work on the manual.
    

    new files:
     manual/project-management.doc manual/symbolic-tags.doc
     manual/cherrypicking-changes.doc manual/revision-libraries.doc
     manual/archive-caching.doc manual/notifiers.doc

    modified files:
     =THANKS ChangeLog archive-transactions/build-revision.sh
     manual/arch.doc manual/changeset-format.doc
     manual/checking-in-changes.doc manual/development-branches.doc
     manual/elementary-branches.doc manual/importing-first.doc
     manual/in-general.doc manual/introducing-changesets.doc
     manual/introduction.doc manual/inventories.doc
     manual/inventory-tags.doc manual/little-help.doc
     manual/multi-tree-projects.doc manual/naming-conventions.doc
     manual/new-archive.doc manual/new-project.doc
     manual/new-source.doc manual/private-mirrors.doc
     manual/retrieving-earlier-revisions.doc
     manual/shared-and-public-archives.doc
     manual/source-license.doc manual/summary.doc
     manual/system-requirements.doc manual/tree-history.doc
     manual/update-commit.doc

    renamed files:
     manual/patch-logs.doc
       ==> manual/tree-history.doc



2003-01-31 GMT	Tom Lord <lord@emf.net>	patch-62

    Summary:
      fixed a syntax error in join-branch
    Revision:
      arch--devo--1.0--patch-62

    
    `join-branch' contained a syntax error ("test ... -a foo" where "test
    ... && foo" is correct).
    

    modified files:
     ChangeLog branching-and-merging/join-branch.sh


2003-01-31 GMT	Tom Lord <lord@emf.net>	patch-61

    Summary:
      fixed `whats-missing' for missing patch log
    Revision:
      arch--devo--1.0--patch-61

    If a tree has no patch log for a given version, `whats-missing' should
    fail.  Previously, it gave some stderr output from `log-ls' but ran
    to completion anyway.
    
    

    modified files:
     ChangeLog branching-and-merging/whats-missing.sh


2003-01-30 GMT	Tom Lord <lord@emf.net>	patch-60

    Summary:
      more tutorial work
    Revision:
      arch--devo--1.0--patch-60

    
    
    More work on the tutorial.
    

    modified files:
     ChangeLog manual/arch.doc manual/little-help.doc


2003-01-30 GMT	Tom Lord <lord@emf.net>	patch-59

    Summary:
      more tutorial work
    Revision:
      arch--devo--1.0--patch-59

    
    
    More work on the tutorial.
    

    new files:
     manual/little-help.doc manual/development-branches.doc
     manual/naming-conventions.doc

    modified files:
     ChangeLog manual/arch.doc manual/elementary-branches.doc
     manual/inventories.doc manual/private-mirrors.doc
     manual/summary.doc

    renamed files:
     manual/vendor-branches.doc
       ==> manual/elementary-branches.doc



2003-01-30 GMT	Tom Lord <lord@emf.net>	patch-58

    Summary:
      several new tutorial chapters
    Revision:
      arch--devo--1.0--patch-58

    
    Added several new chapters to the tutorial.
    

    new files:
     manual/shared-and-public-archives.doc manual/update-commit.doc
     manual/introducing-changesets.doc manual/changeset-format.doc
     manual/exploring-changesets.doc
     manual/selected-files-commits.doc
     manual/introducing-replay.doc manual/vendor-branches.doc
     manual/private-mirrors.doc

    removed files:
     manual/patches.doc

    modified files:
     =THANKS =issues/features/interactive-log-editting ChangeLog
     manual/arch.doc manual/checking-in-changes.doc
     manual/importing-first.doc manual/in-general.doc
     manual/introducing-yourself.doc manual/inventories.doc
     manual/inventory-tags.doc manual/new-archive.doc
     manual/new-project.doc manual/new-source.doc
     manual/retrieving-earlier-revisions.doc manual/summary.doc


2003-01-28 GMT	Tom Lord <lord@emf.net>	patch-57

    Summary:
      more tutorial hacking
    Revision:
      arch--devo--1.0--patch-57

    Yet more hacking on the tutorial.
    

    new files:
     manual/document-license.doc manual/multi-tree-projects.doc
     manual/patches.doc manual/patch-logs.doc
     manual/source-license.doc

    modified files:
     ChangeLog manual/arch.doc


2003-01-28 GMT	Tom Lord <lord@emf.net>	patch-56

    Summary:
      added "summary of examples" chapter to tutorial
    Revision:
      arch--devo--1.0--patch-56

    
    
    Added a "Summary of Examples" chapter to the tutorial.
    

    new files:
     manual/summary.doc

    modified files:
     ChangeLog manual/arch.doc


2003-01-28 GMT	Tom Lord <lord@emf.net>	patch-55

    Summary:
      tutorial up through `commit'
    Revision:
      arch--devo--1.0--patch-55

    
    
    More for the tutorial.
    

    new files:
     manual/retrieving-earlier-revisions.doc

    modified files:
     ChangeLog manual/arch.doc manual/checking-in-changes.doc
     manual/introduction.doc manual/inventory-tags.doc


2003-01-28 GMT	Tom Lord <lord@emf.net>	patch-54

    Summary:
      new manual updates through `import' documentation
    Revision:
      arch--devo--1.0--patch-54

    
    Wrote several chapters for the new tutorial covering 
    everything up to `import'.
    

    new files:
     manual/new-source.doc manual/inventory-tags.doc
     manual/inventories.doc manual/importing-first.doc
     manual/checking-in-changes.doc

    modified files:
     ChangeLog manual/arch.doc manual/introducing-yourself.doc
     manual/new-archive.doc manual/new-project.doc


2003-01-28 GMT	Tom Lord <lord@emf.net>	patch-53

    Summary:
      fixed two `import' bugs
    Revision:
      arch--devo--1.0--patch-53

    1) Delete ,,commit-tmp-dir if it already exists.
    
    2) Got rid of some vestigial code from the (now gone)
       --begin/--finish options.
    

    modified files:
     ChangeLog archive-transactions/import.sh


2003-01-27 GMT	Tom Lord <lord@emf.net>	patch-52

    Summary:
      use `rm' properly in Makefiles
    Revision:
      arch--devo--1.0--patch-52

    Don't invoke `rm' for files not known to exist; don't invoke `rm' with
    the `-f' flag; don't ignore the exit status of `rm'.
    

    modified files:
     =THANKS ChangeLog arch/Makefile.in


2003-01-26 GMT	Tom Lord <lord@emf.net>	patch-51

    Summary:
      fixed make-clean bugs
    Revision:
      arch--devo--1.0--patch-51

    Fixed make-clean bugs.
    

    modified files:
     =THANKS ChangeLog arch/Makefile.in


2003-01-26 GMT	Tom Lord <lord@emf.net>	patch-50

    Summary:
      fixed typo in import.sh
    Revision:
      arch--devo--1.0--patch-50

    Fixed a typo in import.sh.

    modified files:
     =THANKS ChangeLog archive-transactions/import.sh


2003-01-24 GMT	Tom Lord <lord@emf.net>	patch-49

    Summary:
      handle empty patches gracefully
    Revision:
      arch--devo--1.0--patch-49

    Automatic changelogs can result in empty patch files in a patch set.
    When those are actually applied to a file, the result _should_ be 
    no changes to the file, but `patch' instead outputs an empty file.
    
    Therefore, in `dopatch', treat empty patch files specially.
    
    

    modified files:
     ChangeLog patch-sets/dopatch.sh


2003-01-24 GMT	Tom Lord <lord@emf.net>	patch-48

    Summary:
      fixed some auto changelog bugs
    Revision:
      arch--devo--1.0--patch-48

    
    Fixed some auto changelog bugs.
    

    modified files:
     ChangeLog archive-transactions/commit.sh patch-sets/dopatch.sh


2003-01-24 GMT	Tom Lord <lord@emf.net>	patch-47

    Summary:
      eliminate --begin/--finish in import
    Revision:
      arch--devo--1.0--patch-47

    Eliminated --begin/--finish in import.
    

    modified files:
     ChangeLog archive-transactions/import.sh


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-46

    Summary:
      updated =README
    Revision:
      arch--devo--1.0--patch-46

    
    Updated =README.
    
    
    

    modified files:
     =README ChangeLog


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-45

    Summary:
      fixed auto-changelogs with explicit tags
    Revision:
      arch--devo--1.0--patch-45

    
    Fixed auto-changelogs with explicit tags.   The previous set of 
    fixes to changelogs got this case wrong (explicit changelog
    tags begin "x_automatic_ChangeLog" not "i_automatic_ChangeLog").
    

    removed files:
     =issues/bugs/explicit-vs-changelogs

    modified files:
     ChangeLog archive-transactions/commit.sh patch-sets/dopatch.sh


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-44

    Summary:
      require a tagging method in `import'	  fixes (bugs/cmd-import/tagging-name-default)
    Revision:
      arch--devo--1.0--patch-44

    
    `import' no longer allows you to import a tree that lacks an
    explicitly declared tagging method.
    
    
    `tagging-commit' now accepts a `--strict' option that gives
    an error if there is no `{arch}/=tagging-method' file.
    

    removed files:
     =issues/bugs/cmd-import/tagging-name-default

    modified files:
     ChangeLog archive-transactions/import.sh
     inventory/tagging-method.sh

    removed directories:
     =issues/bugs/cmd-import


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-43

    Summary:
      fixed a smudged Help.list.in file
    Revision:
      arch--devo--1.0--patch-43

    
    Fixed a smudged Help.list.in file (in ./project-trees).
    

    modified files:
     ChangeLog project-tree/Help.list.in


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-42

    Summary:
      cleaned up top dir, created issue database
    Revision:
      arch--devo--1.0--patch-42

    
    Cleaned up the top directory quite a bit.
    
    Create and populated an issues "database" (./=issues).
    

    new files:
     =issues/features/ambiguous-names
     =issues/bugs/cmd-add/add-non-source
     =issues/bugs/cmd-inventory/hardwire-logfiles
     =issues/bugs/cmd-make-log/new-logfile-name
     =issues/bugs/prog-set-file-metadata/dont-zero-extra-bits
     =issues/bugs/cmd-star-merge/wrong-directory
     =issues/bugs/cmd-notify/long-lines
     =issues/bugs/cmd-push-mirror/update-ordering
     =issues/features/cmd-notify/notify-email-header
     =issues/features/cmd-tree-version/subsume-set-tree-version
     =issues/features/micro-arch
     =issues/features/cmd-help/need-a-help-command
     =issues/features/cmd-help/rearrange-commands
     =issues/features/make-mirrors-special
     =issues/features/unified-caches
     =issues/features/mandatory-branch-names
     =issues/features/interactive-log-editting
     =issues/bugs/cmd-update-distribution/dist-option
     =issues/bugs/cmd-tag/avoid-trashing-commit-lines
     =issues/features/archive-lint =issues/features/archive-caching
     =issues/bugs/cmd-log-ls/work-on-archive-revisions
     =issues/bugs/explicit-vs-changelogs
     =issues/bugs/merge-points-wrong =issues/bugs/speed
     =issues/bugs/cmd-file-diffs/file-list-call-wrong
     =issues/features/cmd-valid-log-file/generalize-it
     =issues/bugs/cmd-valid-package-name/empty-archives
     =issues/bugs/cmd-import/tagging-name-default
     =issues/bugs/prog-larch/dont-munge-path
     =issues/bugs/cmd-push-mirror/sloppy-status
     =issues/bugs/cmd-categories/full-option

    removed files:
     patch-sets/BUGS .arch-ids/=NEWS.id =later/platform/awk.sh
     =FAQS/repository =TODO =CONTRIBUTORS =FAQS/features.html
     =FAQS/general =FAQS/subversion =FAQS/contributing =NEWS

    modified files:
     =THANKS ChangeLog

    renamed files:
     =retired/web/PLUGIN/.arch-ids/REQ.id
       ==> web/UNPLUGGED/.arch-ids/REQ.id
     =retired/web/patch-list-rows.awk
       ==> web/patch-list-rows.awk
     =retired/web/details.awk
       ==> web/details.awk
     =retired/web/browser-display.html
       ==> web/browser-display.html
     =retired/web/browser-left.html
       ==> web/browser-left.html
     =retired/web/browser-nav.html
       ==> web/browser-nav.html
     =retired/web/browser-right.html
       ==> web/browser-right.html
     =retired/web/browser-top.html
       ==> web/browser-top.html
     =retired/web/browser.html
       ==> web/browser.html
     =retired/web/=todo
       ==> web/=todo
     =retired/web/left-index.awk
       ==> web/left-index.awk
     =retired/web/revisions-right-index.awk
       ==> web/revisions-right-index.awk
     =retired/web/right-index.awk
       ==> web/right-index.awk
     =retired/web/distribution-name.sh
       ==> web/distribution-name.sh
     =retired/web/left-table.awk
       ==> web/left-table.awk
     =retired/web/distribution-right-index.awk
       ==> web/distribution-right-index.awk
     =retired/web/patch-details.sh
       ==> web/patch-details.sh
     =retired/web/update-distributions.sh
       ==> web/update-distributions.sh
     =retired/web/file-details.awk
       ==> web/file-details.awk
     =retired/web/browser-help.html
       ==> web/browser-help.html
     =retired/web/browser-help-branches.html
       ==> web/browser-help-branches.html
     =retired/web/browser-help-categories.html
       ==> web/browser-help-categories.html
     =retired/web/browser-help-creators.html
       ==> web/browser-help-creators.html
     =retired/web/browser-help-versions.html
       ==> web/browser-help-versions.html
     =retired/web/Makefile.in
       ==> web/Makefile.in
     =retired/web/Help.list.in
       ==> web/Help.list.in
     =retired/web/Help.category_title.in
       ==> web/Help.category_title.in
     =retired/web/Help.category.in
       ==> web/Help.category.in
     =retired/web/make-library-browser.sh
       ==> web/make-library-browser.sh
     =retired/web/patch-set-web.sh
       ==> web/patch-set-web.sh
     =retired/web/PLUGIN/REQ
       ==> web/UNPLUGGED/REQ


    new directories:
     =issues =issues/bugs =issues/bugs/cmd-add
     =issues/bugs/cmd-categories =issues/bugs/cmd-file-diffs
     =issues/bugs/cmd-import =issues/bugs/cmd-inventory
     =issues/bugs/cmd-log-ls =issues/bugs/cmd-make-log
     =issues/bugs/cmd-notify =issues/bugs/cmd-push-mirror
     =issues/bugs/cmd-star-merge =issues/bugs/cmd-tag
     =issues/bugs/cmd-update-distribution
     =issues/bugs/cmd-valid-package-name =issues/bugs/prog-larch
     =issues/bugs/prog-set-file-metadata =issues/features
     =issues/features/cmd-help =issues/features/cmd-notify
     =issues/features/cmd-tree-version
     =issues/features/cmd-valid-log-file web web/UNPLUGGED
     web/UNPLUGGED/.arch-ids

    removed directories:
     =FAQS =later =later/platform =retired =retired/web
     =retired/web/PLUGIN .arch-ids =retired/web/PLUGIN/.arch-ids


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-41

    Summary:
      documentation tweaks
    Revision:
      arch--devo--1.0--patch-41

    
    Fixed some typose in the nascent manual.

    new files:
     manual/new-project.doc

    modified files:
     ChangeLog manual/arch.doc manual/introduction.doc


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-40

    Summary:
      add, move, delete tweaks
    Revision:
      arch--devo--1.0--patch-40

    In `add', tag automatic ChangeLog files specially.
    
    In `move', don't object to the destination name being the
    name of an existing directory.  Yes, people expecting this
    program to act like `mv' will be confused at first.
    
    In `delete' -- just fixed a comment.
    

    modified files:
     ChangeLog inventory/add.sh inventory/delete.sh
     inventory/move.sh


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-39

    Summary:
      Added --strict option to tree-lint, commit, import (Issue81)
    Revision:
      arch--devo--1.0--patch-39

    Added a `--strict' option to `tree-lint', `commit', and `import' which
    converts `tree-lint' warnings to full errors.
    
    (c.f. Issue81 in http://bugs.fifthvision.net:8080/larch/)

    modified files:
     ChangeLog archive-transactions/commit.sh
     archive-transactions/import.sh inventory/tree-lint.sh


2003-01-23 GMT	Tom Lord <lord@emf.net>	patch-38

    Summary:
      added undo/redo commands
    Revision:
      arch--devo--1.0--patch-38

    
    Added undo/redo commands from Alexander Deruwe (with
    changes for coding standards / simplification).
    

    new files:
     =CONTRIBUTORS project-tree/redo.sh project-tree/undo.sh

    modified files:
     ChangeLog project-tree/Help.list.in


2003-01-22 GMT	Tom Lord <lord@emf.net>	patch-37

    Summary:
      various automated ChangeLog bug fixes (Issue77)
    Revision:
      arch--devo--1.0--patch-37

    
    Recognize automated changelogs by tag, not by filename, and take the
    version for the changelog from the tag (thus, the feature no longer
    works in `names' method trees).  The purpose of this change to ensure
    that automated changelogs never change versions between two trees
    (that instead shows up as an add and a delete).
    
    Second, when computing `,,patch-list' in `dopatch' (the list of files
    to be patched), exclude from the list (a) patches to any files that
    will be automatically updated in the final tree and (b) patches to
    automated changelogs that aren't present in the final tree.   (a)
    a simpler/more robust way to avoid patching changelogs that will be
    autoupdated and replaces an earlier mechanism.  (b) eliminates
    pointless "patch for missing file" conflicts when merging changes from
    a branch that has ChangeLogs you don't have.
    
    (Issue77 at http://bugs.fifthvision.net:8080/larch/)
    

    modified files:
     ChangeLog archive-transactions/commit.sh patch-sets/dopatch.sh


2003-01-22 GMT	Tom Lord <lord@emf.net>	patch-36

    Summary:
      eliminated some dead code in dopatch.sh
    Revision:
      arch--devo--1.0--patch-36

    Eliminated some dead code in dopatch.sh.
    
    It was computing ",,missing-removed-files-index" which isn't needed by
    anything.
    

    modified files:
     ChangeLog patch-sets/DOPATCH patch-sets/dopatch.sh


2003-01-22 GMT	Tom Lord <lord@emf.net>	patch-35

    Summary:
      shuffled around changelogs
    Revision:
      arch--devo--1.0--patch-35

    
    Shuffled around changelogs.
    

    new files:
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.devo--1.0
     ChangeLog

    removed files:
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0


2003-01-22 GMT	Tom Lord <lord@emf.net>	patch-34

    Summary:
      Improved valid-log-file errors/help (Issue34)
    Revision:
      arch--devo--1.0--patch-34

    Improved the error messages and help text for valid-log-file.
    
    (c.f. Issue34 in http://bugs.fifthvision.net:8080/larch/)

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-logs/valid-log-file.sh


2003-01-22 GMT	Tom Lord <lord@emf.net>	patch-33

    Summary:
      properly sort patch names in log messages (Issue 90)
    Revision:
      arch--devo--1.0--patch-33

    Properly sort patch names in log messages.
    
    (c.f. Issue90 in http://bugs.fifthvision.net:8080/larch/)

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archive-transactions/commit.sh archive-transactions/import.sh
     branching-and-merging/tag.sh


2003-01-22 GMT	Tom Lord <lord@emf.net>	patch-32

    Summary:
      eliminate redundant lines in merge-points output
    Revision:
      arch--devo--1.0--patch-32

    
    Eliminate redundant lines in merge-points output.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-logs/merge-points.sh


2003-01-22 GMT	Tom Lord <lord@emf.net>	patch-31

    Summary:
      add `make-sync-tree' to the list of user commands
    Revision:
      arch--devo--1.0--patch-31

    Add `make-sync-tree' to the list of user commands.

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     branching-and-merging/Help.list.in


2003-01-22 GMT	Tom Lord <lord@emf.net>	patch-30

    Summary:
      "fixed" star-merge "bug", tweaked `join-branch' (Issue35)
    Revision:
      arch--devo--1.0--patch-30

    
    Suppose that V is a version and B a branch from that version.
    
    Initially, project tree's from V have no patch log from B, so
    `star-merge' will not work with them.
    
    It has been proposed that `star-merge' should implicitly `join-branch'
    the branch in such cases.
    
    I don't think that's a good idea: the error currently given by
    `star-merge' might mean that B is not really what the user wanted
    to merge in.  The user should see the error and decide for herself.
    
    So, this change expands the error message a bit, advising users
    to consider using `join-branch' explicitly.
    
    `join-branch' has gained a small convenience addition that hopefully
    won't create too many problems.  The branch name may now be
    abbreviated as it's version name, with `base-0' assumed.
    
    (c.f. Issue35 in http://bugs.fifthvision.net:8080/larch/)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     branching-and-merging/join-branch.sh
     branching-and-merging/star-merge.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-29

    Summary:
      reinstate `make-sync-trees'
    Revision:
      arch--devo--1.0--patch-29

    `make-sync-trees' is useful and should not be deprecated.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0

    renamed files:
     branching-and-merging/=retired/make-sync-tree.sh
       ==> branching-and-merging/make-sync-tree.sh



2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-28

    Summary:
      fixed patch-report renamed files bug
    Revision:
      arch--devo--1.0--patch-28

    `patch-report' was not always properly listing renamed
    files and directories.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-sets/compute-renamed.awk


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-27

    Summary:
      `commit' bug fix (no changes detection)
    Revision:
      arch--devo--1.0--patch-27

    
    `commit' ordinarilly refuses to commit if there are
    apparently no changes in the tree.  However, when
    checking for the condition of no changes, it 
    overlooked file renames.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archive-transactions/commit.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-26

    Summary:
      fixed relative-paths bug in commit --files
    Revision:
      arch--devo--1.0--patch-26

    `commit --files' was restarting with archive connection from
    the wrong directory, consequently relative path arguments
    were not handled correctly.
    
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archive-transactions/commit.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-25

    Summary:
      don't overwrite existing log files in `make-log'
    Revision:
      arch--devo--1.0--patch-25

    Don't overwrite existing log files in `make-log'.
    
    (c.f. wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-63)

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-logs/make-log.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-24

    Summary:
      fixed mklinks symlink bug
    Revision:
      arch--devo--1.0--patch-24

    
    
    Fixed bugs with files that change between symlinks and regular files.
    
    (c.f. wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-34)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-sets/mkpatch.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-23

    Summary:
      commit tmpdir handling
    Revision:
      arch--devo--1.0--patch-23

    
    In `commit', delete a stale tmpdir before creating a new one.
    
    
    (c.f. wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-70)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archive-transactions/commit.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-22

    Summary:
      fixed a merge-points bug
    Revision:
      arch--devo--1.0--patch-22

    
    In `merge-points', when calling `with-archive', pass the correct
    archive name.
    
    (copyright foo: This is a trivial, obvious, one-way-to-do-it, one-line
    bug fix that wlandry tells us comes from an unknown debian
    contributor.)
    
    
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-logs/merge-points.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-21

    Summary:
      fixed a typo in `push-mirror'
    Revision:
      arch--devo--1.0--patch-21

    
    
    Fixed a variable misspelling in `push-mirror'.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archive-transactions/push-mirror.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-20

    Summary:
      improved help for archive-uncache/archive-cached-revisions (Issue61)
    Revision:
      arch--devo--1.0--patch-20

    Improved the help for archive-uncache/archive-cached-revisions.
    
    (Issue61 in http://bugs.fifthvision.net:8080/larch)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archives/archive-cached-revisions.sh
     archives/archive-uncache-revision.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-19

    Summary:
      --verbose repair in build/update-config (Issue67)
    Revision:
      arch--devo--1.0--patch-19

    Repaired `--verbose' in `build/update-config'.
    
    (Issue67 in http://bugs.fifthvision.net:8080/larch)

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     configurations/build-config.sh configurations/update-config.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-18

    Summary:
      improved archive-cache-revision --help (Issue63)
    Revision:
      arch--devo--1.0--patch-18

    Improved the `archive-cache-revision --help' output by 
    explaining a default. 
    
    (Issue63 in http://bugs.fifthvision.net:8080/larch)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archives/archive-cache-revision.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-17

    Summary:
      fixed merge-points bug (Issue40)
    Revision:
      arch--devo--1.0--patch-17

    
    Fixed a merge points bug (Issue40 in
    http://bugs.fifthvision.net:8080/larch/issue40)

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-logs/merge-points.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-16

    Summary:
      fixed various help messages
    Revision:
      arch--devo--1.0--patch-16

    
    Fixed the quoting in various help messages.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archives/branches.sh archives/categories.sh
     archives/versions.sh local-cache/pristines.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-15

    Summary:
      accept relative paths in my-notifier
    Revision:
      arch--devo--1.0--patch-15

    
    Accept relative paths in my-notifier.
    
    (c.f. wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-67)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     notify/my-notifier.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-14

    Summary:
      removed silly part of add-log help message
    Revision:
      arch--devo--1.0--patch-14

    
    Removed a part of the `add-log' help message that did 
    nothing more than document universal conventions.
    
    
    (c.f. wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-67
    
     Which complains about the formatting of the bogus text but 
     describes a bogus solution.)
    
     

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-logs/add-log.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-13

    Summary:
      honor --names/--explicit/--implicit/--files/--dirs/--both in `inventory'
    Revision:
      arch--devo--1.0--patch-13

    The options `--names/--explicit/--implicit/--files/--dirs/--both'
    weren't properly forwarded to nested invocations of inventory when a
    full report is being generated.
    
    (c.f. wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-100)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     inventory/inventory.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-12

    Summary:
      kill state index caches in pristine trees
    Revision:
      arch--devo--1.0--patch-12

    
    In `take-from-cache', remove the `++cache-index' file if it
    exists.
    
    (Bug report taken from the summary of 
     wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-46
     
     but that patch appears to fix the bug in the wrong place:
    
       commit now removes the ++cached-index in the ++pristine tree
        	 because a commit often makes it invalid anyway.)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     local-cache/take-from-cache.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-11

    Summary:
      fixed quoting errors in `pristines --help'
    Revision:
      arch--devo--1.0--patch-11

    
    Fixed some quoting errors in `pristines --help'.
    
    (Bug report taken from summary of 
      wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-45)

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     local-cache/pristines.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-10

    Summary:
      commit seeks the log file in the right place
    Revision:
      arch--devo--1.0--patch-10

    
    Commit by default now looks for the log file in the
    tree root.  
    
    (Bug report taken from summary of 
     wlandry@ucsd.edu--larch-archive/dists--landry--1.0--patch-94)
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archive-transactions/commit.sh


2003-01-21 GMT	Tom Lord <lord@emf.net>	patch-9

    Summary:
      started new manual
    Revision:
      arch--devo--1.0--patch-9

    
    Started a new tutorial-style manual.
    

    new files:
     manual/arch.doc manual/introduction.doc manual/indexes.doc
     manual/system-requirements.doc manual/in-general.doc
     manual/new-archive.doc manual/introducing-yourself.doc

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0

    renamed files:
     manual/data-sheet.doc
       ==> manual/=retired/data-sheet.doc
     manual/star-topology.doc
       ==> manual/=retired/star-topology.doc
     manual/reconciling.doc
       ==> manual/=retired/reconciling.doc
     manual/patch-set-format.doc
       ==> manual/=retired/patch-set-format.doc
     manual/idempotent-merging.doc
       ==> manual/=retired/idempotent-merging.doc
     manual/sync.doc
       ==> manual/=retired/sync.doc
     manual/configurations.doc
       ==> manual/=retired/configurations.doc
     manual/using-triggers.doc
       ==> manual/=retired/using-triggers.doc
     manual/revision-lib.doc
       ==> manual/=retired/revision-lib.doc
     manual/arbitrary-patching.doc
       ==> manual/=retired/arbitrary-patching.doc
     manual/pristine-cache.doc
       ==> manual/=retired/pristine-cache.doc
     manual/patch-logs.doc
       ==> manual/=retired/patch-logs.doc
     manual/triggers.doc
       ==> manual/=retired/triggers.doc
     manual/multi-tree-projects.doc
       ==> manual/=retired/multi-tree-projects.doc
     manual/preparing-to-merge.doc
       ==> manual/=retired/preparing-to-merge.doc
     manual/on-hacking.doc
       ==> manual/=retired/on-hacking.doc
     manual/arch.doc
       ==> manual/=retired/arch.doc
     manual/document-license.doc
       ==> manual/=retired/document-license.doc
     manual/indexes.doc
       ==> manual/=retired/indexes.doc
     manual/patches.doc
       ==> manual/=retired/patches.doc
     manual/source-license.doc
       ==> manual/=retired/source-license.doc
     manual/overview.doc
       ==> manual/=retired/overview.doc
     manual/theory-of-patches.doc
       ==> manual/=retired/theory-of-patches.doc
     manual/user-names.doc
       ==> manual/=retired/user-names.doc
     manual/archives.doc
       ==> manual/=retired/archives.doc
     manual/basic-rc.doc
       ==> manual/=retired/basic-rc.doc
     manual/development-paths.doc
       ==> manual/=retired/development-paths.doc
     manual/in-general.doc
       ==> manual/=retired/in-general.doc
     manual/basic-branching-and-merging.doc
       ==> manual/=retired/basic-branching-and-merging.doc
     manual/implementing-policies.doc
       ==> manual/=retired/implementing-policies.doc
     manual/introduction.doc
       ==> manual/=retired/introduction.doc
     manual/project-names.doc
       ==> manual/=retired/project-names.doc
     manual/project-trees.doc
       ==> manual/=retired/project-trees.doc
     manual/system-requirements.doc
       ==> manual/=retired/system-requirements.doc
     manual/automatic-triggers.doc
       ==> manual/=retired/automatic-triggers.doc
     manual/getting-started.doc
       ==> manual/=retired/getting-started.doc
     manual/logs-after-merging.doc
       ==> manual/=retired/logs-after-merging.doc
     manual/archive-format.doc
       ==> manual/=retired/archive-format.doc
     manual/web-site.doc
       ==> manual/=retired/web-site.doc
     manual/inventory.doc
       ==> manual/=retired/inventory.doc


    new directories:
     manual/=retired


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-8

    Summary:
      copy archived cached files to mirrors
    Revision:
      arch--devo--1.0--patch-8

    Copy archived cached files to mirrors.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     archive-transactions/push-mirror.sh


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-7

    Summary:
      parameterized bug-report addr
    Revision:
      arch--devo--1.0--patch-7

    
    
    Parameterized the bug-report address report by `--version' options.
    

    new files:
     PLUGIN/options

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     arch/Makefile.in arch/larch.sh.in


2003-01-17 GMT	Tom Lord <lord@regexps.com>	patch-6

    Summary:
      `notify-web' deprecated
    Revision:
      arch--devo--1.0--patch-6

    `notify-web' is deprecated since all the web commands
    were previously deprecated.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     notify/Help.list.in

    renamed files:
     notify/notify-browser.sh
       ==> notify/=retired/notify-browser.sh


    new directories:
     notify/=retired


2003-01-17 GMT	Tom Lord <lord@regexps.com>	patch-5

    Summary:
      don't advertise `empty-patch'
    Revision:
      arch--devo--1.0--patch-5

    
    
    `empty-patch' is not a user level command.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     patch-sets/Help.list.in


2003-01-17 GMT	Tom Lord <lord@regexps.com>	patch-4

    Summary:
      deprecate `inventory' commands
    Revision:
      arch--devo--1.0--patch-4

    
    These commands are deprecated:
    
          check-manifest
          manifest
          missing-tags
          set-manifest
    
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     inventory/Help.list.in

    renamed files:
     inventory/check-manifest.sh
       ==> inventory/=retired/check-manifest.sh
     inventory/missing-tags.sh
       ==> inventory/=retired/missing-tags.sh
     inventory/manifest.sh
       ==> inventory/=retired/manifest.sh
     inventory/set-manifest.sh
       ==> inventory/=retired/set-manifest.sh


    new directories:
     inventory/=retired


2003-01-17 GMT	Tom Lord <lord@regexps.com>	patch-3

    Summary:
      fix help messages after `web' deprecation
    Revision:
      arch--devo--1.0--patch-3

    
    Fixed help messages (`Help.category.in' files) after `web'
    deprecation. 
    
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     library/Help.category.in notify/Help.category.in


2003-01-16 GMT	Tom Lord <lord@regexps.com>	patch-2

    Summary:
      deprecated web commands
    Revision:
      arch--devo--1.0--patch-2

    Deprecated the web commands.
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0

    renamed files:
     web/PLUGIN/.arch-ids/REQ.id
       ==> =retired/web/PLUGIN/.arch-ids/REQ.id
     web/patch-list-rows.awk
       ==> =retired/web/patch-list-rows.awk
     web/details.awk
       ==> =retired/web/details.awk
     web/browser-display.html
       ==> =retired/web/browser-display.html
     web/browser-left.html
       ==> =retired/web/browser-left.html
     web/browser-nav.html
       ==> =retired/web/browser-nav.html
     web/browser-right.html
       ==> =retired/web/browser-right.html
     web/browser-top.html
       ==> =retired/web/browser-top.html
     web/browser.html
       ==> =retired/web/browser.html
     web/=todo
       ==> =retired/web/=todo
     web/left-index.awk
       ==> =retired/web/left-index.awk
     web/revisions-right-index.awk
       ==> =retired/web/revisions-right-index.awk
     web/right-index.awk
       ==> =retired/web/right-index.awk
     web/distribution-name.sh
       ==> =retired/web/distribution-name.sh
     web/left-table.awk
       ==> =retired/web/left-table.awk
     web/distribution-right-index.awk
       ==> =retired/web/distribution-right-index.awk
     web/patch-details.sh
       ==> =retired/web/patch-details.sh
     web/update-distributions.sh
       ==> =retired/web/update-distributions.sh
     web/file-details.awk
       ==> =retired/web/file-details.awk
     web/browser-help.html
       ==> =retired/web/browser-help.html
     web/browser-help-branches.html
       ==> =retired/web/browser-help-branches.html
     web/browser-help-categories.html
       ==> =retired/web/browser-help-categories.html
     web/browser-help-creators.html
       ==> =retired/web/browser-help-creators.html
     web/browser-help-versions.html
       ==> =retired/web/browser-help-versions.html
     web/Makefile.in
       ==> =retired/web/Makefile.in
     web/Help.list.in
       ==> =retired/web/Help.list.in
     web/Help.category_title.in
       ==> =retired/web/Help.category_title.in
     web/Help.category.in
       ==> =retired/web/Help.category.in
     web/make-library-browser.sh
       ==> =retired/web/make-library-browser.sh
     web/patch-set-web.sh
       ==> =retired/web/patch-set-web.sh
     web/PLUGIN/REQ
       ==> =retired/web/PLUGIN/REQ


    new directories:
     =retired =retired/web =retired/web/PLUGIN
     =retired/web/PLUGIN/.arch-ids

    removed directories:
     web web/PLUGIN web/PLUGIN/.arch-ids


2003-01-16 GMT	Tom Lord <lord@regexps.com>	patch-1

    Summary:
      deprecated bogus branch/merge commands
    Revision:
      arch--devo--1.0--patch-1

    These commands are depricated:
    
    	make-sync-tree
            prepare-branch
            finish-branch
    

    modified files:
     ChangeLog
     ChangeLog.d/geisler@ece.nwu.edu--public/ChangeLog.geisler--1.0
     ChangeLog.d/geisler@ece.nwu.edu--src/ChangeLog.geisler--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
     branching-and-merging/Help.list.in
     branching-and-merging/join-branch.sh

    renamed files:
     branching-and-merging/=reconcile-cases/.arch-ids/=id
       ==> branching-and-merging/=scribbles/reconcile-scaffolding/.arch-ids/=id
     branching-and-merging/=reconcile-cases/.arch-ids/=default
       ==> branching-and-merging/=scribbles/reconcile-scaffolding/.arch-ids/=default
     branching-and-merging/prepare-branch.sh
       ==> branching-and-merging/=retired/prepare-branch.sh
     branching-and-merging/finish-branch.sh
       ==> branching-and-merging/=retired/finish-branch.sh
     branching-and-merging/=lemmas
       ==> branching-and-merging/=scribbles/lemmas
     branching-and-merging/=merges
       ==> branching-and-merging/=scribbles/merges
     branching-and-merging/make-sync-tree.sh
       ==> branching-and-merging/=retired/make-sync-tree.sh


    new directories:
     branching-and-merging/=retired
     branching-and-merging/=scribbles
     branching-and-merging/=scribbles/reconcile-scaffolding/.arch-ids

    removed directories:
     branching-and-merging/=reconcile-cases/.arch-ids

    renamed directories:
     branching-and-merging/=reconcile-cases
       ==> branching-and-merging/=scribbles/reconcile-scaffolding



2003-01-16 GMT	Tom Lord <lord@regexps.com>	base-0

    Summary:
      tag of lord@regexps.com--2002/arch--devo--1.0--patch-71
    Revision:
      arch--devo--1.0--base-0

    (automatically generated log message)
    

    new patches:
     lord@regexps.com--2001Q4/arch--devo--1.0--base-0
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-1
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-2
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-3
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-4
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-5
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-6
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-7
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-8
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-9
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-10
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-11
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-12
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-13
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-14
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-15
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-16
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-17
     lord@regexps.com--2001Q4/arch--devo--1.0--patch-17
     lord@regexps.com--2002/arch--devo--1.0--base-0
     lord@regexps.com--public-2001Q4/arch--devo--1.0--base-0
     lord@regexps.com--2002/arch--devo--1.0--patch-1
     lord@regexps.com--2002/arch--lord--1.0--base-0
     lord@regexps.com--2002/arch--lord--1.0--patch-1
     lord@regexps.com--2002/arch--lord--1.0--patch-2
     lord@regexps.com--2002/arch--lord--1.0--patch-3
     lord@regexps.com--2002/arch--lord--1.0--patch-4
     lord@regexps.com--2002/arch--lord--1.0--patch-5
     lord@regexps.com--2002/arch--lord--1.0--patch-6
     lord@regexps.com--2002/arch--lord--1.0--patch-7
     lord@regexps.com--2002/arch--lord--1.0--patch-8
     lord@regexps.com--2002/arch--lord--1.0--patch-9
     lord@regexps.com--2002/arch--lord--1.0--patch-10
     lord@regexps.com--2002/arch--lord--1.0--patch-11
     lord@regexps.com--2002/arch--devo--1.0--patch-2
     lord@regexps.com--2002/arch--lord--1.0--patch-12
     lord@regexps.com--2002/arch--lord--1.0--patch-13
     lord@regexps.com--2002/arch--lord--1.0--patch-14
     lord@regexps.com--2002/arch--lord--1.0--patch-15
     lord@regexps.com--2002/arch--devo--1.0--patch-3
     lord@regexps.com--2002/arch--lord-doc--1.0--base-0
     lord@regexps.com--2002/arch--lord-doc--1.0--patch-1
     lord@regexps.com--2002/arch--lord-doc--1.0--patch-2
     lord@regexps.com--2002/arch--lord-doc--1.0--patch-3
     lord@regexps.com--2002/arch--devo--1.0--patch-4
     lord@regexps.com--2002/arch--lord--1.0--patch-16
     lord@regexps.com--2002/arch--lord--1.0--patch-17
     lord@regexps.com--2002/arch--lord--1.0--patch-18
     lord@regexps.com--2002/arch--lord--1.0--patch-19
     lord@regexps.com--2002/arch--lord--1.0--patch-20
     lord@regexps.com--2002/arch--lord--1.0--patch-21
     lord@regexps.com--2002/arch--lord--1.0--patch-22
     lord@regexps.com--2002/arch--devo--1.0--patch-5
     lord@regexps.com--2002/arch--lord-doc--1.0--patch-4
     lord@regexps.com--2002/arch--lord-doc--1.0--patch-5
     lord@regexps.com--2002/arch--devo--1.0--patch-6
     lord@regexps.com--2002/arch--lord--1.0--patch-23
     lord@regexps.com--2002/arch--lord--1.0--patch-24
     lord@regexps.com--2002/arch--lord--1.0--patch-25
     lord@regexps.com--2002/arch--lord--1.0--patch-26
     lord@regexps.com--2002/arch--lord--1.0--patch-27
     lord@regexps.com--2002/arch--lord--1.0--patch-28
     lord@regexps.com--2002/arch--lord--1.0--patch-29
     lord@regexps.com--2002/arch--lord--1.0--patch-30
     lord@regexps.com--2002/arch--lord--1.0--patch-31
     lord@regexps.com--2002/arch--devo--1.0--patch-7
     lord@regexps.com--2002/arch--lord--1.0--patch-32
     lord@regexps.com--2002/arch--lord--1.0--patch-33
     lord@regexps.com--2002/arch--devo--1.0--patch-8
     lord@regexps.com--2002/arch--devo--1.0--patch-9
     lord@regexps.com--2002/arch--devo--1.0--patch-10
     lord@regexps.com--2002/arch--devo--1.0--patch-11
     lord@regexps.com--2002/arch--devo--1.0--patch-12
     lord@regexps.com--2002/arch--devo--1.0--patch-13
     lord@regexps.com--2002/arch--lord--1.0--patch-34
     lord@regexps.com--2002/arch--lord--1.0--patch-35
     lord@regexps.com--2002/arch--lord--1.0--patch-36
     lord@regexps.com--2002/arch--lord--1.0--patch-37
     lord@regexps.com--2002/arch--lord--1.0--patch-38
     lord@regexps.com--2002/arch--lord--1.0--patch-39
     lord@regexps.com--2002/arch--devo--1.0--patch-14
     lord@regexps.com--2002/arch--lord--1.0--patch-40
     lord@regexps.com--2002/arch--lord--1.0--patch-41
     lord@regexps.com--2002/arch--lord--1.0--patch-42
     lord@regexps.com--2002/arch--lord--1.0--patch-43
     lord@regexps.com--2002/arch--lord--1.0--patch-44
     lord@regexps.com--2002/arch--lord--1.0--patch-45
     lord@regexps.com--2002/arch--lord--1.0--patch-46
     lord@regexps.com--2002/arch--lord--1.0--patch-47
     lord@regexps.com--2002/arch--lord--1.0--patch-48
     lord@regexps.com--2002/arch--lord--1.0--patch-49
     lord@regexps.com--2002/arch--lord--1.0--patch-50
     lord@regexps.com--2002/arch--lord--1.0--patch-51
     lord@regexps.com--2002/arch--lord--1.0--patch-52
     lord@regexps.com--2002/arch--lord--1.0--patch-53
     lord@regexps.com--2002/arch--lord--1.0--patch-54
     lord@regexps.com--2002/arch--lord--1.0--patch-55
     lord@regexps.com--2002/arch--lord--1.0--patch-56
     lord@regexps.com--2002/arch--lord--1.0--patch-57
     lord@regexps.com--2002/arch--lord--1.0--patch-58
     lord@regexps.com--2002/arch--lord--1.0--patch-59
     lord@regexps.com--2002/arch--devo--1.0--patch-15
     lord@regexps.com--2002/arch--lord--1.0--patch-60
     lord@regexps.com--2002/arch--devo--1.0--patch-16
     lord@regexps.com--2002/arch--lord--1.0--patch-61
     lord@regexps.com--2002/arch--devo--1.0--patch-17
     lord@regexps.com--2002/arch--lord--1.0--patch-62
     lord@regexps.com--2002/arch--lord--1.0--patch-63
     lord@regexps.com--2002/arch--lord--1.0--patch-64
     lord@regexps.com--2002/arch--lord--1.0--patch-65
     lord@regexps.com--2002/arch--lord--1.0--patch-66
     lord@regexps.com--2002/arch--lord--1.0--patch-67
     lord@regexps.com--2002/arch--lord--1.0--patch-68
     lord@regexps.com--2002/arch--lord--1.0--patch-69
     lord@regexps.com--2002/arch--lord--1.0--patch-70
     lord@regexps.com--2002/arch--lord--1.0--patch-71
     lord@regexps.com--2002/arch--lord--1.0--patch-72
     lord@regexps.com--2002/arch--lord--1.0--patch-73
     lord@regexps.com--2002/arch--lord--1.0--patch-74
     lord@regexps.com--2002/arch--lord--1.0--patch-75
     lord@regexps.com--2002/arch--lord--1.0--patch-76
     lord@regexps.com--2002/arch--lord--1.0--patch-77
     lord@regexps.com--2002/arch--lord--1.0--patch-78
     lord@regexps.com--2002/arch--lord--1.0--patch-79
     lord@regexps.com--2002/arch--lord--1.0--patch-80
     lord@regexps.com--2002/arch--lord--1.0--patch-81
     lord@regexps.com--2002/arch--lord--1.0--patch-82
     lord@regexps.com--2002/arch--lord--1.0--patch-83
     lord@regexps.com--2002/arch--lord--1.0--patch-84
     lord@regexps.com--2002/arch--lord--1.0--patch-85
     lord@regexps.com--2002/arch--lord--1.0--patch-86
     lord@regexps.com--2002/arch--devo--1.0--patch-18
     lord@regexps.com--2002/arch--lord--1.0--patch-87
     lord@regexps.com--2002/arch--devo--1.0--patch-19
     lord@regexps.com--2002/arch--lord--1.0--patch-88
     lord@regexps.com--2002/arch--lord--1.0--patch-89
     lord@regexps.com--2002/arch--devo--1.0--patch-20
     lord@regexps.com--2002/arch--devo--1.0--patch-21
     lord@regexps.com--2002/arch--devo--1.0--patch-22
     lord@regexps.com--2002/arch--devo--1.0--patch-23
     lord@regexps.com--2002/arch--devo--1.0--patch-24
     lord@regexps.com--2002/arch--devo--1.0--patch-25
     lord@regexps.com--2002/arch--devo--1.0--patch-26
     lord@regexps.com--2002/arch--devo--1.0--patch-27
     lord@regexps.com--2002/arch--devo--1.0--patch-28
     lord@regexps.com--2002/arch--devo--1.0--patch-29
     lord@regexps.com--2002/arch--devo--1.0--patch-30
     lord@regexps.com--2002/arch--devo--1.0--patch-31
     lord@regexps.com--2002/arch--devo--1.0--patch-32
     lord@regexps.com--2002/arch--devo--1.0--patch-33
     lord@regexps.com--2002/arch--devo--1.0--patch-34
     lord@regexps.com--2002/arch--devo--1.0--patch-35
     lord@regexps.com--2002/arch--devo--1.0--patch-36
     lord@regexps.com--2002/arch--lord--1.0--patch-90
     lord@regexps.com--2002/arch--lord--1.0--patch-91
     lord@regexps.com--2002/arch--lord--1.0--patch-92
     lord@regexps.com--2002/arch--lord--1.0--patch-93
     lord@regexps.com--2002/arch--lord--1.0--patch-94
     lord@regexps.com--2002/arch--lord--1.0--patch-95
     lord@regexps.com--2002/arch--devo--1.0--patch-37
     lord@regexps.com--2002/arch--lord--1.0--patch-96
     lord@regexps.com--2002/arch--lord--1.0--patch-97
     lord@regexps.com--2002/arch--lord--1.0--patch-98
     lord@regexps.com--2002/arch--lord--1.0--patch-99
     lord@regexps.com--2002/arch--lord--1.0--patch-100
     lord@regexps.com--2002/arch--lord--1.0--patch-101
     lord@regexps.com--2002/arch--lord--1.0--patch-102
     lord@regexps.com--2002/arch--lord--1.0--patch-103
     lord@regexps.com--2002/arch--lord--1.0--patch-104
     lord@regexps.com--2002/arch--lord--1.0--patch-105
     lord@regexps.com--2002/arch--lord--1.0--patch-106
     lord@regexps.com--2002/arch--lord--1.0--patch-107
     lord@regexps.com--2002/arch--devo--1.0--patch-38
     lord@regexps.com--2002/arch--lord--1.0--patch-108
     lord@regexps.com--2002/arch--lord--1.0--patch-109
     lord@regexps.com--2002/arch--lord--1.0--patch-110
     lord@regexps.com--2002/arch--lord--1.0--patch-111
     lord@regexps.com--2002/arch--lord--1.0--patch-112
     lord@regexps.com--2002/arch--lord--1.0--patch-113
     lord@regexps.com--2002/arch--lord--1.0--patch-114
     lord@regexps.com--2002/arch--lord--1.0--patch-115
     lord@regexps.com--2002/arch--lord--1.0--patch-116
     lord@regexps.com--2002/arch--devo--1.0--patch-39
     lord@regexps.com--2002/arch--lord--1.0--patch-117
     lord@regexps.com--2002/arch--lord--1.0--patch-118
     lord@regexps.com--2002/arch--lord--1.0--patch-119
     lord@regexps.com--2002/arch--lord--1.0--patch-120
     lord@regexps.com--2002/arch--lord--1.0--patch-121
     lord@regexps.com--2002/arch--lord--1.0--patch-122
     lord@regexps.com--2002/arch--lord--1.0--patch-123
     lord@regexps.com--2002/arch--lord--1.0--patch-124
     lord@regexps.com--2002/arch--devo--1.0--patch-40
     lord@regexps.com--2002/arch--lord--1.0--patch-125
     lord@regexps.com--2002/arch--devo--1.0--patch-41
     lord@regexps.com--2002/arch--devo--1.0--patch-42
     lord@regexps.com--2002/arch--lord--1.0--patch-126
     lord@regexps.com--2002/arch--lord--1.0--patch-127
     lord@regexps.com--2002/arch--lord--1.0--patch-128
     lord@regexps.com--2002/arch--lord--1.0--patch-129
     geisler@ece.nwu.edu--public/arch--geisler--1.0--base-0
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-1
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-2
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-3
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-4
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-5
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-6
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-7
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-8
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-9
     geisler@ece.nwu.edu--src/arch--geisler--1.0--base-0
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-1
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-2
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-3
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-4
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-5
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-6
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-7
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-8
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-9
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-10
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-11
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-12
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-13
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-14
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-15
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-16
     lord@regexps.com--2002/arch--devo--1.0--patch-43
     lord@regexps.com--2002/arch--devo--1.0--patch-44
     lord@regexps.com--2002/arch--lord--1.0--patch-130
     lord@regexps.com--2002/arch--lord--1.0--patch-131
     lord@regexps.com--2002/arch--lord--1.0--patch-132
     lord@regexps.com--2002/arch--lord--1.0--patch-133
     lord@regexps.com--2002/arch--lord--1.0--patch-134
     lord@regexps.com--2002/arch--lord--1.0--patch-135
     lord@regexps.com--2002/arch--lord--1.0--patch-136
     lord@regexps.com--2002/arch--lord--1.0--patch-137
     lord@regexps.com--2002/arch--lord--1.0--patch-138
     lord@regexps.com--2002/arch--lord--1.0--patch-139
     lord@regexps.com--2002/arch--lord--1.0--patch-140
     lord@regexps.com--2002/arch--lord--1.0--patch-141
     lord@regexps.com--2002/arch--lord--1.0--patch-142
     lord@regexps.com--2002/arch--lord--1.0--patch-143
     lord@regexps.com--2002/arch--lord--1.0--patch-144
     lord@regexps.com--2002/arch--devo--1.0--patch-45
     lord@regexps.com--2002/arch--lord--1.0--patch-145
     lord@regexps.com--2002/arch--lord--1.0--patch-146
     lord@regexps.com--2002/arch--lord--1.0--patch-147
     lord@regexps.com--2002/arch--lord--1.0--patch-148
     lord@regexps.com--2002/arch--lord--1.0--patch-149
     lord@regexps.com--2002/arch--lord--1.0--patch-150
     lord@regexps.com--2002/arch--lord--1.0--patch-151
     lord@regexps.com--2002/arch--lord--1.0--patch-152
     lord@regexps.com--2002/arch--lord--1.0--patch-153
     lord@regexps.com--2002/arch--lord--1.0--patch-154
     lord@regexps.com--2002/arch--lord--1.0--patch-155
     lord@regexps.com--2002/arch--devo--1.0--patch-46
     lord@regexps.com--2002/arch--devo--1.0--patch-47
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-10
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-11
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-12
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-17
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-18
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-19
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-20
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-21
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-22
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-23
     lord@regexps.com--2002/arch--devo--1.0--patch-48
     lord@regexps.com--2002/arch--devo--1.0--patch-49
     lord@regexps.com--2002/arch--lord--1.0--patch-156
     lord@regexps.com--2002/arch--devo--1.0--patch-50
     lord@regexps.com--2002/arch--devo--1.0--patch-51
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-13
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-14
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-24
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-25
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-26
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-27
     lord@regexps.com--2002/arch--devo--1.0--patch-52
     geisler@ece.nwu.edu--public/arch--geisler--1.0--patch-15
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-28
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-29
     geisler@ece.nwu.edu--src/arch--geisler--1.0--patch-30
     lord@regexps.com--2002/arch--devo--1.0--patch-53
     lord@regexps.com--2002/arch--devo--1.0--patch-54
     lord@regexps.com--2002/arch--devo--1.0--patch-55
     lord@regexps.com--2002/arch--devo--1.0--patch-56
     lord@regexps.com--2002/arch--devo--1.0--patch-57
     lord@regexps.com--2002/arch--lord--1.0--patch-157
     lord@regexps.com--2002/arch--lord--1.0--patch-158
     lord@regexps.com--2002/arch--lord--1.0--patch-159
     lord@regexps.com--2002/arch--lord--1.0--patch-160
     lord@regexps.com--2002/arch--lord--1.0--patch-161
     lord@regexps.com--2002/arch--lord--1.0--patch-162
     lord@regexps.com--2002/arch--lord--1.0--patch-163
     lord@regexps.com--2002/arch--lord--1.0--patch-164
     lord@regexps.com--2002/arch--lord--1.0--patch-165
     lord@regexps.com--2002/arch--lord--1.0--patch-166
     lord@regexps.com--2002/arch--lord--1.0--patch-167
     lord@regexps.com--2002/arch--lord--1.0--patch-168
     lord@regexps.com--2002/arch--lord--1.0--patch-169
     lord@regexps.com--2002/arch--lord--1.0--patch-170
     lord@regexps.com--2002/arch--lord--1.0--patch-171
     lord@regexps.com--2002/arch--lord--1.0--patch-172
     lord@regexps.com--2002/arch--lord--1.0--patch-173
     lord@regexps.com--2002/arch--lord--1.0--patch-174
     lord@regexps.com--2002/arch--lord--1.0--patch-175
     lord@regexps.com--2002/arch--lord--1.0--patch-176
     lord@regexps.com--2002/arch--lord--1.0--patch-177
     lord@regexps.com--2002/arch--lord--1.0--patch-178
     lord@regexps.com--2002/arch--lord--1.0--patch-179
     lord@regexps.com--2002/arch--lord--1.0--patch-180
     lord@regexps.com--2002/arch--lord--1.0--patch-181
     lord@regexps.com--2002/arch--lord--1.0--patch-182
     lord@regexps.com--2002/arch--lord--1.0--patch-183
     lord@regexps.com--2002/arch--lord--1.0--patch-184
     lord@regexps.com--2002/arch--lord--1.0--patch-185
     lord@regexps.com--2002/arch--lord--1.0--patch-186
     lord@regexps.com--2002/arch--lord--1.0--patch-187
     lord@regexps.com--2002/arch--devo--1.0--patch-58
     lord@regexps.com--2002/arch--devo--1.0--patch-59
     lord@regexps.com--2002/arch--lord--1.0--patch-188
     lord@regexps.com--2002/arch--devo--1.0--patch-60
     lord@regexps.com--2002/arch--devo--1.0--patch-61
     lord@regexps.com--2002/arch--devo--1.0--patch-62
     lord@regexps.com--2002/arch--devo--1.0--patch-63
     lord@regexps.com--2002/arch--lord--1.0--patch-189
     lord@regexps.com--2002/arch--lord--1.0--patch-190
     lord@regexps.com--2002/arch--lord--1.0--patch-191
     lord@regexps.com--2002/arch--lord--1.0--patch-192
     lord@regexps.com--2002/arch--lord--1.0--patch-193
     lord@regexps.com--2002/arch--lord--1.0--patch-194
     lord@regexps.com--2002/arch--lord--1.0--patch-195
     lord@regexps.com--2002/arch--devo--1.0--patch-64
     lord@regexps.com--2002/arch--devo--1.0--patch-65
     lord@regexps.com--2002/arch--devo--1.0--patch-66
     lord@regexps.com--2002/arch--devo--1.0--patch-67
     lord@regexps.com--2002/arch--devo--1.0--patch-68
     lord@regexps.com--2002/arch--devo--1.0--patch-69
     lord@regexps.com--2002/arch--devo--1.0--patch-70
     lord@regexps.com--2002/arch--devo--1.0--patch-71


