Thu, 12 May 2005 01:20:43 -0800 Minor corrections
mpm@selenic.com [Thu, 12 May 2005 01:20:43 -0800] rev 59
Minor corrections
Thu, 12 May 2005 01:20:16 -0800 A quick set of comparisons between hg, git, and bk
mpm@selenic.com [Thu, 12 May 2005 01:20:16 -0800] rev 58
A quick set of comparisons between hg, git, and bk
Wed, 11 May 2005 17:11:10 -0800 hgweb.py from Jake Edge
mpm@selenic.com [Wed, 11 May 2005 17:11:10 -0800] rev 57
hgweb.py from Jake Edge remove hgweb.py from URLs so that it will work as index.cgi
Wed, 11 May 2005 15:06:41 -0800 Add getchangegroup code to efficiently calculate and request a changegroup
mpm@selenic.com [Wed, 11 May 2005 15:06:41 -0800] rev 56
Add getchangegroup code to efficiently calculate and request a changegroup
Wed, 11 May 2005 14:38:26 -0800 From: Thomas Arendsen Hein <thomas@intevation.de>
mpm@selenic.com [Wed, 11 May 2005 14:38:26 -0800] rev 55
From: Thomas Arendsen Hein <thomas@intevation.de> Good. Attached is a patch which also tries to use $EMAIL as the commit user and removed a try/except by using os.environ.get.
Wed, 11 May 2005 14:37:23 -0800 Fix lsdiff filtering
mpm@selenic.com [Wed, 11 May 2005 14:37:23 -0800] rev 54
Fix lsdiff filtering
Wed, 11 May 2005 14:36:17 -0800 Drop empty lines from lsdiff
mpm@selenic.com [Wed, 11 May 2005 14:36:17 -0800] rev 53
Drop empty lines from lsdiff
Wed, 11 May 2005 14:34:31 -0800 Strip trailing spaces from lsdiff file list
mpm@selenic.com [Wed, 11 May 2005 14:34:31 -0800] rev 52
Strip trailing spaces from lsdiff file list
Wed, 11 May 2005 14:32:03 -0800 Ignore .orig and .rej files from patch
mpm@selenic.com [Wed, 11 May 2005 14:32:03 -0800] rev 51
Ignore .orig and .rej files from patch
Wed, 11 May 2005 14:06:34 -0800 Add -q option to import
mpm@selenic.com [Wed, 11 May 2005 14:06:34 -0800] rev 50
Add -q option to import Make import complain if patching fails
Wed, 11 May 2005 13:56:22 -0800 Import comments from patches
mpm@selenic.com [Wed, 11 May 2005 13:56:22 -0800] rev 49
Import comments from patches
Wed, 11 May 2005 09:44:12 -0800 Fix resolve bug putting unchanged files in resolve cset
mpm@selenic.com [Wed, 11 May 2005 09:44:12 -0800] rev 48
Fix resolve bug putting unchanged files in resolve cset
Tue, 10 May 2005 23:33:19 -0800 Rollback is implemented
mpm@selenic.com [Tue, 10 May 2005 23:33:19 -0800] rev 47
Rollback is implemented
Tue, 10 May 2005 00:40:49 -0800 Add changegroup support
mpm@selenic.com [Tue, 10 May 2005 00:40:49 -0800] rev 46
Add changegroup support
Tue, 10 May 2005 00:34:57 -0800 Fix recursion depth trouble with ancestor algorithm
mpm@selenic.com [Tue, 10 May 2005 00:34:57 -0800] rev 45
Fix recursion depth trouble with ancestor algorithm
Tue, 10 May 2005 00:33:48 -0800 Fix occassional diff bug with manifests
mpm@selenic.com [Tue, 10 May 2005 00:33:48 -0800] rev 44
Fix occassional diff bug with manifests
Tue, 10 May 2005 00:32:05 -0800 Attempt to recover journal automatically
mpm@selenic.com [Tue, 10 May 2005 00:32:05 -0800] rev 43
Attempt to recover journal automatically
Tue, 10 May 2005 00:31:00 -0800 Fix multiple changes to file per transaction
mpm@selenic.com [Tue, 10 May 2005 00:31:00 -0800] rev 42
Fix multiple changes to file per transaction
Sat, 07 May 2005 16:33:31 -0800 Fix truncate logic for indices again
mpm@selenic.com [Sat, 07 May 2005 16:33:31 -0800] rev 41
Fix truncate logic for indices again
Sat, 07 May 2005 16:33:09 -0800 Date is an int as a string in changelog
mpm@selenic.com [Sat, 07 May 2005 16:33:09 -0800] rev 40
Date is an int as a string in changelog
Sat, 07 May 2005 16:32:31 -0800 Add lookup smarts everywhere
mpm@selenic.com [Sat, 07 May 2005 16:32:31 -0800] rev 39
Add lookup smarts everywhere Fix import command
Sat, 07 May 2005 16:13:26 -0800 Add improved rev lookup to diff and export
mpm@selenic.com [Sat, 07 May 2005 16:13:26 -0800] rev 38
Add improved rev lookup to diff and export
Sat, 07 May 2005 16:12:31 -0800 Move hex/bin bits to revlog
mpm@selenic.com [Sat, 07 May 2005 16:12:31 -0800] rev 37
Move hex/bin bits to revlog Handle lookup of rev -1 of changelog
Sat, 07 May 2005 16:11:36 -0800 Add smart node lookup by substring or by rev number
mpm@selenic.com [Sat, 07 May 2005 16:11:36 -0800] rev 36
Add smart node lookup by substring or by rev number
Sat, 07 May 2005 16:10:50 -0800 unidiff: punt on comparing empty files
mpm@selenic.com [Sat, 07 May 2005 16:10:50 -0800] rev 35
unidiff: punt on comparing empty files
Sat, 07 May 2005 11:37:28 -0800 Add export command
mpm@selenic.com [Sat, 07 May 2005 11:37:28 -0800] rev 34
Add export command
Sat, 07 May 2005 09:27:52 -0800 Support for 0, 1, or 2 diff revs
mpm@selenic.com [Sat, 07 May 2005 09:27:52 -0800] rev 33
Support for 0, 1, or 2 diff revs
Fri, 06 May 2005 09:09:35 -0800 Add diffrevs function to compare two nodes
mpm@selenic.com [Fri, 06 May 2005 09:09:35 -0800] rev 32
Add diffrevs function to compare two nodes
Thu, 05 May 2005 15:22:11 -0800 diffdir tidy in preparation for arg handling
mpm@selenic.com [Thu, 05 May 2005 15:22:11 -0800] rev 31
diffdir tidy in preparation for arg handling
Thu, 05 May 2005 15:20:56 -0800 Fix up commit arg breakage
mpm@selenic.com [Thu, 05 May 2005 15:20:56 -0800] rev 30
Fix up commit arg breakage
(0) -50 -30 +30 +50 +100 +300 +1000 +3000 tip