Tue, 17 May 2005 13:37:15 -0800 Add tip command
mpm@selenic.com [Tue, 17 May 2005 13:37:15 -0800] rev 89
Add tip command
Tue, 17 May 2005 12:40:24 -0800 Missing newline in "requesting changegroup"
mpm@selenic.com [Tue, 17 May 2005 12:40:24 -0800] rev 88
Missing newline in "requesting changegroup"
Tue, 17 May 2005 12:23:53 -0800 Verify improvements:
mpm@selenic.com [Tue, 17 May 2005 12:23:53 -0800] rev 87
Verify improvements: Check existence of parents of changesets and manifests Count errors Use ui for display Catch and count unpack exceptions Print error count and exit with non-zero status on error
Tue, 17 May 2005 12:20:29 -0800 Friendlier exceptions for unknown node errors
mpm@selenic.com [Tue, 17 May 2005 12:20:29 -0800] rev 86
Friendlier exceptions for unknown node errors
Tue, 17 May 2005 11:40:45 -0800 Fix merge bug, I hope
mpm@selenic.com [Tue, 17 May 2005 11:40:45 -0800] rev 85
Fix merge bug, I hope
Tue, 17 May 2005 11:40:26 -0800 More useful message on broken addgroup chain
mpm@selenic.com [Tue, 17 May 2005 11:40:26 -0800] rev 84
More useful message on broken addgroup chain
Tue, 17 May 2005 11:06:59 -0800 Add -q quiet option
mpm@selenic.com [Tue, 17 May 2005 11:06:59 -0800] rev 83
Add -q quiet option Make -d and -v do something Add a bunch of debug and note messages
Tue, 17 May 2005 10:13:00 -0800 Gotos are embarrassing.
mpm@selenic.com [Tue, 17 May 2005 10:13:00 -0800] rev 82
Gotos are embarrassing.
Tue, 17 May 2005 01:27:14 -0800 Add annotate and blame to the command list and README
mpm@selenic.com [Tue, 17 May 2005 01:27:14 -0800] rev 81
Add annotate and blame to the command list and README
Tue, 17 May 2005 01:22:50 -0800 Fix field width for annotate
mpm@selenic.com [Tue, 17 May 2005 01:22:50 -0800] rev 80
Fix field width for annotate Add blame
Tue, 17 May 2005 01:12:30 -0800 Add basic annotation support
mpm@selenic.com [Tue, 17 May 2005 01:12:30 -0800] rev 79
Add basic annotation support filelog.annotate() will get the change number on each line. Singed-Off-by: Christopher Li<hg@chrisli.org>
Tue, 17 May 2005 01:07:57 -0800 Add "HG: merge resolve" to editor text for merge
mpm@selenic.com [Tue, 17 May 2005 01:07:57 -0800] rev 78
Add "HG: merge resolve" to editor text for merge
Tue, 17 May 2005 01:07:01 -0800 Fix bug in lazymap code
mpm@selenic.com [Tue, 17 May 2005 01:07:01 -0800] rev 77
Fix bug in lazymap code Add a sanity check to addgroup
Tue, 17 May 2005 00:33:22 -0800 Add lazy{parser,index,map} to speed up processing of index files
mpm@selenic.com [Tue, 17 May 2005 00:33:22 -0800] rev 76
Add lazy{parser,index,map} to speed up processing of index files
Tue, 17 May 2005 00:32:18 -0800 Fix a bug in patches() if there's not text and no patch
mpm@selenic.com [Tue, 17 May 2005 00:32:18 -0800] rev 75
Fix a bug in patches() if there's not text and no patch
Tue, 17 May 2005 00:30:01 -0800 (none)
mpm@selenic.com [Tue, 17 May 2005 00:30:01 -0800] rev 74
(none)
Mon, 16 May 2005 22:10:02 -0800 Change revlog to use new patch code
mpm@selenic.com [Mon, 16 May 2005 22:10:02 -0800] rev 73
Change revlog to use new patch code
Mon, 16 May 2005 22:08:33 -0800 Add an O(m + nlog n) patching extension
mpm@selenic.com [Mon, 16 May 2005 22:08:33 -0800] rev 72
Add an O(m + nlog n) patching extension
Sat, 14 May 2005 10:27:14 -0800 Add mdiff.patches to speed up applying thousands of patches to the manifest
mpm@selenic.com [Sat, 14 May 2005 10:27:14 -0800] rev 71
Add mdiff.patches to speed up applying thousands of patches to the manifest
Sat, 14 May 2005 10:13:49 -0800 Fix debugindex formatting for large repos
mpm@selenic.com [Sat, 14 May 2005 10:13:49 -0800] rev 70
Fix debugindex formatting for large repos
Fri, 13 May 2005 18:22:08 -0800 Minor changes to import so that we can successfully import Ingo's
mpm@selenic.com [Fri, 13 May 2005 18:22:08 -0800] rev 69
Minor changes to import so that we can successfully import Ingo's kernel history patchset.
Fri, 13 May 2005 13:26:00 -0800 Print changeset metadata for export
mpm@selenic.com [Fri, 13 May 2005 13:26:00 -0800] rev 68
Print changeset metadata for export
Fri, 13 May 2005 13:12:32 -0800 Add tag support
mpm@selenic.com [Fri, 13 May 2005 13:12:32 -0800] rev 67
Add tag support
Fri, 13 May 2005 12:44:11 -0800 Beginnings of changelog tagging
mpm@selenic.com [Fri, 13 May 2005 12:44:11 -0800] rev 66
Beginnings of changelog tagging
Fri, 13 May 2005 11:47:16 -0800 Fix up a bunch of bugs in the new merge code 0.4f
mpm@selenic.com [Fri, 13 May 2005 11:47:16 -0800] rev 65
Fix up a bunch of bugs in the new merge code Move getchangegroup/addchangegroup to generators
Thu, 12 May 2005 17:54:55 -0800 Diff in subdirectories from Jake Edge
mpm@selenic.com [Thu, 12 May 2005 17:54:55 -0800] rev 64
Diff in subdirectories from Jake Edge Dates in diff Fix O(n^2) behaviour of manifest diff Add a/ and b/ to work with patch -p1
Thu, 12 May 2005 01:23:51 -0800 Minor changes for release 0.4e 0.4e
mpm@selenic.com [Thu, 12 May 2005 01:23:51 -0800] rev 63
Minor changes for release 0.4e
Thu, 12 May 2005 01:23:26 -0800 Fix tabs
mpm@selenic.com [Thu, 12 May 2005 01:23:26 -0800] rev 62
Fix tabs Update version number Set new merge as the default
Thu, 12 May 2005 01:22:37 -0800 Add server side of hg:// protocol to hgweb
mpm@selenic.com [Thu, 12 May 2005 01:22:37 -0800] rev 61
Add server side of hg:// protocol to hgweb
Thu, 12 May 2005 01:21:58 -0800 Add hg:// protocol
mpm@selenic.com [Thu, 12 May 2005 01:21:58 -0800] rev 60
Add hg:// protocol Fix some of the getchangegroup logic
(0) -50 -30 +30 +50 +100 +300 +1000 +3000 tip