2009-12-21For OS X default tip
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Mon, 21 Dec 2009 23:52:38 +0000] rev 123
For OS X

2009-12-21Generate a freshly-named testIndex file each run
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 22:07:27 +0000] rev 122
Generate a freshly-named testIndex file each run

2009-12-21Fix bug: was mistaking inodeId for blobId
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 22:07:14 +0000] rev 121
Fix bug: was mistaking inodeId for blobId

2009-12-21Note about wrong hashing.
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 22:06:35 +0000] rev 120
Note about wrong hashing.

2009-12-21Forgot diff.modspec.js
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 21:22:18 +0000] rev 119
Forgot diff.modspec.js

2009-12-21Compare arrays recursively during simpleScalar.diff
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 21:22:00 +0000] rev 118
Compare arrays recursively during simpleScalar.diff

2009-12-21Switch to _boot_full
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 20:50:10 +0000] rev 117
Switch to _boot_full

2009-12-21Bootstrapping code
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 20:43:17 +0000] rev 116
Bootstrapping code

2009-12-21Pickle and unpickle modules in repository
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 19:33:54 +0000] rev 115
Pickle and unpickle modules in repository

2009-12-21Add showdown
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 19:16:18 +0000] rev 114
Add showdown

2009-12-21Steps toward bootstrapping
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 18:50:23 +0000] rev 113
Steps toward bootstrapping

2009-12-21More
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 17:56:21 +0000] rev 112
More

2009-12-21Catch exceptions.
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 17:55:55 +0000] rev 111
Catch exceptions.

2009-12-21More
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 17:19:03 +0000] rev 110
More

2009-12-21App bootstrapping code
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 17:07:02 +0000] rev 109
App bootstrapping code

2009-12-21More module system changes
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 16:01:06 +0000] rev 108
More module system changes

2009-12-21Simple trial of module.js
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 15:18:35 +0000] rev 107
Simple trial of module.js

2009-12-21More work on module system
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 21 Dec 2009 15:16:43 +0000] rev 106
More work on module system

2009-12-21Work in progress on module.js
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Mon, 21 Dec 2009 14:54:30 +0000] rev 105
Work in progress on module.js

2009-12-19Implement fast-forwarding.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sat, 19 Dec 2009 18:08:45 +0000] rev 104
Implement fast-forwarding.

2009-12-19Correct for "skew" in diff3. Previously, we omitted required sequence
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sat, 19 Dec 2009 16:17:20 +0000] rev 103
Correct for "skew" in diff3. Previously, we omitted required sequence
prefixes/suffixes in the conflict report unless the conflicting region
of o was exactly the same for both a and b.

2009-12-19diff3 output for an earlier test case.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sat, 19 Dec 2009 16:15:52 +0000] rev 102
diff3 output for an earlier test case.

2009-12-19Remove debug printing
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sat, 19 Dec 2009 16:13:18 +0000] rev 101
Remove debug printing

2009-12-18Another test case.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 18 Dec 2009 19:18:36 +0000] rev 100
Another test case.

2009-12-18Debug printfs useful for attacking failing case in previous commit.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 18 Dec 2009 02:29:17 +0000] rev 99
Debug printfs useful for attacking failing case in previous commit.

2009-12-18Failing test case (in diff3test.js) to work on.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 18 Dec 2009 02:28:53 +0000] rev 98
Failing test case (in diff3test.js) to work on.

2009-12-18Tests for diff3
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 18 Dec 2009 02:01:34 +0000] rev 97
Tests for diff3

2009-12-18Add emptyInstance(), producing a zero, for use in diffing/merging with
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 18 Dec 2009 01:55:58 +0000] rev 96
Add emptyInstance(), producing a zero, for use in diffing/merging with
missing data. Fix merge3 to work with no common ancestor; I'm still
considering whether it makes sense to generically switch to a two-way
merge if there's no ancestor.

2009-12-18Correct off-by-one boundary condition that missed certain overlapping edits.
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 18 Dec 2009 01:52:45 +0000] rev 95
Correct off-by-one boundary condition that missed certain overlapping edits.
The new behaviour matches the actual behaviour of diff3(1).

2009-12-18Only emit an "ok" block if there are more than zero OK lines.
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 18 Dec 2009 01:51:52 +0000] rev 94
Only emit an "ok" block if there are more than zero OK lines.

2009-03-25New failing test to work on
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 25 Mar 2009 12:55:02 +0000] rev 93
New failing test to work on

2009-03-25Factor out repo drawing
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 25 Mar 2009 12:42:11 +0000] rev 92
Factor out repo drawing

2009-03-25Remove unused parameter
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 25 Mar 2009 12:42:00 +0000] rev 91
Remove unused parameter

2009-03-24Reverse-lookup remote branch names
Tony Garnock-Jones <tonyg@lshift.net> [Tue, 24 Mar 2009 14:49:14 +0000] rev 90
Reverse-lookup remote branch names

2009-03-24Remove redundant failsafe
Tony Garnock-Jones <tonyg@lshift.net> [Tue, 24 Mar 2009 14:22:43 +0000] rev 89
Remove redundant failsafe

2009-03-24Rename "comment" to "summary" for draw.js compatibility.
Tony Garnock-Jones <tonyg@lshift.net> [Tue, 24 Mar 2009 14:17:41 +0000] rev 88
Rename "comment" to "summary" for draw.js compatibility.

2009-03-22Start of rendering code for mc.js
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 22 Mar 2009 20:41:14 +0000] rev 87
Start of rendering code for mc.js

2009-03-22Rename emptyCache() -> emptyCaches()
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 22 Mar 2009 19:56:15 +0000] rev 86
Rename emptyCache() -> emptyCaches()

2009-03-22Fix tags: now there's a difference between branch and nonbranch tags
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 22 Mar 2009 18:24:56 +0000] rev 85
Fix tags: now there's a difference between branch and nonbranch tags

2009-03-22Untabify
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 22 Mar 2009 18:20:23 +0000] rev 84
Untabify

2009-03-20Fixes from jslint
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 20 Mar 2009 10:25:03 +0000] rev 83
Fixes from jslint

2009-03-20Remove obsolete assignments
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 20 Mar 2009 03:01:51 +0000] rev 82
Remove obsolete assignments

2009-03-20Remove unneeded definitions
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 20 Mar 2009 02:53:33 +0000] rev 81
Remove unneeded definitions

2009-03-20Change comment style
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 20 Mar 2009 02:50:33 +0000] rev 80
Change comment style

2009-03-20merge mcdev into default
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 20 Mar 2009 02:42:00 +0000] rev 79
merge mcdev into default

2009-03-20Fixes and more work on mc.js mcdev
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 20 Mar 2009 00:30:06 +0000] rev 78
Fixes and more work on mc.js

2009-03-19Much work on mc.js mcdev
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 19 Mar 2009 22:09:26 +0000] rev 77
Much work on mc.js

2009-03-14WIP developing new approach to mc.js mcdev
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sat, 14 Mar 2009 21:05:59 +0000] rev 76
WIP developing new approach to mc.js

2009-03-02Interim commit from Sep 30 2008
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Mon, 02 Mar 2009 19:20:19 +0000] rev 75
Interim commit from Sep 30 2008

2009-02-02Change tip to default
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 02 Feb 2009 13:12:02 +0000] rev 74
Change tip to default

2008-09-29WIP mc.js based on gitish ideas from fs.js
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Mon, 29 Sep 2008 23:49:54 +0100] rev 73
WIP mc.js based on gitish ideas from fs.js

2008-09-29Make dict_to_set functional rather than imperative.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Mon, 29 Sep 2008 23:49:33 +0100] rev 72
Make dict_to_set functional rather than imperative.

2008-06-27More doc text
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 27 Jun 2008 12:22:51 +0100] rev 71
More doc text

2008-06-21Avoid "self" as a variable; apparently IE doesn't like it.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sat, 21 Jun 2008 10:56:03 +0100] rev 70
Avoid "self" as a variable; apparently IE doesn't like it.

2008-06-16Some more revs in the example wiki
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 16 Jun 2008 13:08:07 +0100] rev 69
Some more revs in the example wiki

2008-06-15Check in prototype tiddlydvcs instance.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 18:29:36 +0100] rev 68
Check in prototype tiddlydvcs instance.

2008-06-15Import from other Synchrotron TiddlyWikis
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 18:23:01 +0100] rev 67
Import from other Synchrotron TiddlyWikis

2008-06-15Record import stats, and don't overwrite preexisting bodies or revs
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 18:22:39 +0100] rev 66
Record import stats, and don't overwrite preexisting bodies or revs

2008-06-15Use "Revert" label instead of "Commit" when appropriate
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 14:42:31 +0100] rev 65
Use "Revert" label instead of "Commit" when appropriate

2008-06-15Added TiddlyWiki plugin based (now somewhat distantly) on MartinBudden's initial prototype
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 14:37:18 +0100] rev 64
Added TiddlyWiki plugin based (now somewhat distantly) on MartinBudden's initial prototype

2008-06-15Draw revs with newest rev leftmost in graph.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 14:36:14 +0100] rev 63
Draw revs with newest rev leftmost in graph.

2008-06-15Added getMetadata method
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 14:35:56 +0100] rev 62
Added getMetadata method

2008-06-15Better dirty-handling; new prop testers and iterators
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 14:35:43 +0100] rev 61
Better dirty-handling; new prop testers and iterators

2008-06-15Detect (some) ancestor-merge cases.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 14:34:44 +0100] rev 60
Detect (some) ancestor-merge cases.

2008-06-15Added Checkout.forEachFile().
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 12:10:53 +0100] rev 59
Added Checkout.forEachFile().

2008-06-15Utility for producing "data:" urls from a collection of PNGs
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 12:10:18 +0100] rev 58
Utility for producing "data:" urls from a collection of PNGs

2008-06-15More tiddlywiki meta files
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 15 Jun 2008 12:09:59 +0100] rev 57
More tiddlywiki meta files

2008-06-13Untabify Javascript files.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 13 Jun 2008 14:30:52 +0100] rev 56
Untabify Javascript files.

2008-06-13Turn on debug mode in dvcsdemo.js.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 13 Jun 2008 14:25:40 +0100] rev 55
Turn on debug mode in dvcsdemo.js.

2008-06-13Lint gives bad advice sometimes.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 13 Jun 2008 14:24:15 +0100] rev 54
Lint gives bad advice sometimes.

2008-06-13Silence a few lint warnings. Javascript's scope rules are terrible.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Fri, 13 Jun 2008 14:10:52 +0100] rev 53
Silence a few lint warnings. Javascript's scope rules are terrible.

2008-06-12Make fileRevisions() return a map, rather than a list. The old behaviour is preserved in fileRevisionsSortedByTimestamp.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Thu, 12 Jun 2008 18:24:18 +0100] rev 52
Make fileRevisions() return a map, rather than a list. The old behaviour is preserved in fileRevisionsSortedByTimestamp.

2008-06-12Add Dvcs._debugMode, currently controlling the human-friendliness
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Thu, 12 Jun 2008 18:23:43 +0100] rev 51
Add Dvcs._debugMode, currently controlling the human-friendliness
(vs. uniqueness) of the random IDs generated for naming items in a
repository.

2008-06-12Return earliest-revision-first from Repository.fileRevisions
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Thu, 12 Jun 2008 16:32:18 +0100] rev 50
Return earliest-revision-first from Repository.fileRevisions

2008-06-12Fix bugs in "changed" computation. Added Repository.fileRevisions(uuid).
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Thu, 12 Jun 2008 12:08:48 +0100] rev 49
Fix bugs in "changed" computation. Added Repository.fileRevisions(uuid).

2008-06-12Improve hg log renderer.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Thu, 12 Jun 2008 12:08:03 +0100] rev 48
Improve hg log renderer.

2008-06-12Add TiddlyWiki metadata files.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Thu, 12 Jun 2008 12:07:02 +0100] rev 47
Add TiddlyWiki metadata files.

2008-06-08Update fs in ambiguousLCA case, too
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 08 Jun 2008 04:30:43 +0100] rev 46
Update fs in ambiguousLCA case, too

2008-06-08Return merge ancestore from merge, and display it in the demo.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Sun, 08 Jun 2008 04:25:06 +0100] rev 45
Return merge ancestore from merge, and display it in the demo.

2008-06-06Copyright notices.
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 06 Jun 2008 15:34:42 +0100] rev 44
Copyright notices.

2008-06-05Alter subheading
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 12:59:43 +0100] rev 43
Alter subheading

2008-06-05Link to DVCS demo in the slides
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 11:42:13 +0100] rev 42
Link to DVCS demo in the slides

2008-06-05Add presets; also include ambiguousLCA preset
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 11:40:09 +0100] rev 41
Add presets; also include ambiguousLCA preset

2008-06-05Take Matthias' suggestion of avoiding the jump on crossovers.
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 11:21:48 +0100] rev 40
Take Matthias' suggestion of avoiding the jump on crossovers.

2008-06-05Better state message maintenance
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 11:19:21 +0100] rev 39
Better state message maintenance

2008-06-05State display during merge
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 11:16:40 +0100] rev 38
State display during merge

2008-06-05Fix bug where the wrong set of revs was used to populate the worklist initially.
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 11:06:28 +0100] rev 37
Fix bug where the wrong set of revs was used to populate the worklist initially.

2008-06-05Repository drawing code, and a simple DVCS demo UI.
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 01:40:21 +0100] rev 36
Repository drawing code, and a simple DVCS demo UI.

2008-06-05Dvcs.Repository.lookupParents is generally useful - promoted to a method.
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 01:39:42 +0100] rev 35
Dvcs.Repository.lookupParents is generally useful - promoted to a method.

2008-06-05Simple script to read "hg log" output (for drawing purposes)
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 01:38:50 +0100] rev 34
Simple script to read "hg log" output (for drawing purposes)

2008-06-05Images for DVCS demo.
Tony Garnock-Jones <tonyg@lshift.net> [Thu, 05 Jun 2008 01:36:08 +0100] rev 33
Images for DVCS demo.

2008-06-04Correct event title
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 04 Jun 2008 20:46:49 +0100] rev 32
Correct event title

2008-05-28Rabbity theme
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 28 May 2008 16:28:32 +0100] rev 31
Rabbity theme

2008-05-28Note on truncating history
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Wed, 28 May 2008 11:23:05 +0100] rev 30
Note on truncating history

2008-05-28Support "digging in" to a conflict region using comm.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Wed, 28 May 2008 11:21:03 +0100] rev 29
Support "digging in" to a conflict region using comm.

2008-05-28Note about Bram Cohen's diff algorithm
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 28 May 2008 07:11:32 +0100] rev 28
Note about Bram Cohen's diff algorithm

2008-05-28Separate slides for demos; link to diff3 demo
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 28 May 2008 06:43:02 +0100] rev 27
Separate slides for demos; link to diff3 demo

2008-05-28Enough rows in the demo textarea to show the whole merge.
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 28 May 2008 06:42:16 +0100] rev 26
Enough rows in the demo textarea to show the whole merge.

2008-05-28Diff3 demo page and code.
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 28 May 2008 06:30:34 +0100] rev 25
Diff3 demo page and code.

2008-05-28Note on compression use of diff; link to diff demo
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 28 May 2008 06:11:44 +0100] rev 24
Note on compression use of diff; link to diff demo

2008-05-28Add diff demo page and code.
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 28 May 2008 06:11:00 +0100] rev 23
Add diff demo page and code.

2008-05-28Remove unused parameter from LCS function
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 28 May 2008 06:10:11 +0100] rev 22
Remove unused parameter from LCS function

2008-05-19Synchronisation and storage slides
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 19 May 2008 05:20:26 +0100] rev 21
Synchronisation and storage slides

2008-05-16Colours in diff3 table.
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 16 May 2008 07:47:10 +0100] rev 20
Colours in diff3 table.

2008-05-16Flesh out slides.
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 16 May 2008 07:22:47 +0100] rev 19
Flesh out slides.

2008-05-15Start on slides.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Thu, 15 May 2008 00:28:16 +0100] rev 18
Start on slides.

2008-05-14Split out tests from main code.
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 14 May 2008 17:28:44 +0100] rev 17
Split out tests from main code.

2008-05-14Namespace fs.js properly.
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 14 May 2008 15:07:10 +0100] rev 16
Namespace fs.js properly.

2008-05-14Use JSON pretty-printing instead of uneval.
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 14 May 2008 14:42:30 +0100] rev 15
Use JSON pretty-printing instead of uneval.

2008-05-14Switch to full UUIDs
Tony Garnock-Jones <tonyg@lshift.net> [Wed, 14 May 2008 14:42:03 +0100] rev 14
Switch to full UUIDs

2008-05-14Correct test for optional parameter.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Wed, 14 May 2008 10:45:23 +0100] rev 13
Correct test for optional parameter.

2008-05-14Support named branches.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Wed, 14 May 2008 10:42:49 +0100] rev 12
Support named branches.

2008-05-14Rename "FileSystem" to "Checkout".
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Wed, 14 May 2008 09:38:19 +0100] rev 11
Rename "FileSystem" to "Checkout".

2008-05-14DVCS base.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Wed, 14 May 2008 09:36:44 +0100] rev 10
DVCS base.

2008-05-14Switch to generic "parentsFun" form of LCA computation.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Wed, 14 May 2008 06:26:31 +0100] rev 9
Switch to generic "parentsFun" form of LCA computation.

2008-05-12More test cases.
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 12 May 2008 17:19:50 +0100] rev 8
More test cases.

2008-05-12Deal with case when no LCA can be found.
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 12 May 2008 17:19:41 +0100] rev 7
Deal with case when no LCA can be found.

2008-05-11Merge accidental branching. Oops.
Tony Garnock-Jones <tonyg@lshift.net> [Sun, 11 May 2008 21:55:10 +0100] rev 6
Merge accidental branching. Oops.

2008-05-11Start of graph library for dvcs.
Tony Garnock-Jones <tonyg@lshift.net> [Sun, 11 May 2008 21:52:58 +0100] rev 5
Start of graph library for dvcs.

2008-05-09Comment diff.js, and remove commented-out logging code.
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 09 May 2008 12:57:12 +0100] rev 4
Comment diff.js, and remove commented-out logging code.

2008-05-09Explicit white background (this new default yellow colour scheme of
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 09 May 2008 12:18:13 +0100] rev 3
Explicit white background (this new default yellow colour scheme of
mine is paying off in spades!)

2008-05-09Ignore a "scratch" directory
Tony Garnock-Jones <tonyg@lshift.net> [Fri, 09 May 2008 12:17:50 +0100] rev 2
Ignore a "scratch" directory

2008-05-05Random UUID code.
Tony Garnock-Jones <tonyg@lshift.net> [Mon, 05 May 2008 18:18:42 +0100] rev 1
Random UUID code.

2008-05-05Initial commit.
Tony Garnock-Jones <tonyg@kcbbs.gen.nz> [Mon, 05 May 2008 15:07:27 +0100] rev 0
Initial commit.