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
Thu, 05 May 2005 15:05:50 -0800 Make diffdir take a revision argument
mpm@selenic.com [Thu, 05 May 2005 15:05:50 -0800] rev 29
Make diffdir take a revision argument
Wed, 04 May 2005 22:57:51 -0800 Add some tests to the repo
mpm@selenic.com [Wed, 04 May 2005 22:57:51 -0800] rev 28
Add some tests to the repo
Wed, 04 May 2005 22:57:16 -0800 hg co after hg merge
mpm@selenic.com [Wed, 04 May 2005 22:57:16 -0800] rev 27
hg co after hg merge
Wed, 04 May 2005 22:51:25 -0800 Simplify integrity checking
mpm@selenic.com [Wed, 04 May 2005 22:51:25 -0800] rev 26
Simplify integrity checking More fiddling with transaction truncate points (still untested)
Wed, 04 May 2005 22:47:25 -0800 Fix corruption from manifest.listcache optimization
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
Wed, 04 May 2005 22:45:52 -0800 Add debughash and debugindex commands
mpm@selenic.com [Wed, 04 May 2005 22:45:52 -0800] rev 24
Add debughash and debugindex commands
Wed, 04 May 2005 17:27:08 -0800 Import time for hg history command
mpm@selenic.com [Wed, 04 May 2005 17:27:08 -0800] rev 23
Import time for hg history command
Wed, 04 May 2005 17:26:27 -0800 Document diff in help
mpm@selenic.com [Wed, 04 May 2005 17:26:27 -0800] rev 22
Document diff in help Add filenames to diff support
Wed, 04 May 2005 17:19:02 -0800 Show date in history
mpm@selenic.com [Wed, 04 May 2005 17:19:02 -0800] rev 21
Show date in history
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
Tue, 03 May 2005 23:37:43 -0800 Fix linking of changeset revs when merging
oxymoron@cinder.waste.org [Tue, 03 May 2005 23:37:43 -0800] rev 10
Fix linking of changeset revs when merging
Tue, 03 May 2005 18:51:52 -0800 Ignore empty ignore patterns 0.4c
mpm@selenic.com [Tue, 03 May 2005 18:51:52 -0800] rev 9
Ignore empty ignore patterns
Tue, 03 May 2005 18:51:29 -0800 Ignore MANIFEST
mpm@selenic.com [Tue, 03 May 2005 18:51:29 -0800] rev 8
Ignore MANIFEST
Tue, 03 May 2005 18:51:16 -0800 Add MANIFEST.in to repo
mpm@selenic.com [Tue, 03 May 2005 18:51:16 -0800] rev 7
Add MANIFEST.in to repo
Tue, 03 May 2005 18:50:07 -0800 Add some ignore expressions
mpm@selenic.com [Tue, 03 May 2005 18:50:07 -0800] rev 6
Add some ignore expressions
(0) -30 +30 +50 +100 +300 +1000 +3000 tip