Sat, 27 Aug 2005 16:34:54 -0700 |
mpm |
localrepo: minor opener usage restructuring
|
Sat, 27 Aug 2005 16:28:53 -0700 |
mpm |
Separate out old-http support
|
Sat, 27 Aug 2005 14:59:25 -0700 |
mpm |
Adjust some imports
|
Sat, 27 Aug 2005 14:56:58 -0700 |
mpm |
commands: use revlog directly for debug commands
|
Sat, 27 Aug 2005 14:31:41 -0700 |
mpm |
Move opener to utils
|
Sat, 27 Aug 2005 14:21:25 -0700 |
mpm |
Break apart hg.py
|
Fri, 26 Aug 2005 16:49:23 -0700 |
mpm |
Fixes for push corner case
|
Fri, 26 Aug 2005 22:40:56 +0200 |
Thomas Arendsen Hein |
Allow using a ssh repository without a path.
|
Fri, 26 Aug 2005 13:06:58 +0200 |
benoit boissinot |
pep-0008 cleanup
|
Wed, 24 Aug 2005 18:42:42 -0700 |
mpm |
Show number of new heads when doing a pull
|
Wed, 24 Aug 2005 00:32:10 -0700 |
mpm |
Create helper functions for I/O to files in the working directory
|
Tue, 23 Aug 2005 16:19:14 -0700 |
mpm |
Deal with repos with missing timezones
|
Tue, 23 Aug 2005 12:46:43 -0700 |
mpm |
Fix callers to file.revision to use file.read
|
Tue, 23 Aug 2005 02:19:38 -0700 |
mpm |
Clean up some merge logic
|
Mon, 22 Aug 2005 01:22:29 -0700 |
mpm |
Fix up some bugs introduced by recent merge changes
|
Sun, 21 Aug 2005 22:03:36 -0700 |
mpm |
merge: remove remaining mark bits
|
Sun, 21 Aug 2005 21:59:55 -0700 |
mpm |
Fix long-standing excessive file merges
|
Sat, 20 Aug 2005 13:08:07 -0700 |
mpm |
Merge with jeffpc
|
Sat, 20 Aug 2005 01:35:45 -0700 |
mpm |
Remove call to non-existent date_parser
0.6c
|
Fri, 19 Aug 2005 23:26:32 -0800 |
Samuel Tardieu |
[PATCH] Take DST into account
|
Fri, 19 Aug 2005 21:36:57 -0800 |
mpm |
Add --ssh and --remotecmd to push
|
Wed, 17 Aug 2005 00:36:36 -0800 |
mpm |
Fix path handling for deleting files on merge
|
Wed, 17 Aug 2005 00:33:53 -0800 |
tksoh |
Fixed --repository option when handling relative path
|
Tue, 16 Aug 2005 19:17:01 -0800 |
mpm |
Add a local() method to repository classes
|
Tue, 16 Aug 2005 17:12:25 -0800 |
mpm |
Add basic https support for pull
|
Tue, 16 Aug 2005 15:30:26 -0800 |
mpm |
whitespace cleanup
|
Mon, 15 Aug 2005 08:08:11 +0100 |
Thomas Arendsen Hein |
Fix .hgignore parsing if last line has no EOL, ignore trailing white space.
|
Sun, 14 Aug 2005 20:09:21 -0800 |
mason |
Allow the changegroup generator to completely load the buffer.
|
Sun, 14 Aug 2005 20:09:01 -0800 |
mason |
Change repo.comit to return None on error or the new revision number on
|
Sun, 14 Aug 2005 20:08:35 -0800 |
mason |
Add force option to repo.commit, allowing commits where no files change
|
Sun, 14 Aug 2005 12:23:45 -0800 |
mason |
Add searching for named branches
|
Sat, 13 Aug 2005 19:43:42 -0800 |
mpm |
Merge with BOS
|
Sat, 13 Aug 2005 15:26:32 -0800 |
Bryan O'Sullivan |
Merge walk changes with Matt's tip.
|
Sat, 13 Aug 2005 15:23:06 -0800 |
Bryan O'Sullivan |
Merge with TAH.
|
Sat, 13 Aug 2005 15:09:37 -0800 |
Bryan O'Sullivan |
Fix bug involving "hg debugwalk -Ipattern" from repository root.
|
Fri, 12 Aug 2005 16:12:09 -0800 |
Bryan O'Sullivan |
Merge walk fixes.
|
Fri, 12 Aug 2005 15:10:09 -0800 |
Bryan O'Sullivan |
Merge Windows path fixes.
|
Fri, 12 Aug 2005 15:06:52 -0800 |
Bryan O'Sullivan |
Fix walk path handling on Windows
|
Fri, 12 Aug 2005 11:18:41 -0800 |
Bryan O'Sullivan |
Merge latest round of walk fixes.
|
Fri, 12 Aug 2005 11:16:58 -0800 |
Bryan O'Sullivan |
Fix walk code for files that do not exist anywhere, and unhandled types.
|
Fri, 12 Aug 2005 07:42:32 -0800 |
Bryan O'Sullivan |
Update to tip.
|
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.
|