Wed, 10 Aug 2005 12:36:34 -0800 |
Bryan O'Sullivan |
Merge IPv6 fix.
|
Fri, 12 Aug 2005 07:10:21 -0800 |
mason |
dirstate walking optimizations
|
Fri, 12 Aug 2005 10:17:12 -0800 |
Bryan O'Sullivan |
Merge patchbomb script.
|
Fri, 12 Aug 2005 09:58:35 -0800 |
Bryan O'Sullivan |
Merge Chris's changes with mine.
|
Fri, 12 Aug 2005 09:57:56 -0800 |
mason |
dirstate walking optimizations
|
Tue, 09 Aug 2005 17:24:38 -0800 |
Bryan O'Sullivan |
Merge with mpm.
|
Sun, 07 Aug 2005 12:43:11 -0800 |
Bryan O'Sullivan |
Teach walk code about absolute paths.
|
Fri, 12 Aug 2005 23:54:09 -0800 |
mpm |
Merge with TAH
|
Wed, 10 Aug 2005 08:41:23 +0100 |
Thomas Arendsen Hein |
Cleanup after previous changes:
|
Wed, 10 Aug 2005 07:51:37 +0100 |
Thomas Arendsen Hein |
Use length of file instead of length of change for the dirstate entry.
|
Wed, 10 Aug 2005 06:47:46 +0100 |
Thomas Arendsen Hein |
Fix 3-way-merge of original parent, workdir and new parent.
|
Tue, 09 Aug 2005 11:32:30 +0100 |
Thomas Arendsen Hein |
dirstate.changes() now distinguishes 'hg remove'd or just deleted files.
|
Tue, 09 Aug 2005 09:36:34 -0800 |
Edouard Gomez |
Trap OSError when deleting env vars
|
Sun, 07 Aug 2005 17:41:13 +0100 |
Thomas Arendsen Hein |
Fixed encoding of directories ending in .d or .i:
|
Thu, 04 Aug 2005 13:31:25 -0800 |
mpm |
Merge with BOS
|
Thu, 04 Aug 2005 13:27:41 -0800 |
mpm |
Merge with TAH
|
Tue, 02 Aug 2005 08:57:32 -0800 |
mpm |
Merge with BOS
|
Sun, 31 Jul 2005 18:03:46 -0800 |
Bryan O'Sullivan |
Attempt to yield names in sorted order when walking.
|
Sun, 31 Jul 2005 17:54:00 -0800 |
Bryan O'Sullivan |
Ensure that dirstate.walk only yields names once.
|
Sun, 31 Jul 2005 17:42:46 -0800 |
Bryan O'Sullivan |
Clean up walk and changes code to use normalised names properly.
|
Mon, 01 Aug 2005 23:23:51 -0800 |
mpm |
Make ssh URL parsing more robust
|
Mon, 01 Aug 2005 23:17:22 -0800 |
mpm |
Warn on pushing unsynced repo or adding new heads
|
Sat, 30 Jul 2005 09:00:14 -0800 |
mpm |
Merge with BOS
|
Fri, 29 Jul 2005 15:02:27 -0800 |
Bryan O'Sullivan |
Adapt commit to use file matching code.
|
Sat, 30 Jul 2005 08:35:29 -0800 |
mpm |
Merge with TAH
|
Fri, 29 Jul 2005 06:43:21 +0100 |
Thomas Arendsen Hein |
Merge with upstream
|
Sat, 30 Jul 2005 08:30:12 -0800 |
mpm |
add note about -C to update message
|
Wed, 27 Jul 2005 18:50:32 -0800 |
mpm |
Fix the directory and revlog collision problem
|
Wed, 27 Jul 2005 18:16:20 -0800 |
mpm |
Fix undo after aborted commit bug
|
Wed, 27 Jul 2005 10:05:12 -0800 |
mpm |
Fix copy in subdirectories
|
Wed, 27 Jul 2005 09:07:28 -0800 |
mpm |
Add changegroup hook for push/pull
|
Mon, 25 Jul 2005 12:02:29 -0500 |
mpm |
Make pull count jargon less confusing
|
Sat, 23 Jul 2005 10:00:56 -0500 |
mpm |
Fix local file changes being ignored after non-branch merge
|
Fri, 22 Jul 2005 20:07:14 -0500 |
mpm |
Hack to fix missing '/' problem in URLs
|
Fri, 22 Jul 2005 19:23:00 -0500 |
mpm |
Don't mark files with 'm'erge unless we're actually merging branches
|
Thu, 21 Jul 2005 18:20:13 -0500 |
mpm |
Check protocol versions
|
Thu, 21 Jul 2005 18:19:20 -0500 |
mpm |
Simplify content type checking
|
Thu, 21 Jul 2005 18:18:43 -0500 |
Muli Ben-Yehuda |
When pulling from a non hg repository URL (e.g. http://www.kernel.org/hg)
|
Wed, 20 Jul 2005 20:11:23 -0500 |
mpm |
Fix some line wrapping
|
Wed, 20 Jul 2005 20:00:29 -0500 |
mpm |
Merge from BOS
|
Wed, 20 Jul 2005 03:52:06 -0800 |
Bryan O'Sullivan |
Merge with Matt's tip.
|
Wed, 20 Jul 2005 03:37:01 -0800 |
Bryan O'Sullivan |
An empty .hgignore file must cause us to ignore nothing, not everything!
|
Wed, 20 Jul 2005 02:57:20 -0800 |
Bryan O'Sullivan |
Only walk over files that match our criteria.
|
Tue, 19 Jul 2005 07:15:59 -0800 |
Bryan O'Sullivan |
Add a source designator to the walk methods.
|
Tue, 19 Jul 2005 07:00:03 -0800 |
Bryan O'Sullivan |
Merge with Matt's tip.
|
Mon, 18 Jul 2005 06:54:21 -0800 |
Bryan O'Sullivan |
Get add and locate to use new repo and dirstate walk code.
|
Sat, 16 Jul 2005 15:13:40 -0800 |
Bryan O'Sullivan |
Work on walk code.
|
Tue, 19 Jul 2005 15:09:04 -0500 |
mpm |
Fix verify error reporting bug
|
Fri, 15 Jul 2005 21:31:35 +0100 |
Thomas Arendsen Hein |
Added missing newline after two error messages.
|
Thu, 14 Jul 2005 22:56:55 -0800 |
mpm |
Merge with TAH
|
Thu, 14 Jul 2005 17:28:19 +0100 |
Thomas Arendsen Hein |
merge program setting from hgrc wasn't used.
|
Wed, 13 Jul 2005 01:48:03 -0800 |
mpm |
HG environment variables take precedence over hgrc
|
Wed, 13 Jul 2005 01:46:50 -0800 |
mpm |
Minor merge fixups
|
Tue, 12 Jul 2005 00:51:49 -0800 |
Matt Mackall |
Reapply startswith() changes that got lost with stale edit
|
Mon, 11 Jul 2005 15:07:04 -0800 |
Matt Mackall |
Sort files for removal
|
Mon, 11 Jul 2005 15:06:32 -0800 |
Matt Mackall |
Handle undeletion of files when checking out old revisions
|
Mon, 11 Jul 2005 10:28:20 -0800 |
Matt Mackall |
Actually move .hg into ignore
|
Sun, 10 Jul 2005 16:14:56 -0800 |
chad netzer |
Make consistent use of str.startswith() in conditionals.
|
Sun, 10 Jul 2005 16:13:39 -0800 |
Matt Mackall |
Move .hg into ignore()
|
Sun, 10 Jul 2005 16:03:20 -0800 |
mwilli2 |
.hgignore speedups patch incorporating Matt's feedback.
|
Sun, 10 Jul 2005 16:01:11 -0800 |
mark williamson |
A number of minor fixes to problems that pychecker found.
|
Sun, 10 Jul 2005 14:07:14 -0800 |
Matt Mackall |
Move commit hook after commit completes
|
Sun, 10 Jul 2005 14:06:30 -0800 |
Matt Mackall |
Whitespace cleanup
|
Sun, 10 Jul 2005 10:38:50 -0800 |
Matt Mackall |
Generate a friendlier except for failed lookups
|
Sun, 10 Jul 2005 10:06:54 -0800 |
Matt Mackall |
dirstate.forget() takes a list
|
Sat, 09 Jul 2005 18:11:54 -0800 |
Matt Mackall |
Warn about bogus ignore expressions
|
Fri, 08 Jul 2005 00:14:47 -0800 |
Matt Mackall |
Non-grouping regex for ignore
|
Fri, 08 Jul 2005 00:04:25 -0800 |
Matt Mackall |
Fix bug in reverting deleted files
|
Thu, 07 Jul 2005 09:41:03 -0800 |
Matt Mackall |
Experimental ignore regex speed-up
|
Wed, 06 Jul 2005 22:41:56 -0800 |
Matt Mackall |
Attempt to read all remaining remote output at close
|
Wed, 06 Jul 2005 22:30:00 -0800 |
Matt Mackall |
Show remote client output with "remote:"
|
Wed, 06 Jul 2005 22:28:35 -0800 |
mason |
Performance enhancements for manifest.add()
|
Wed, 06 Jul 2005 22:23:57 -0800 |
Matt Mackall |
Add addchangegroup to the ssh protocol
|
Wed, 06 Jul 2005 22:23:27 -0800 |
Matt Mackall |
Add a scheme for handling remote locking
|
Wed, 06 Jul 2005 22:21:23 -0800 |
Matt Mackall |
Fix up the broken bits in findoutgoing
|
Wed, 06 Jul 2005 22:20:56 -0800 |
Matt Mackall |
Move the empty changeset detection out of findincoming to pull
|
Wed, 06 Jul 2005 22:20:12 -0800 |
Matt Mackall |
Protocol switch from using generators to stream-like objects.
|
Wed, 06 Jul 2005 22:14:10 -0800 |
Matt Mackall |
Add a repo method to report repo device
|
Tue, 05 Jul 2005 18:19:01 -0800 |
Bryan O'Sullivan |
Add locate command.
|
Tue, 05 Jul 2005 17:55:22 -0800 |
Matt Mackall |
Add an sshrepository class and hg serve --stdio
|
Tue, 05 Jul 2005 17:50:43 -0800 |
Matt Mackall |
Change remote repository to httprepository
|
Tue, 05 Jul 2005 17:50:02 -0800 |
Matt Mackall |
Add generic repo commands for pull and push
|
Tue, 05 Jul 2005 17:49:01 -0800 |
Matt Mackall |
Add a function to calculate the outgoing changegroup
|
Mon, 04 Jul 2005 12:38:34 -0800 |
maf46 |
Fix zombie files in merge
|
Mon, 04 Jul 2005 11:20:20 -0800 |
shaleh |
* clean up error handling when user requests to use a non file object
|
Mon, 04 Jul 2005 11:00:25 -0800 |
Matt Mackall |
[PATCH] hg tag: local tag support in file .hg/localtags
|
Sun, 03 Jul 2005 21:51:09 -0800 |
Matt Mackall |
Add username/merge/editor to .hgrc
|
Sat, 02 Jul 2005 19:49:46 -0800 |
mpm |
[PATCH] hg revert
|
Sat, 02 Jul 2005 18:57:59 -0800 |
mpm |
Remove all remaining print statements
|
Sat, 02 Jul 2005 18:25:15 -0800 |
mpm |
Actually warn on pulling from an unrelated repository
|
Sat, 02 Jul 2005 15:38:16 -0800 |
mpm |
Remove empty directories on update
|
Sat, 02 Jul 2005 15:21:22 -0800 |
mpm |
Handle unknown files better on update
|
Sat, 02 Jul 2005 13:40:15 -0800 |
mpm |
More whitespace cleanups
|
Fri, 01 Jul 2005 14:34:31 -0800 |
mpm |
repo.changes: fix duplicate changes
|
Fri, 01 Jul 2005 11:24:09 -0800 |
mpm |
Fix dodiff/changes
|
Fri, 01 Jul 2005 08:54:52 -0800 |
mpm |
recover: the journal is named 'journal'
|
Fri, 01 Jul 2005 00:34:50 -0800 |
mpm |
Move dirstate.uniq to util.unique
|
Fri, 01 Jul 2005 00:10:52 -0800 |
mpm |
Merge with TAH
|
Thu, 30 Jun 2005 23:44:49 -0800 |
mpm |
Fix braindamage in repo.changes
|
Thu, 30 Jun 2005 23:28:16 -0800 |
mpm |
Merge with TAH
|
Thu, 30 Jun 2005 21:47:23 +0100 |
Thomas Arendsen Hein |
Merge with upstream
|
Thu, 30 Jun 2005 21:28:18 -0800 |
mpm |
Propagate file list through dodiff
|
Thu, 30 Jun 2005 20:54:01 -0800 |
mpm |
Refactor diffrevs/diffdir into changes
|
Wed, 29 Jun 2005 22:09:24 -0800 |
mpm |
Attempt to fix negative revision count from pull
|
Wed, 29 Jun 2005 13:48:57 -0800 |
mpm |
Fix empty pull bug that appeared this morning
|
Wed, 29 Jun 2005 10:44:16 -0800 |
mpm |
Change getchangegroup to findincoming
|
Wed, 29 Jun 2005 10:42:35 -0800 |
mpm |
Whitespace cleanups
|
Tue, 28 Jun 2005 11:06:25 -0800 |
mpm |
change unrelated repository error to a warning
|
Tue, 28 Jun 2005 10:42:02 -0800 |
mpm |
Disallow merging of unrelated projects
|
Tue, 28 Jun 2005 02:18:23 -0800 |
mpm |
Use $USERNAME as a fallback for commit
|
Tue, 28 Jun 2005 02:03:25 -0800 |
mpm |
Better messages for rollback and undo
|
Tue, 28 Jun 2005 00:55:59 -0800 |
mpm |
Add exception class for repository errors
|
Mon, 27 Jun 2005 22:29:44 -0800 |
mpm |
Pull from TAH
|
Mon, 27 Jun 2005 22:18:12 -0800 |
mpm |
Add initial hook support
|
Sun, 26 Jun 2005 15:12:51 -0800 |
mpm |
Pull from TAH
|
Sun, 26 Jun 2005 13:25:07 +0100 |
Thomas Arendsen Hein |
Handle errors in .hgtags or hgrc [tags] section more gracefully.
|
Sat, 25 Jun 2005 16:17:34 -0800 |
mpm |
Minor annotate performance tweaks
|
Thu, 23 Jun 2005 18:48:50 -0800 |
mpm |
Add 'local' tags
|
Thu, 23 Jun 2005 17:43:04 -0800 |
mpm |
rawcommit: do lookup of parents at the appropriate layer
|
Thu, 23 Jun 2005 13:28:47 -0800 |
mpm |
rawcommit dirstate tweak
|
Thu, 23 Jun 2005 09:33:18 -0800 |
mpm |
Permission handling for the other OS
|
Wed, 22 Jun 2005 12:14:44 -0800 |
mpm |
Optimize annotate a bit
|
Wed, 22 Jun 2005 11:30:14 -0800 |
mpm |
Replace difflib with bdiff for annotate
|
Tue, 21 Jun 2005 21:04:49 -0800 |
mpm |
Pull from TAH
|
Tue, 21 Jun 2005 20:40:53 -0800 |
mpm |
Fix typo in merging new files
|
Sun, 19 Jun 2005 20:16:10 +0100 |
Thomas Arendsen Hein |
Allow hgrc's proxy host and $http_proxy env var to start with http://
|
Sat, 18 Jun 2005 21:56:31 +0100 |
Thomas Arendsen Hein |
Allow override of HTTP_PROXY, http_proxy and no_proxy; make no_proxy work.
|
Tue, 21 Jun 2005 19:36:35 -0800 |
mpm |
[PATCH] rename under the other OS
|
Tue, 21 Jun 2005 19:33:13 -0800 |
mpm |
[PATCH] Repo locator fix for the other `OS'
|
Tue, 21 Jun 2005 19:31:13 -0800 |
mpm |
[PATCH] file seperator handling for the other 'OS'
|
Tue, 21 Jun 2005 19:28:53 -0800 |
mpm |
Minor tweak to binary mode patch
|
Tue, 21 Jun 2005 19:25:05 -0800 |
mpm |
[PATCH] file type fixes for the other 'OS'
|
Tue, 21 Jun 2005 19:19:39 -0800 |
mpm |
[PATCH] Removal of a file added by merging branches
|
Tue, 21 Jun 2005 19:14:11 -0800 |
mpm |
[PATCH] Don't prompt user for keep-vs-delete when the merge is about to be aborted
|
Tue, 21 Jun 2005 19:07:13 -0800 |
mpm |
remove double assignment
|
Tue, 21 Jun 2005 19:06:17 -0800 |
mpm |
[PATCH]: Typo in localrepository.update
|
Tue, 21 Jun 2005 18:48:28 -0800 |
mpm |
[PATCH] Merging files that are deleted in both branches
|
Tue, 21 Jun 2005 18:41:57 -0800 |
mpm |
[PATCH] Merging identical changes from another branch
|
Tue, 21 Jun 2005 18:29:52 -0800 |
mpm |
Check if repository exists
|
Tue, 21 Jun 2005 17:50:37 -0800 |
mpm |
[PATCH] (3/4) Removing an added file
|
Fri, 17 Jun 2005 10:16:31 +0100 |
Thomas Arendsen Hein |
Fixed problems with extra spaces around tags in .hgtags
|
Thu, 16 Jun 2005 22:32:55 -0800 |
mpm |
hg merge: fix time asymmetry bug with deleting files on update to past
|
Wed, 15 Jun 2005 21:13:49 -0800 |
mpm |
Merge with TAH
|
Wed, 15 Jun 2005 19:58:48 -0800 |
mpm |
Move httprangereader into its own file
|
Wed, 15 Jun 2005 15:57:07 -0800 |
mpm |
Add hg copy
|
Wed, 15 Jun 2005 13:04:05 -0800 |
mpm |
filelog: add metadata support
|
Wed, 15 Jun 2005 10:06:40 -0800 |
mpm |
[PATCH] manifest.readflags performance buglet
|
Wed, 15 Jun 2005 00:33:57 -0800 |
mpm |
Merge with TAH
|
Wed, 15 Jun 2005 08:32:29 +0100 |
Thomas Arendsen Hein |
Merged with mercurial-identify (which includes upstream's current tip)
|
Wed, 15 Jun 2005 00:27:20 -0800 |
mpm |
merge3: fix argument order
|
Wed, 15 Jun 2005 00:09:19 -0800 |
mpm |
Fix yet another resolve corner case
|
Wed, 15 Jun 2005 00:08:03 -0800 |
mpm |
rework all code using tags
|
Tue, 14 Jun 2005 18:36:09 -0800 |
mpm |
Add support for .hg/hgrc file
|
Mon, 13 Jun 2005 18:36:40 -0800 |
mpm |
Merge with TAH
|
Mon, 13 Jun 2005 17:29:04 -0800 |
mpm |
hg pull: more query fixes
|
Mon, 13 Jun 2005 12:04:04 -0800 |
mpm |
hg merge: some getchangegroup fixups
|
Sun, 12 Jun 2005 22:05:08 -0800 |
mpm |
Transparent proxy support
|
Sun, 12 Jun 2005 10:18:32 -0800 |
mpm |
hg commit: user and date options
|
Sun, 12 Jun 2005 08:48:01 -0800 |
mpm |
More tweaking to rawcommit for repo conversion
|
Sun, 12 Jun 2005 08:23:29 -0800 |
mpm |
Minor caching improvement for manifest
|
Sun, 12 Jun 2005 08:11:43 -0800 |
mpm |
Optimize diff and status in subdirectories
|
Sat, 11 Jun 2005 10:10:06 -0800 |
mpm |
fix KeyErrors from reading empty dirstate
|
Fri, 10 Jun 2005 12:49:25 -0800 |
mpm |
Add tip to tags
|
Fri, 10 Jun 2005 12:48:12 -0800 |
mpm |
add tip to repo.lookup
|
Fri, 10 Jun 2005 09:36:38 -0800 |
mpm |
Merge with TAH
|
Fri, 10 Jun 2005 09:36:02 -0800 |
mpm |
more merge fixes
|
Fri, 10 Jun 2005 00:29:36 -0800 |
mpm |
various fixups for git import
|
Thu, 09 Jun 2005 09:48:50 -0800 |
mpm |
Merge with TAH
|
Thu, 09 Jun 2005 09:24:08 +0100 |
Thomas Arendsen Hein |
Turn on +x for every +r bit when making a file executable and obey umask.
|
Thu, 09 Jun 2005 08:53:07 +0100 |
Thomas Arendsen Hein |
Fixed usage of removed variable 'wp'.
|
Thu, 09 Jun 2005 09:41:21 -0800 |
mpm |
hg update: fix clobbering files when going backwards
|
Wed, 08 Jun 2005 17:38:46 -0800 |
mpm |
Make most file opening binary
|
Wed, 08 Jun 2005 17:26:09 -0800 |
mpm |
Add wopener for opening files in the working directory
|
Wed, 08 Jun 2005 16:27:03 -0800 |
mpm |
commit: edit text fixups
|
Wed, 08 Jun 2005 16:15:07 -0800 |
mpm |
commit: abort with empty commit text
|
Wed, 08 Jun 2005 14:44:32 -0800 |
mpm |
verify: don't die from new permission bits
|
Wed, 08 Jun 2005 10:50:50 -0800 |
mpm |
permissions merge: remove a debugging print
|
Wed, 08 Jun 2005 10:46:39 -0800 |
mpm |
merge: update permissions even if file contents didn't change
|
Wed, 08 Jun 2005 10:16:33 -0800 |
mpm |
add tracking of execute permissions
|
Tue, 07 Jun 2005 20:06:05 -0800 |
mpm |
various merge improvements
|
Tue, 07 Jun 2005 19:00:56 -0800 |
mpm |
merge: Fix bug where we overwrote local when local was newer
|
Sun, 05 Jun 2005 10:50:03 -0800 |
mpm |
Fix empty repository transaction bug
|
Sun, 05 Jun 2005 10:48:39 -0800 |
mpm |
implement demand loading hack
|
Sat, 04 Jun 2005 19:21:13 -0800 |
mpm |
minor fixes for update()
|
Sat, 04 Jun 2005 18:34:35 -0800 |
mpm |
unify checkout and resolve into update
|
Sat, 04 Jun 2005 15:16:48 -0800 |
mpm |
Remove invalid state from dirstate
|
Sat, 04 Jun 2005 15:14:11 -0800 |
mpm |
backup dirstate for undo
|
Sat, 04 Jun 2005 14:16:32 -0800 |
mpm |
import and startup cleanups
|
Sat, 04 Jun 2005 12:24:23 -0800 |
mpm |
migrate verify
|
Sat, 04 Jun 2005 11:13:25 -0800 |
mpm |
root relative IO and valid commit states
|
Fri, 03 Jun 2005 18:29:46 -0800 |
mpm |
Resolve bits from TAH
|
Fri, 03 Jun 2005 18:27:55 -0800 |
mpm |
Replace tkmerge with hgmerge
|
Fri, 03 Jun 2005 13:32:37 -0800 |
mpm |
Merge from tah
|
Fri, 03 Jun 2005 12:58:47 -0800 |
mpm |
hg resolve: merge a given node into the working directory
|
Fri, 03 Jun 2005 12:56:50 -0800 |
mpm |
add 'm' state to dirstates
|
Fri, 03 Jun 2005 12:55:56 -0800 |
mpm |
make diffdir default to dirstate.parents()
|
Fri, 03 Jun 2005 12:54:54 -0800 |
mpm |
teach commit about dirstate.parents()
|
Fri, 03 Jun 2005 12:54:14 -0800 |
mpm |
teach rawcommit about dirstate.parents()
|
Fri, 03 Jun 2005 12:46:38 -0800 |
mpm |
move repo.current to dirstate.parents()
|
Fri, 03 Jun 2005 12:44:01 -0800 |
mpm |
fix repo locking
|
Fri, 03 Jun 2005 12:43:16 -0800 |
mpm |
fix bad assumption about uniqueness of file versions
|
Fri, 03 Jun 2005 12:40:32 -0800 |
mpm |
add back tempfile import
|
Thu, 02 Jun 2005 18:46:49 -0800 |
mpm |
make pull work for multiple heads
|
Thu, 02 Jun 2005 17:39:29 -0800 |
mpm |
change dircache into dirstate
|
Wed, 01 Jun 2005 15:21:53 -0800 |
mpm |
merge: catch unexpected responses
|
Wed, 01 Jun 2005 15:15:07 -0800 |
mpm |
hg annotate: actually annotate the given version
|
Wed, 01 Jun 2005 10:40:19 -0800 |
mpm |
hg undo: fixup working dir state
|
Tue, 31 May 2005 22:57:53 -0800 |
mpm |
Move ui class to its own module
|
Tue, 31 May 2005 21:33:27 -0800 |
mpm |
hg rawcommit command
|
Tue, 31 May 2005 09:03:46 -0800 |
mpm |
annotate: memory efficiency
|
Tue, 31 May 2005 08:56:05 -0800 |
mpm |
annotate: deal with merges
|
Mon, 30 May 2005 08:03:54 -0800 |
mpm |
Changes to network protocol
|
Sun, 29 May 2005 09:24:51 -0800 |
mpm |
merge: add count of new manifests, files, and revisions
|
Sun, 29 May 2005 09:06:43 -0800 |
mpm |
merge: short-circuit search for merge into empty repo
|
Sat, 28 May 2005 13:59:09 -0800 |
mpm |
Fix two minor merge bugs
|
Sat, 28 May 2005 13:31:49 -0800 |
mpm |
Add $HGEDITOR hook and example script
|
Sat, 28 May 2005 11:48:00 -0800 |
mpm |
Add manifest hash to commit messages for easy signing
|
Fri, 27 May 2005 13:09:56 -0800 |
mpm |
Pull from Jake's hg docs
|
Fri, 27 May 2005 12:27:46 -0800 |
mpm |
Merge from Jake's hg docs
|
Fri, 27 May 2005 12:26:14 -0800 |
mpm |
Change hg: protocol name to http: and http: to old-http:
|
Thu, 26 May 2005 18:20:24 -0800 |
mpm |
trivial tweak to merge3
|
Thu, 26 May 2005 09:48:50 -0800 |
mpm |
Make undo and recover friendlier
|
Thu, 26 May 2005 09:04:54 -0800 |
mpm |
Implement recover and undo commands
|
Thu, 26 May 2005 08:53:04 -0800 |
mpm |
Simply repository locking
|
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
|