Tue, 31 May 2005 22:57:53 -0800 Move ui class to its own module
mpm@selenic.com [Tue, 31 May 2005 22:57:53 -0800] rev 207
Move ui class to its own module -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Move ui class to its own module manifest hash: f75c8f9cdfe16f143ab633d0072c14ba88ac88be -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnVxxywK+sNU5EO8RAgPgAJ48p7w4Do/saCC8WkBvHj/rdnoiEgCgrSs9 Wu1fOSgST3rn/2JpZAdFRdA= =91tt -----END PGP SIGNATURE-----
Tue, 31 May 2005 22:45:50 -0800 hg: don't complain about missing repo with no args
mpm@selenic.com [Tue, 31 May 2005 22:45:50 -0800] rev 206
hg: don't complain about missing repo with no args -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hg: don't complain about missing repo with no args manifest hash: d8172c0b583d6f2ff60cf49e74c1247de8d9d673 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnVmeywK+sNU5EO8RAj79AJ4wN1SwC8+e1amxv+EAd6VKhpXXYgCeIPDK iVX9Z0Ix8DiC3p8fquyhFwM= =c6EH -----END PGP SIGNATURE-----
Tue, 31 May 2005 22:40:31 -0800 README: integrate some changes from Kevin Smith
mpm@selenic.com [Tue, 31 May 2005 22:40:31 -0800] rev 205
README: integrate some changes from Kevin Smith -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 README: integrate some changes from Kevin Smith manifest hash: 7e3ca4be07fe9df4348d21b42771696a357c23d8 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnVhfywK+sNU5EO8RAtXvAJ4oclpYQm98YArUDbs7ZUfQspQpcACZAXf2 pMG7GKkquua+fS76uxpcCgs= =yPbJ -----END PGP SIGNATURE-----
Tue, 31 May 2005 22:17:34 -0800 README: integrate various changes and suggestions from Rafael Villar Burke
mpm@selenic.com [Tue, 31 May 2005 22:17:34 -0800] rev 204
README: integrate various changes and suggestions from Rafael Villar Burke -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 README: integrate various changes and suggestions from Rafael Villar Burke manifest hash: ce1999b3ffc19c1dca582355e32e1ea9b8d108f0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnVL+ywK+sNU5EO8RAnfRAJ9eIlaxdzExbvQUlvaofk+aWMfzUgCfTmeb 4DfwOHsb8IreNXRs00jJtJI= =mt6J -----END PGP SIGNATURE-----
Tue, 31 May 2005 21:33:27 -0800 hg rawcommit command
mpm@selenic.com [Tue, 31 May 2005 21:33:27 -0800] rev 203
hg rawcommit command -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hg rawcommit command From: Christopher Li <hg@chrisli.org> This allows direct access to the commit command, primarily for importing from other SCMs. manifest hash: bea39fa8207582c9fa7ba0904721eb5113c61cf4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnUinywK+sNU5EO8RAhWqAJ9PiafRbfEIA3VsO07BbGZr5adNvgCfT2k7 blYTdkrIiRzzCxn6yPq8Yu4= =o8k0 -----END PGP SIGNATURE-----
Tue, 31 May 2005 21:24:14 -0800 Call python via env in hgweb.cgi
mpm@selenic.com [Tue, 31 May 2005 21:24:14 -0800] rev 202
Call python via env in hgweb.cgi
Tue, 31 May 2005 21:10:10 -0800 hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com [Tue, 31 May 2005 21:10:10 -0800] rev 201
hgweb: add template filters, template style maps, and raw pages -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hgweb: add template filters, template style maps, and raw pages Template filters: in templates, you can now specify a chain of filters like #desc|firstline|escape# #desc|escape|addbreaks# #date|age# to specify how you'd like raw text (or whatever) to be transformed. Template style maps: add ;style=foo to a URL and we'll use templates/map-foo if it exists. Raw output: Together, these two features make it east to implement raw downloadable files and patches. Simply link to the same page with style=raw and present the output as unfiltered text/plain with that template. manifest hash: 5954a648b3d6b4e6dc2dcd1975f96b4b0178da2a -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnUMyywK+sNU5EO8RAkKjAJ9h9JElSCbWBPUnL+koCSDxgo38AwCgrccM 0qwyKdh/fUNglICxSh3HBNA= =Svlo -----END PGP SIGNATURE-----
Tue, 31 May 2005 09:03:46 -0800 annotate: memory efficiency
mpm@selenic.com [Tue, 31 May 2005 09:03:46 -0800] rev 200
annotate: memory efficiency -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 annotate: memory efficiency Keep track of how many times a given ancestor is referenced and delete the annotation information after it's no longer relevant. This tends to reduce the number of cached revisions to just a couple. manifest hash: 281e48b67ce310e355bed1615e0f16a643850f56 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnJjyywK+sNU5EO8RAkZ1AKCugPjkRgwVB+71amZf8H5dLCbNvgCfePIB 4FHI1c9IOEzHUNkYPDGqt+0= =OnFo -----END PGP SIGNATURE-----
Tue, 31 May 2005 08:56:05 -0800 annotate: deal with merges
mpm@selenic.com [Tue, 31 May 2005 08:56:05 -0800] rev 199
annotate: deal with merges -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 annotate: deal with merges This rewrite of the annotate code deals with merges: - - find all ancestors - - sort ancestors topologically - - for each ancestor, pairwise annotate with parents - - keep a cache of annotations for efficiency manifest hash: b960d9b9c6a7f6ba351c97675b00a1dd3004dcf1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnJclywK+sNU5EO8RAphZAKCkUuHh4jEJz7YwD9uzCT76GaSR/wCfUVUQ VbGna/9jrOAFlrB3mZ3e4qg= =yDFy -----END PGP SIGNATURE-----
Mon, 30 May 2005 10:21:21 -0800 hgweb: fix tip so that it doesn't need refreshing
mpm@selenic.com [Mon, 30 May 2005 10:21:21 -0800] rev 198
hgweb: fix tip so that it doesn't need refreshing -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hgweb: fix tip so that it doesn't need refreshing manifest hash: 5bf1837a29c5612872ab206053f9d15e899e3664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCm1mhywK+sNU5EO8RAjdQAKCLrRFv2/rfHYNI2tFvF5HKINaTjQCfRhxo ca39aZ0SaNeCBqc1nMPOTcw= =4pHG -----END PGP SIGNATURE-----
Mon, 30 May 2005 09:20:39 -0800 hgweb: add view-only support
mpm@selenic.com [Mon, 30 May 2005 09:20:39 -0800] rev 197
hgweb: add view-only support -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hgweb: add view-only support Turning on hgweb.viewonly prevents pulls. This is a good idea for machines with limited CPU/bandwidth. manifest hash: 68d1d04dad83743f3326e8b4f2e51387787f06c0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCm0tnywK+sNU5EO8RAm1fAJ9rNjWOr+e3UosFyauBSEgyie8meACeKwjc QqbfuXPLg/+TKr2HIrC3DA4= =i8Yj -----END PGP SIGNATURE-----
Mon, 30 May 2005 09:53:48 -0700 add export, recover, and undo to the man page
jake@edge2.net [Mon, 30 May 2005 09:53:48 -0700] rev 196
add export, recover, and undo to the man page add export to hg help
Mon, 30 May 2005 08:42:00 -0800 hgweb: make age() smarter
mpm@selenic.com [Mon, 30 May 2005 08:42:00 -0800] rev 195
hgweb: make age() smarter -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hgweb: make age() smarter manifest hash: 3aa19b2960d81843e573a8ce79a242defeb80f6a -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCm0JYywK+sNU5EO8RAvLUAKCJbWqvnzfirS64LbaWbBaWlkfbfACcCyGq Y9UMZRGDBGCEIVu9f/F/F6U= =+ULo -----END PGP SIGNATURE-----
Mon, 30 May 2005 08:28:02 -0800 Update tags
mpm@selenic.com [Mon, 30 May 2005 08:28:02 -0800] rev 194
Update tags
Mon, 30 May 2005 08:27:21 -0800 Bump the version number to 0.5b for the protocol change 0.5b
mpm@selenic.com [Mon, 30 May 2005 08:27:21 -0800] rev 193
Bump the version number to 0.5b for the protocol change -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bump the version number to 0.5b for the protocol change manifest hash: a7930fa15b716eb90613bd761b47c27331ea4b8b -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmz7pywK+sNU5EO8RAt7dAJ4qmUpDRS7/JP/JpLm8uXZ0c+5W/ACfVb0Q 99rjYslSjJfOWYLCKiAzVyU= =WVVg -----END PGP SIGNATURE-----
Mon, 30 May 2005 08:03:54 -0800 Changes to network protocol
mpm@selenic.com [Mon, 30 May 2005 08:03:54 -0800] rev 192
Changes to network protocol -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes to network protocol Stream changes at the delta level rather than at whole delta groups this breaks the protocol - we now send a zero byte delta to indicate the end of a group rather than sending the entire group length up front Fix filename length asymmetry while we're breaking things Fix hidden O(n^2) bug in calculating changegroup list.append(e) is O(n), list + [element] is not Decompress chunks on read in revlog.group() Improve status messages report bytes transferred report nothing to do Deal with /dev/null path brokenness Remove untriggered patch assertion manifest hash: 3eedcfe878561f9eb4adedb04f6be618fb8ae8d8 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmzlqywK+sNU5EO8RAn0KAJ4z4toWSSGjLoZO6FKWLx/3QbZufACglQgd S48bumc++DnuY1iPSNWKGAI= =lCjx -----END PGP SIGNATURE-----
Sun, 29 May 2005 09:24:51 -0800 merge: add count of new manifests, files, and revisions
mpm@selenic.com [Sun, 29 May 2005 09:24:51 -0800] rev 191
merge: add count of new manifests, files, and revisions -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 merge: add count of new manifests, files, and revisions manifest hash: ff29e3124693a0172ac936fac03fd73cc91778f5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmfrjywK+sNU5EO8RAnHZAJ4gwnv4QUipIcP2PhyFVS1lXh9TQwCgipSi r+6d9lUHu2U9UJGFkJPyi/4= =Caod -----END PGP SIGNATURE-----
Sun, 29 May 2005 09:06:43 -0800 merge: short-circuit search for merge into empty repo
mpm@selenic.com [Sun, 29 May 2005 09:06:43 -0800] rev 190
merge: short-circuit search for merge into empty repo -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 merge: short-circuit search for merge into empty repo We should have 3 cases for merge: - - we have no changesets - - we have less than half the changesets - - we have more than half the changesets For no changesets, we can immediately tell that we need everything. This happens when we initially branch from a remote repo, so we simply shortcircuit the search and grab everything from the root When we're actually tracking a project, we should generally have most of the changesets, so the current search algorithm should minimize searching. It should rarely occur that upstreams gets far ahead of us, in which case, we suffer a longer search. manifest hash: eabd55841b03225176ea72b985aad36431a438a9 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmfajywK+sNU5EO8RAuyKAKCf7Nw6XSK5HEzbrZae7Q06e3dk4wCgjbK6 YUTEfkpPP1h3mNHIHRKz+aI= =eGMq -----END PGP SIGNATURE-----
Sat, 28 May 2005 14:13:12 -0800 Add tag for 0.5
mpm@selenic.com [Sat, 28 May 2005 14:13:12 -0800] rev 189
Add tag for 0.5
Sat, 28 May 2005 14:09:11 -0800 Mercurial 0.5 0.5
mpm@selenic.com [Sat, 28 May 2005 14:09:11 -0800] rev 188
Mercurial 0.5 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mercurial 0.5 Update version numbers Fixup MANIFEST.in manifest hash: 58db9be35685e83133f20e96265d6c434fc106c2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmOwHywK+sNU5EO8RAq0OAKCkMWzSMzhisTFBmT2WLj2bf+PMqwCbBv+S jNvqIQsru2JMdCQC2eG7CxU= =c20j -----END PGP SIGNATURE-----
Sat, 28 May 2005 13:59:09 -0800 Fix two minor merge bugs
mpm@selenic.com [Sat, 28 May 2005 13:59:09 -0800] rev 187
Fix two minor merge bugs -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fix two minor merge bugs Fix variable name for printing manifest node Trouble with empty between lists from remote repos manifest hash: 000e9267b17c870f673210c8aae50d99e0e5b72b -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmOmtywK+sNU5EO8RAs7AAJ9dVyOn5Ne+EopdUqOe8IKVH86R3wCfUhNO CLpuRURCB5Ang19YZ5MLGeg= =NF1T -----END PGP SIGNATURE-----
Sat, 28 May 2005 13:31:49 -0800 Add $HGEDITOR hook and example script
mpm@selenic.com [Sat, 28 May 2005 13:31:49 -0800] rev 186
Add $HGEDITOR hook and example script -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add $HGEDITOR hook and example script This hook makes signing commits easier. manifest hash: ba8723e4b52323528dfa681a58658a5b4b2c02e4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmONFywK+sNU5EO8RAj87AKCEa5r9EepdYPiYRGo/jAjjwCIcVACfeBPe QDInXr7karo6/P8d2bM/tVU= =rxIQ -----END PGP SIGNATURE-----
Sat, 28 May 2005 11:48:00 -0800 Add manifest hash to commit messages for easy signing
mpm@selenic.com [Sat, 28 May 2005 11:48:00 -0800] rev 185
Add manifest hash to commit messages for easy signing -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here's an example: This is the current manifest hash: e06d11165178d03c296ea7e7854f91e612a8d6bf It was copied from the HG: comment lines that are added to the commit. Then I wrote this commit message, signed it, then closed the commit. The manifest hash is a hash of all the files in the project together with the hashes of manifest's parents. Thus, signing the manifest hash allows us to verify the entire state of project at the time of the commit. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmMrcywK+sNU5EO8RAoKwAJ4gPz2dI1Xh44N3tra43clUGhLVggCbBxuu 8pBZt85SA9ty39+e2+hL9WI= =t/xS -----END PGP SIGNATURE-----
Fri, 27 May 2005 19:38:34 -0800 Improved binary diff from Christopher Li
mpm@selenic.com [Fri, 27 May 2005 19:38:34 -0800] rev 184
Improved binary diff from Christopher Li This is more intelligent/efficient by combining neighboring inserts, replaces and deletes. Passes test of converting kernel repo, but doesn't appear to substantially affect compression or performance.
Fri, 27 May 2005 13:30:35 -0800 hgweb: Sort tags by revision number
mpm@selenic.com [Fri, 27 May 2005 13:30:35 -0800] rev 183
hgweb: Sort tags by revision number
Fri, 27 May 2005 13:09:56 -0800 Pull from Jake's hg docs
mpm@selenic.com [Fri, 27 May 2005 13:09:56 -0800] rev 182
Pull from Jake's hg docs
Fri, 27 May 2005 14:09:43 -0700 updated for .hgpaths and http/old-http protocol name change
jake@edge2.net [Fri, 27 May 2005 14:09:43 -0700] rev 181
updated for .hgpaths and http/old-http protocol name change
Fri, 27 May 2005 12:45:41 -0800 hgweb: Fix navigate to 0 bug
mpm@selenic.com [Fri, 27 May 2005 12:45:41 -0800] rev 180
hgweb: Fix navigate to 0 bug
Fri, 27 May 2005 12:42:52 -0800 Add ~/.hgpaths to README
mpm@selenic.com [Fri, 27 May 2005 12:42:52 -0800] rev 179
Add ~/.hgpaths to README
Fri, 27 May 2005 12:27:46 -0800 Merge from Jake's hg docs
mpm@selenic.com [Fri, 27 May 2005 12:27:46 -0800] rev 178
Merge from Jake's hg docs
Fri, 27 May 2005 07:16:58 -0700 adding doc directory and files
jake@edge2.net [Fri, 27 May 2005 07:16:58 -0700] rev 177
adding doc directory and files
Fri, 27 May 2005 12:26:14 -0800 Change hg: protocol name to http: and http: to old-http:
mpm@selenic.com [Fri, 27 May 2005 12:26:14 -0800] rev 176
Change hg: protocol name to http: and http: to old-http: hg: will continue to work for a bit old-http: will be phased out soon
Thu, 26 May 2005 23:39:42 -0800 hg: remove some debug commands, improve help messages, add .hgpaths file
mpm@selenic.com [Thu, 26 May 2005 23:39:42 -0800] rev 175
hg: remove some debug commands, improve help messages, add .hgpaths file .hgpaths is a file with lines of the form: <symbolic name> <repository path or url> that allows you to do: hg merge <name>
Thu, 26 May 2005 22:54:48 -0800 hg merge: abort if there are outstanding changes in the working directory
mpm@selenic.com [Thu, 26 May 2005 22:54:48 -0800] rev 174
hg merge: abort if there are outstanding changes in the working directory We currently don't support merging from the tip into the working directory, so merge with outstanding local changes is asking for trouble.
Thu, 26 May 2005 22:47:43 -0800 hgweb: make navigation of changesets a bit nicer
mpm@selenic.com [Thu, 26 May 2005 22:47:43 -0800] rev 173
hgweb: make navigation of changesets a bit nicer
Thu, 26 May 2005 20:37:05 -0800 hgweb: alternating colors for multifile diffs
mpm@selenic.com [Thu, 26 May 2005 20:37:05 -0800] rev 172
hgweb: alternating colors for multifile diffs
Thu, 26 May 2005 18:20:24 -0800 trivial tweak to merge3
mpm@selenic.com [Thu, 26 May 2005 18:20:24 -0800] rev 171
trivial tweak to merge3
Thu, 26 May 2005 13:02:28 -0800 hg diff: fix missing final newline bug
mpm@selenic.com [Thu, 26 May 2005 13:02:28 -0800] rev 170
hg diff: fix missing final newline bug
Thu, 26 May 2005 13:02:04 -0800 hgweb: actually commit the tags template
mpm@selenic.com [Thu, 26 May 2005 13:02:04 -0800] rev 169
hgweb: actually commit the tags template
Thu, 26 May 2005 12:24:01 -0800 hgweb: add tags links and manifest links
mpm@selenic.com [Thu, 26 May 2005 12:24:01 -0800] rev 168
hgweb: add tags links and manifest links This adds a simple new tags page to browse by tag, adds the tag link everywhere, and adds manifest links to the tags and changelog pages.
Thu, 26 May 2005 11:15:05 -0800 Hide most revision numbers in hgweb
mpm@selenic.com [Thu, 26 May 2005 11:15:05 -0800] rev 167
Hide most revision numbers in hgweb
Thu, 26 May 2005 10:11:05 -0800 hgweb: don't blow up on search for unknown keys
mpm@selenic.com [Thu, 26 May 2005 10:11:05 -0800] rev 166
hgweb: don't blow up on search for unknown keys
Thu, 26 May 2005 10:08:47 -0800 Add tag/rev/node search to hgweb
mpm@selenic.com [Thu, 26 May 2005 10:08:47 -0800] rev 165
Add tag/rev/node search to hgweb
Thu, 26 May 2005 09:56:20 -0800 Make fancyopts handle no arguments
mpm@selenic.com [Thu, 26 May 2005 09:56:20 -0800] rev 164
Make fancyopts handle no arguments This lets hg serve work with no args.
Thu, 26 May 2005 09:48:50 -0800 Make undo and recover friendlier
mpm@selenic.com [Thu, 26 May 2005 09:48:50 -0800] rev 163
Make undo and recover friendlier Add them to the help display, have them report failure
Thu, 26 May 2005 09:04:54 -0800 Implement recover and undo commands
mpm@selenic.com [Thu, 26 May 2005 09:04:54 -0800] rev 162
Implement recover and undo commands This adds an interface to transaction to rollback with a given journal file and commands to rollback an existing .hg/journal or .hg/undo.
Thu, 26 May 2005 08:53:04 -0800 Simply repository locking
mpm@selenic.com [Thu, 26 May 2005 08:53:04 -0800] rev 161
Simply repository locking This is a first pass at implementing repo locking. Next up, journal recovery and undo.
Wed, 25 May 2005 16:40:22 -0800 Update the README a bit
mpm@selenic.com [Wed, 25 May 2005 16:40:22 -0800] rev 160
Update the README a bit
Wed, 25 May 2005 16:28:23 -0800 Add example CGI script
mpm@selenic.com [Wed, 25 May 2005 16:28:23 -0800] rev 159
Add example CGI script This gives an example of how to easily use hgweb via CGI
Wed, 25 May 2005 16:27:10 -0800 Add 'hg serve' command for stand-alone server
mpm@selenic.com [Wed, 25 May 2005 16:27:10 -0800] rev 158
Add 'hg serve' command for stand-alone server This adds a simple stand-alone web server mode to hg that exports the current repo for merging and browsing. The default port is 8000.
Wed, 25 May 2005 16:21:06 -0800 Install the templates where they can be found by hgweb.py
mpm@selenic.com [Wed, 25 May 2005 16:21:06 -0800] rev 157
Install the templates where they can be found by hgweb.py This ought to use package_data but that doesn't exist in Python 2.3. So we do a hack of install_data and use glob. This also adds templatepath() to hgweb.py which finds the templates relative to hgweb.py's location.
Wed, 25 May 2005 09:04:38 -0800 Fix some broken parent links in hgweb
mpm@selenic.com [Wed, 25 May 2005 09:04:38 -0800] rev 156
Fix some broken parent links in hgweb
Wed, 25 May 2005 08:54:54 -0800 Merge from hgweb
mpm@selenic.com [Wed, 25 May 2005 08:54:54 -0800] rev 155
Merge from hgweb
Tue, 24 May 2005 16:08:09 -0700 fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net [Tue, 24 May 2005 16:08:09 -0700] rev 154
fixed problem with head/body tags, added dtd, fixed table attributes add quotes around all attributes (w3c recommendation) pages pass w3c validator
Tue, 24 May 2005 07:42:05 -0700 changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net [Tue, 24 May 2005 07:42:05 -0700] rev 153
changed pos to rev for changelog cmd, changed & to ;
Tue, 24 May 2005 07:33:12 -0700 hgweb is no longer a script
jake@edge2.net [Tue, 24 May 2005 07:33:12 -0700] rev 152
hgweb is no longer a script
Wed, 25 May 2005 08:53:34 -0800 Bail on attempts to do an empty commit
mpm@selenic.com [Wed, 25 May 2005 08:53:34 -0800] rev 151
Bail on attempts to do an empty commit
Wed, 25 May 2005 08:53:01 -0800 Add options to annotate for user/rev/changeset
mpm@selenic.com [Wed, 25 May 2005 08:53:01 -0800] rev 150
Add options to annotate for user/rev/changeset This eliminates the blame command and makes annotate more flexible.
Tue, 24 May 2005 23:34:06 -0800 Pass filename to $HGMERGE
mpm@selenic.com [Tue, 24 May 2005 23:34:06 -0800] rev 149
Pass filename to $HGMERGE This lets the merge program be slightly more user-friendly
Tue, 24 May 2005 23:13:25 -0800 Improve pruning of branches in outstanding changeset algorithm
mpm@selenic.com [Tue, 24 May 2005 23:13:25 -0800] rev 148
Improve pruning of branches in outstanding changeset algorithm These changes make the client keep track of what it's seen more carefully to avoid some redundant requests.
Tue, 24 May 2005 23:11:44 -0800 A new ancestor algorithm
mpm@selenic.com [Tue, 24 May 2005 23:11:44 -0800] rev 147
A new ancestor algorithm The old ancestor algorithm could get fooled into returning ancestors closer to root than it ought to. Hopefully this one, which strictly orders its search by distance from room, will be foolproof.
Tue, 24 May 2005 20:30:35 -0800 Handle merge with deletions
mpm@selenic.com [Tue, 24 May 2005 20:30:35 -0800] rev 146
Handle merge with deletions If you merge with a repo that has deleted a file after editing it, hg attempted to resolve the file. This (correctly) resulted in hg verify errors because the resolved version didn't show up in the manifests. This moves the manifest resolution before file resolution and decides which files to resolve based on the (partially) resolved manifest. After files are resolved, the final manifest is committed.
Tue, 24 May 2005 20:29:38 -0800 Minor fixes to verify
mpm@selenic.com [Tue, 24 May 2005 20:29:38 -0800] rev 145
Minor fixes to verify
Mon, 23 May 2005 22:14:41 -0800 Fix transaction handling bug by reverting fileopener change
mpm@selenic.com [Mon, 23 May 2005 22:14:41 -0800] rev 144
Fix transaction handling bug by reverting fileopener change
Mon, 23 May 2005 21:15:36 -0800 Fix pos in navbar
mpm@selenic.com [Mon, 23 May 2005 21:15:36 -0800] rev 143
Fix pos in navbar Fix bad parent link in changelog
Mon, 23 May 2005 20:57:48 -0800 Prettify the web interface
mpm@selenic.com [Mon, 23 May 2005 20:57:48 -0800] rev 142
Prettify the web interface Add header, footer templates Add null parent handling Combine files and directories Add parity flag for alternating line colors Add line numbers to filerevision
Mon, 23 May 2005 16:06:25 -0800 Simple script to recompress a log file
mpm@selenic.com [Mon, 23 May 2005 16:06:25 -0800] rev 141
Simple script to recompress a log file
Mon, 23 May 2005 16:05:48 -0800 Minor safety checks to manifest diff
mpm@selenic.com [Mon, 23 May 2005 16:05:48 -0800] rev 140
Minor safety checks to manifest diff
Mon, 23 May 2005 16:05:05 -0800 Minor updates to comparison
mpm@selenic.com [Mon, 23 May 2005 16:05:05 -0800] rev 139
Minor updates to comparison
Mon, 23 May 2005 16:00:02 -0800 Revamped templated hgweb
mpm@selenic.com [Mon, 23 May 2005 16:00:02 -0800] rev 138
Revamped templated hgweb
Sun, 22 May 2005 08:13:38 -0800 Merge from hgweb
mpm@selenic.com [Sun, 22 May 2005 08:13:38 -0800] rev 137
Merge from hgweb
Sat, 21 May 2005 22:43:14 -0700 added annotate
jake@edge2.net [Sat, 21 May 2005 22:43:14 -0700] rev 136
added annotate fixed error page to get tmpl_dir
Sat, 21 May 2005 20:31:54 -0700 change template to a generator
jake@edge2.net [Sat, 21 May 2005 20:31:54 -0700] rev 135
change template to a generator add write call to output generator
Sat, 21 May 2005 16:21:16 -0700 fix problem with non wrapping file list
jake@edge2.net [Sat, 21 May 2005 16:21:16 -0700] rev 134
fix problem with non wrapping file list fix file list not appearing in checkin
Sat, 21 May 2005 16:13:42 -0700 added template support for some hgweb output, also, template files for
jake@edge2.net [Sat, 21 May 2005 16:13:42 -0700] rev 133
added template support for some hgweb output, also, template files for the parts that have been converted
Sat, 21 May 2005 11:46:16 -0700 making hgweb class
jake@edge2.net [Sat, 21 May 2005 11:46:16 -0700] rev 132
making hgweb class
Sat, 21 May 2005 11:35:26 -0700 moving hgweb to mercurial subdir
jake@edge2.net [Sat, 21 May 2005 11:35:26 -0700] rev 131
moving hgweb to mercurial subdir
Sat, 21 May 2005 17:26:44 -0800 Make hg diff handle files that have been added but not yet committed.
mpm@selenic.com [Sat, 21 May 2005 17:26:44 -0800] rev 130
Make hg diff handle files that have been added but not yet committed.
Sat, 21 May 2005 17:03:12 -0800 Fix diff and export not showing added files
mpm@selenic.com [Sat, 21 May 2005 17:03:12 -0800] rev 129
Fix diff and export not showing added files
Sat, 21 May 2005 13:14:58 -0800 Add safety checking to mpatch
mpm@selenic.com [Sat, 21 May 2005 13:14:58 -0800] rev 128
Add safety checking to mpatch
Fri, 20 May 2005 19:19:25 -0800 Fix braindamaged import in mdiff.
mpm@selenic.com [Fri, 20 May 2005 19:19:25 -0800] rev 127
Fix braindamaged import in mdiff.
Fri, 20 May 2005 17:50:11 -0800 Remove some debugging code from lazyparser
mpm@selenic.com [Fri, 20 May 2005 17:50:11 -0800] rev 126
Remove some debugging code from lazyparser
Fri, 20 May 2005 17:49:25 -0800 Remove python version of the patches code
mpm@selenic.com [Fri, 20 May 2005 17:49:25 -0800] rev 125
Remove python version of the patches code
Fri, 20 May 2005 17:47:13 -0800 Remove debugoldmerge command
mpm@selenic.com [Fri, 20 May 2005 17:47:13 -0800] rev 124
Remove debugoldmerge command
Fri, 20 May 2005 17:46:47 -0800 hg history: don't print file list without -v switch
mpm@selenic.com [Fri, 20 May 2005 17:46:47 -0800] rev 123
hg history: don't print file list without -v switch
Fri, 20 May 2005 17:45:03 -0800 Subdir support for annotate
mpm@selenic.com [Fri, 20 May 2005 17:45:03 -0800] rev 122
Subdir support for annotate
Fri, 20 May 2005 17:44:34 -0800 Use revlog.delta and mdiff.patchtext to massively speed up processing
mpm@selenic.com [Fri, 20 May 2005 17:44:34 -0800] rev 121
Use revlog.delta and mdiff.patchtext to massively speed up processing of manifests. This lets us verify a 28k changeset kernel repo in under two minutes.
Fri, 20 May 2005 17:42:29 -0800 Add a function to return the new text from a binary diff
mpm@selenic.com [Fri, 20 May 2005 17:42:29 -0800] rev 120
Add a function to return the new text from a binary diff
Fri, 20 May 2005 17:40:24 -0800 Add code to retrieve or construct a revlog delta
mpm@selenic.com [Fri, 20 May 2005 17:40:24 -0800] rev 119
Add code to retrieve or construct a revlog delta
Fri, 20 May 2005 17:38:01 -0800 Add fileopener to move some pathname knowledge from filelog to repository
mpm@selenic.com [Fri, 20 May 2005 17:38:01 -0800] rev 118
Add fileopener to move some pathname knowledge from filelog to repository
Fri, 20 May 2005 17:36:02 -0800 Make revision code slightly faster
mpm@selenic.com [Fri, 20 May 2005 17:36:02 -0800] rev 117
Make revision code slightly faster
Fri, 20 May 2005 17:35:20 -0800 Only use lazy indexing for big indices and avoid the overhead of the
mpm@selenic.com [Fri, 20 May 2005 17:35:20 -0800] rev 116
Only use lazy indexing for big indices and avoid the overhead of the lazy index in the small index case.
Fri, 20 May 2005 17:34:04 -0800 Make lazyindex load slightly faster
mpm@selenic.com [Fri, 20 May 2005 17:34:04 -0800] rev 115
Make lazyindex load slightly faster
Fri, 20 May 2005 17:33:24 -0800 Simplify checkout slightly, replace checkdir with os.makedirs
mpm@selenic.com [Fri, 20 May 2005 17:33:24 -0800] rev 114
Simplify checkout slightly, replace checkdir with os.makedirs
Fri, 20 May 2005 17:31:55 -0800 Sort files on check-in for good I/O patterns
mpm@selenic.com [Fri, 20 May 2005 17:31:55 -0800] rev 113
Sort files on check-in for good I/O patterns
Fri, 20 May 2005 17:31:12 -0800 Make compression more intelligent:
mpm@selenic.com [Fri, 20 May 2005 17:31:12 -0800] rev 112
Make compression more intelligent: - we don't attempt to compress things under 44 bytes (empirical) - we check whether larger objects actually compress - we tag objects to indicate their compression NUL means uncompressed and starts with NUL x means gzipped and starts with x (handy) u means uncompressed, drop the u
Fri, 20 May 2005 17:28:09 -0800 Add script for doing conversion of repo from oldstyle to newstyle
mpm@selenic.com [Fri, 20 May 2005 17:28:09 -0800] rev 111
Add script for doing conversion of repo from oldstyle to newstyle
Fri, 20 May 2005 17:27:21 -0800 Move hg from storing files in data with base64 encoding to full
mpm@selenic.com [Fri, 20 May 2005 17:27:21 -0800] rev 110
Move hg from storing files in data with base64 encoding to full pathnames with .i and .d extensions. This means we naturally get good FS layout, and cp and tar fix things up nicely rather than pessimizing layout.
Fri, 20 May 2005 17:22:02 -0800 Annotate was being too clever trying to work in place, and triggering
mpm@selenic.com [Fri, 20 May 2005 17:22:02 -0800] rev 109
Annotate was being too clever trying to work in place, and triggering its assert. Simplify it, fix it, and speed it up a tiny bit.
Fri, 20 May 2005 17:20:39 -0800 Warn if we fail to truncate something
mpm@selenic.com [Fri, 20 May 2005 17:20:39 -0800] rev 108
Warn if we fail to truncate something
Wed, 18 May 2005 18:25:37 -0800 Make prompting go
mpm@selenic.com [Wed, 18 May 2005 18:25:37 -0800] rev 107
Make prompting go Minor UI tweaking Add merge prompting
Wed, 18 May 2005 17:37:49 -0800 Don't diff unknown files
mpm@selenic.com [Wed, 18 May 2005 17:37:49 -0800] rev 106
Don't diff unknown files Fix syntax error from log date
Wed, 18 May 2005 17:33:46 -0800 Date on its own line in file log
mpm@selenic.com [Wed, 18 May 2005 17:33:46 -0800] rev 105
Date on its own line in file log
Wed, 18 May 2005 17:29:10 -0800 Pull from hg://edge2.net/hg/cmds
mpm@selenic.com [Wed, 18 May 2005 17:29:10 -0800] rev 104
Pull from hg://edge2.net/hg/cmds
Sun, 15 May 2005 15:30:36 -0700 adding subdir support for log and status commands
jake@edge2.net [Sun, 15 May 2005 15:30:36 -0700] rev 103
adding subdir support for log and status commands
Wed, 18 May 2005 17:06:07 -0800 Merge from hgweb
mpm@selenic.com [Wed, 18 May 2005 17:06:07 -0800] rev 102
Merge from hgweb
Tue, 17 May 2005 16:03:50 -0700 added pagination for changes (front) page
jake@edge2.net [Tue, 17 May 2005 16:03:50 -0700] rev 101
added pagination for changes (front) page added manifest list added file history
Fri, 13 May 2005 17:48:10 -0700 reorganize code into classes
jake@edge2.net [Fri, 13 May 2005 17:48:10 -0700] rev 100
reorganize code into classes clean up html code for w3c validation
Fri, 13 May 2005 17:27:14 -0700 making change list be reverse ordered
jake@edge2.net [Fri, 13 May 2005 17:27:14 -0700] rev 99
making change list be reverse ordered adding link to revision in change list changing revision links to display checkin
Wed, 18 May 2005 16:59:54 -0800 Add paranoia to diff code
mpm@selenic.com [Wed, 18 May 2005 16:59:54 -0800] rev 98
Add paranoia to diff code
Wed, 18 May 2005 16:47:49 -0800 Add iterator to the lazymap code
mpm@selenic.com [Wed, 18 May 2005 16:47:49 -0800] rev 97
Add iterator to the lazymap code
Wed, 18 May 2005 16:45:44 -0800 Add updated merge3 code
mpm@selenic.com [Wed, 18 May 2005 16:45:44 -0800] rev 96
Add updated merge3 code
Wed, 18 May 2005 16:31:51 -0800 Beginnings of transaction undo support
mpm@selenic.com [Wed, 18 May 2005 16:31:51 -0800] rev 95
Beginnings of transaction undo support
Wed, 18 May 2005 16:29:39 -0800 Refactor merge code
mpm@selenic.com [Wed, 18 May 2005 16:29:39 -0800] rev 94
Refactor merge code Delete old code Fix calculation of newer nodes on server Fix branch recursion on client Fix manifest merge problems Add more debugging and note messages to merge
Wed, 18 May 2005 15:24:18 -0800 Fix two bugs in verify
mpm@selenic.com [Wed, 18 May 2005 15:24:18 -0800] rev 93
Fix two bugs in verify
Wed, 18 May 2005 15:23:10 -0800 Add debugindexdot to generate graphviz dot files from indexes
mpm@selenic.com [Wed, 18 May 2005 15:23:10 -0800] rev 92
Add debugindexdot to generate graphviz dot files from indexes
Wed, 18 May 2005 15:21:53 -0800 hack so that debugindex takes filenames
mpm@selenic.com [Wed, 18 May 2005 15:21:53 -0800] rev 91
hack so that debugindex takes filenames
Tue, 17 May 2005 13:38:21 -0800 Fix manifest merge swap bug
mpm@selenic.com [Tue, 17 May 2005 13:38:21 -0800] rev 90
Fix manifest merge swap bug Add more debug info to merge
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"
(0) -120 +120 +1000 +3000 tip