log mercurial/hg.py @ 866:6d6095823b82

age author description
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