mpm@selenic.com [Thu, 05 May 2005 15:20:56 -0800] rev 30
Fix up commit arg breakage
mpm@selenic.com [Thu, 05 May 2005 15:05:50 -0800] rev 29
Make diffdir take a revision argument
mpm@selenic.com [Wed, 04 May 2005 22:57:51 -0800] rev 28
Add some tests to the repo
mpm@selenic.com [Wed, 04 May 2005 22:57:16 -0800] rev 27
hg co after hg merge
mpm@selenic.com [Wed, 04 May 2005 22:51:25 -0800] rev 26
Simplify integrity checking
More fiddling with transaction truncate points (still untested)
mpm@selenic.com [Wed, 04 May 2005 22:47:25 -0800] rev 25
Fix corruption from manifest.listcache optimization
Put the remove edit text in the right place
mpm@selenic.com [Wed, 04 May 2005 22:45:52 -0800] rev 24
Add debughash and debugindex commands
mpm@selenic.com [Wed, 04 May 2005 17:27:08 -0800] rev 23
Import time for hg history command
mpm@selenic.com [Wed, 04 May 2005 17:26:27 -0800] rev 22
Document diff in help
Add filenames to diff support
mpm@selenic.com [Wed, 04 May 2005 17:19:02 -0800] rev 21
Show date in history
mpm@selenic.com [Wed, 04 May 2005 15:42:30 -0800] rev 20
The actual hg remove fix from Thomas Hein
mpm@selenic.com [Wed, 04 May 2005 15:32:16 -0800] rev 19
From: Thomas Arendsen Hein <thomas@intevation.de>
mercurial 0.4d had the same problems with removing files, but
attached is a patch which fixes that problem.
The key change is in dircache.remove():
del self[f] should have been del self.map[f]
This error was hidden by the 'except: pass' statement.
mpm@selenic.com [Wed, 04 May 2005 11:01:17 -0800] rev 18
Give a friendlier message when repo isn't found
mpm@selenic.com [Wed, 04 May 2005 10:50:21 -0800] rev 17
Make hg verify do more thorough cross-checking.
mpm@selenic.com [Wed, 04 May 2005 10:07:28 -0800] rev 16
Update version numbers
mpm@selenic.com [Wed, 04 May 2005 10:07:10 -0800] rev 15
Fix network pull of repo files with "%" in their base64 encoding.
mpm@selenic.com [Wed, 04 May 2005 09:33:46 -0800] rev 14
Fix off-by-one truncation in transaction rollback.
mpm@selenic.com [Wed, 04 May 2005 09:32:39 -0800] rev 13
Fix empty transaction destruction
mpm@selenic.com [Wed, 04 May 2005 09:30:56 -0800] rev 12
Delete journal on destruction even if there are no entries to replay.
oxymoron@cinder.waste.org [Tue, 03 May 2005 23:39:04 -0800] rev 11
Allow checkout by number or hash
Print files touched in changeset
Fix reporting of incorrect changelog rev links in verify
oxymoron@cinder.waste.org [Tue, 03 May 2005 23:37:43 -0800] rev 10
Fix linking of changeset revs when merging
mpm@selenic.com [Tue, 03 May 2005 18:51:52 -0800] rev 9
Ignore empty ignore patterns
mpm@selenic.com [Tue, 03 May 2005 18:51:29 -0800] rev 8
Ignore MANIFEST
mpm@selenic.com [Tue, 03 May 2005 18:51:16 -0800] rev 7
Add MANIFEST.in to repo
mpm@selenic.com [Tue, 03 May 2005 18:50:07 -0800] rev 6
Add some ignore expressions
mpm@selenic.com [Tue, 03 May 2005 18:39:58 -0800] rev 5
Don't complain that help is an unknown command
mpm@selenic.com [Tue, 03 May 2005 18:36:16 -0800] rev 4
Fix exception handling for reading current working version
mpm@selenic.com [Tue, 03 May 2005 18:35:26 -0800] rev 3
Ignore build/ and .pyc files
mpm@selenic.com [Tue, 03 May 2005 18:35:03 -0800] rev 2
Handle nullid better for ancestor
mpm@selenic.com [Tue, 03 May 2005 13:27:13 -0800] rev 1
Update README to discuss remote pull, rsync, and the hg repo
add a .hgignore file