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
Thu, 12 May 2005 01:20:43 -0800 Minor corrections
mpm@selenic.com [Thu, 12 May 2005 01:20:43 -0800] rev 59
Minor corrections
Thu, 12 May 2005 01:20:16 -0800 A quick set of comparisons between hg, git, and bk
mpm@selenic.com [Thu, 12 May 2005 01:20:16 -0800] rev 58
A quick set of comparisons between hg, git, and bk
Wed, 11 May 2005 17:11:10 -0800 hgweb.py from Jake Edge
mpm@selenic.com [Wed, 11 May 2005 17:11:10 -0800] rev 57
hgweb.py from Jake Edge remove hgweb.py from URLs so that it will work as index.cgi
Wed, 11 May 2005 15:06:41 -0800 Add getchangegroup code to efficiently calculate and request a changegroup
mpm@selenic.com [Wed, 11 May 2005 15:06:41 -0800] rev 56
Add getchangegroup code to efficiently calculate and request a changegroup
Wed, 11 May 2005 14:38:26 -0800 From: Thomas Arendsen Hein <thomas@intevation.de>
mpm@selenic.com [Wed, 11 May 2005 14:38:26 -0800] rev 55
From: Thomas Arendsen Hein <thomas@intevation.de> Good. Attached is a patch which also tries to use $EMAIL as the commit user and removed a try/except by using os.environ.get.
Wed, 11 May 2005 14:37:23 -0800 Fix lsdiff filtering
mpm@selenic.com [Wed, 11 May 2005 14:37:23 -0800] rev 54
Fix lsdiff filtering
Wed, 11 May 2005 14:36:17 -0800 Drop empty lines from lsdiff
mpm@selenic.com [Wed, 11 May 2005 14:36:17 -0800] rev 53
Drop empty lines from lsdiff
Wed, 11 May 2005 14:34:31 -0800 Strip trailing spaces from lsdiff file list
mpm@selenic.com [Wed, 11 May 2005 14:34:31 -0800] rev 52
Strip trailing spaces from lsdiff file list
Wed, 11 May 2005 14:32:03 -0800 Ignore .orig and .rej files from patch
mpm@selenic.com [Wed, 11 May 2005 14:32:03 -0800] rev 51
Ignore .orig and .rej files from patch
Wed, 11 May 2005 14:06:34 -0800 Add -q option to import
mpm@selenic.com [Wed, 11 May 2005 14:06:34 -0800] rev 50
Add -q option to import Make import complain if patching fails
Wed, 11 May 2005 13:56:22 -0800 Import comments from patches
mpm@selenic.com [Wed, 11 May 2005 13:56:22 -0800] rev 49
Import comments from patches
Wed, 11 May 2005 09:44:12 -0800 Fix resolve bug putting unchanged files in resolve cset
mpm@selenic.com [Wed, 11 May 2005 09:44:12 -0800] rev 48
Fix resolve bug putting unchanged files in resolve cset
Tue, 10 May 2005 23:33:19 -0800 Rollback is implemented
mpm@selenic.com [Tue, 10 May 2005 23:33:19 -0800] rev 47
Rollback is implemented
Tue, 10 May 2005 00:40:49 -0800 Add changegroup support
mpm@selenic.com [Tue, 10 May 2005 00:40:49 -0800] rev 46
Add changegroup support
Tue, 10 May 2005 00:34:57 -0800 Fix recursion depth trouble with ancestor algorithm
mpm@selenic.com [Tue, 10 May 2005 00:34:57 -0800] rev 45
Fix recursion depth trouble with ancestor algorithm
Tue, 10 May 2005 00:33:48 -0800 Fix occassional diff bug with manifests
mpm@selenic.com [Tue, 10 May 2005 00:33:48 -0800] rev 44
Fix occassional diff bug with manifests
Tue, 10 May 2005 00:32:05 -0800 Attempt to recover journal automatically
mpm@selenic.com [Tue, 10 May 2005 00:32:05 -0800] rev 43
Attempt to recover journal automatically
Tue, 10 May 2005 00:31:00 -0800 Fix multiple changes to file per transaction
mpm@selenic.com [Tue, 10 May 2005 00:31:00 -0800] rev 42
Fix multiple changes to file per transaction
Sat, 07 May 2005 16:33:31 -0800 Fix truncate logic for indices again
mpm@selenic.com [Sat, 07 May 2005 16:33:31 -0800] rev 41
Fix truncate logic for indices again
Sat, 07 May 2005 16:33:09 -0800 Date is an int as a string in changelog
mpm@selenic.com [Sat, 07 May 2005 16:33:09 -0800] rev 40
Date is an int as a string in changelog
Sat, 07 May 2005 16:32:31 -0800 Add lookup smarts everywhere
mpm@selenic.com [Sat, 07 May 2005 16:32:31 -0800] rev 39
Add lookup smarts everywhere Fix import command
Sat, 07 May 2005 16:13:26 -0800 Add improved rev lookup to diff and export
mpm@selenic.com [Sat, 07 May 2005 16:13:26 -0800] rev 38
Add improved rev lookup to diff and export
Sat, 07 May 2005 16:12:31 -0800 Move hex/bin bits to revlog
mpm@selenic.com [Sat, 07 May 2005 16:12:31 -0800] rev 37
Move hex/bin bits to revlog Handle lookup of rev -1 of changelog
Sat, 07 May 2005 16:11:36 -0800 Add smart node lookup by substring or by rev number
mpm@selenic.com [Sat, 07 May 2005 16:11:36 -0800] rev 36
Add smart node lookup by substring or by rev number
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
Tue, 03 May 2005 18:39:58 -0800 Don't complain that help is an unknown command
mpm@selenic.com [Tue, 03 May 2005 18:39:58 -0800] rev 5
Don't complain that help is an unknown command
Tue, 03 May 2005 18:36:16 -0800 Fix exception handling for reading current working version
mpm@selenic.com [Tue, 03 May 2005 18:36:16 -0800] rev 4
Fix exception handling for reading current working version
Tue, 03 May 2005 18:35:26 -0800 Ignore build/ and .pyc files
mpm@selenic.com [Tue, 03 May 2005 18:35:26 -0800] rev 3
Ignore build/ and .pyc files
Tue, 03 May 2005 18:35:03 -0800 Handle nullid better for ancestor
mpm@selenic.com [Tue, 03 May 2005 18:35:03 -0800] rev 2
Handle nullid better for ancestor
Tue, 03 May 2005 13:27:13 -0800 Update README to discuss remote pull, rsync, and the hg repo
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
Tue, 03 May 2005 13:16:10 -0800 Add back links from file revisions to changeset revisions
mpm@selenic.com [Tue, 03 May 2005 13:16:10 -0800] rev 0
Add back links from file revisions to changeset revisions Add simple transaction support Add hg verify Improve caching in revlog Fix a bunch of bugs Self-hosting now that the metadata is close to finalized
(0) +120 +1000 +3000 tip