Wed, 25 May 2005 08:54:54 -0800 |
mpm |
Merge from hgweb
|
Wed, 25 May 2005 08:53:34 -0800 |
mpm |
Bail on attempts to do an empty commit
|
Tue, 24 May 2005 23:34:06 -0800 |
mpm |
Pass filename to $HGMERGE
|
Tue, 24 May 2005 23:13:25 -0800 |
mpm |
Improve pruning of branches in outstanding changeset algorithm
|
Tue, 24 May 2005 20:30:35 -0800 |
mpm |
Handle merge with deletions
|
Mon, 23 May 2005 22:14:41 -0800 |
mpm |
Fix transaction handling bug by reverting fileopener change
|
Mon, 23 May 2005 16:05:48 -0800 |
mpm |
Minor safety checks to manifest diff
|
Fri, 20 May 2005 17:38:01 -0800 |
mpm |
Add fileopener to move some pathname knowledge from filelog to repository
|
Fri, 20 May 2005 17:33:24 -0800 |
mpm |
Simplify checkout slightly, replace checkdir with os.makedirs
|
Fri, 20 May 2005 17:31:55 -0800 |
mpm |
Sort files on check-in for good I/O patterns
|
Fri, 20 May 2005 17:27:21 -0800 |
mpm |
Move hg from storing files in data with base64 encoding to full
|
Fri, 20 May 2005 17:22:02 -0800 |
mpm |
Annotate was being too clever trying to work in place, and triggering
|
Wed, 18 May 2005 18:25:37 -0800 |
mpm |
Make prompting go
|
Wed, 18 May 2005 16:59:54 -0800 |
mpm |
Add paranoia to diff code
|
Wed, 18 May 2005 16:45:44 -0800 |
mpm |
Add updated merge3 code
|
Wed, 18 May 2005 16:31:51 -0800 |
mpm |
Beginnings of transaction undo support
|
Wed, 18 May 2005 16:29:39 -0800 |
mpm |
Refactor merge code
|
Tue, 17 May 2005 13:38:21 -0800 |
mpm |
Fix manifest merge swap bug
|
Tue, 17 May 2005 11:40:45 -0800 |
mpm |
Fix merge bug, I hope
|
Tue, 17 May 2005 11:06:59 -0800 |
mpm |
Add -q quiet option
|
Tue, 17 May 2005 01:12:30 -0800 |
mpm |
Add basic annotation support
|
Tue, 17 May 2005 01:07:57 -0800 |
mpm |
Add "HG: merge resolve" to editor text for merge
|
Fri, 13 May 2005 13:12:32 -0800 |
mpm |
Add tag support
|
Fri, 13 May 2005 11:47:16 -0800 |
mpm |
Fix up a bunch of bugs in the new merge code
0.4f
|
Thu, 12 May 2005 17:54:55 -0800 |
mpm |
Diff in subdirectories from Jake Edge
|
Thu, 12 May 2005 01:21:58 -0800 |
mpm |
Add hg:// protocol
|
Wed, 11 May 2005 15:06:41 -0800 |
mpm |
Add getchangegroup code to efficiently calculate and request a changegroup
|
Wed, 11 May 2005 14:38:26 -0800 |
mpm |
From: Thomas Arendsen Hein <thomas@intevation.de>
|
Wed, 11 May 2005 09:44:12 -0800 |
mpm |
Fix resolve bug putting unchanged files in resolve cset
|
Tue, 10 May 2005 00:40:49 -0800 |
mpm |
Add changegroup support
|
Tue, 10 May 2005 00:33:48 -0800 |
mpm |
Fix occassional diff bug with manifests
|
Sat, 07 May 2005 16:33:09 -0800 |
mpm |
Date is an int as a string in changelog
|
Sat, 07 May 2005 16:12:31 -0800 |
mpm |
Move hex/bin bits to revlog
|
Sat, 07 May 2005 09:27:52 -0800 |
mpm |
Support for 0, 1, or 2 diff revs
|
Fri, 06 May 2005 09:09:35 -0800 |
mpm |
Add diffrevs function to compare two nodes
|
Thu, 05 May 2005 15:20:56 -0800 |
mpm |
Fix up commit arg breakage
|
Thu, 05 May 2005 15:05:50 -0800 |
mpm |
Make diffdir take a revision argument
|
Wed, 04 May 2005 22:47:25 -0800 |
mpm |
Fix corruption from manifest.listcache optimization
|
Wed, 04 May 2005 15:42:30 -0800 |
mpm |
The actual hg remove fix from Thomas Hein
|
Wed, 04 May 2005 15:32:16 -0800 |
mpm |
From: Thomas Arendsen Hein <thomas@intevation.de>
|
Wed, 04 May 2005 10:07:10 -0800 |
mpm |
Fix network pull of repo files with "%" in their base64 encoding.
|
Tue, 03 May 2005 23:37:43 -0800 |
oxymoron |
Fix linking of changeset revs when merging
|
Tue, 03 May 2005 18:51:52 -0800 |
mpm |
Ignore empty ignore patterns
0.4c
|
Tue, 03 May 2005 18:36:16 -0800 |
mpm |
Fix exception handling for reading current working version
|
Tue, 03 May 2005 13:16:10 -0800 |
mpm |
Add back links from file revisions to changeset revisions
|