Wed, 04 May 2005 15:42:30 -0800 The actual hg remove fix from Thomas Hein
mpm@selenic.com [Wed, 04 May 2005 15:42:30 -0800] rev 20
The actual hg remove fix from Thomas Hein
Wed, 04 May 2005 15:32:16 -0800 From: Thomas Arendsen Hein <thomas@intevation.de>
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.
Wed, 04 May 2005 11:01:17 -0800 Give a friendlier message when repo isn't found
mpm@selenic.com [Wed, 04 May 2005 11:01:17 -0800] rev 18
Give a friendlier message when repo isn't found
Wed, 04 May 2005 10:50:21 -0800 Make hg verify do more thorough cross-checking.
mpm@selenic.com [Wed, 04 May 2005 10:50:21 -0800] rev 17
Make hg verify do more thorough cross-checking.
Wed, 04 May 2005 10:07:28 -0800 Update version numbers 0.4d
mpm@selenic.com [Wed, 04 May 2005 10:07:28 -0800] rev 16
Update version numbers
Wed, 04 May 2005 10:07:10 -0800 Fix network pull of repo files with "%" in their base64 encoding.
mpm@selenic.com [Wed, 04 May 2005 10:07:10 -0800] rev 15
Fix network pull of repo files with "%" in their base64 encoding.
Wed, 04 May 2005 09:33:46 -0800 Fix off-by-one truncation in transaction rollback.
mpm@selenic.com [Wed, 04 May 2005 09:33:46 -0800] rev 14
Fix off-by-one truncation in transaction rollback.
Wed, 04 May 2005 09:32:39 -0800 Fix empty transaction destruction
mpm@selenic.com [Wed, 04 May 2005 09:32:39 -0800] rev 13
Fix empty transaction destruction
Wed, 04 May 2005 09:30:56 -0800 Delete journal on destruction even if there are no entries to replay.
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.
Tue, 03 May 2005 23:39:04 -0800 Allow checkout by number or hash
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
(0) -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip