log

age author description
Mon, 25 Jul 2005 12:02:29 -0500 mpm Make pull count jargon less confusing
Sat, 23 Jul 2005 14:11:49 -0500 mpm Fixes for annotate
Sat, 23 Jul 2005 10:14:42 -0500 mpm Fix bug in exception handling for hardlink clone
Sat, 23 Jul 2005 10:08:40 -0500 mpm hgeditor: hide checksum mismatch message from md5sum
Sat, 23 Jul 2005 10:00:56 -0500 mpm Fix local file changes being ignored after non-branch merge
Fri, 22 Jul 2005 19:46:02 -0800 Bryan O'Sullivan Update tests to match new addremove chattiness.
Fri, 22 Jul 2005 19:45:48 -0800 Bryan O'Sullivan Get addremove to use new walk code.
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
Fri, 22 Jul 2005 16:27:30 +0100 Thomas Arendsen Hein Added deprecation warnings if -t or --text is used for commits.
Fri, 22 Jul 2005 16:26:46 +0100 Thomas Arendsen Hein Changed more occurances of 'text' to 'message'.
Fri, 22 Jul 2005 15:59:13 +0100 Andrew Thompson Change all references to -t --text commit message to -m and --message.
Fri, 22 Jul 2005 09:54:22 +0100 Thomas Arendsen Hein Changed coding hint to BOM
Fri, 22 Jul 2005 09:40:45 +0100 Thomas Arendsen Hein Updated TODO.
Fri, 22 Jul 2005 08:58:16 +0100 Thomas Arendsen Hein There was an extra space after 'hg id' when there are no tags.
Fri, 22 Jul 2005 08:47:35 +0100 Thomas Arendsen Hein Updated help strings and test-help:
Fri, 22 Jul 2005 08:11:49 +0100 Thomas Arendsen Hein Added new code contributors, fixed Vincent's name, added hint on encoding.
Fri, 22 Jul 2005 07:42:47 +0100 Thomas Arendsen Hein Show filenames for hg export in verbose mode on a separate lines.
Fri, 22 Jul 2005 07:30:52 +0100 Thomas Arendsen Hein Fixes and cleanups to hgeditor:
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)
Thu, 21 Jul 2005 15:29:35 -0500 mpm Add tag -t, deprecate tag -m
Thu, 21 Jul 2005 15:05:17 -0500 mpm Update tests to use commit -m and default -u
Thu, 21 Jul 2005 12:40:28 -0500 mpm Update test output for status change
Thu, 21 Jul 2005 12:29:19 -0500 mpm Add -m for rawcommit
Thu, 21 Jul 2005 12:24:42 -0500 mpm Change C to M in status
Thu, 21 Jul 2005 12:23:55 -0500 mpm Add -m for commit and deprecate -t
Thu, 21 Jul 2005 12:22:54 -0500 mpm Handle empty file list for annotate
Thu, 21 Jul 2005 12:22:29 -0500 mpm Remove ls command
Thu, 21 Jul 2005 12:21:33 -0500 mpm Refactor matchpats and walk
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 04:08:11 -0800 Bryan O'Sullivan Split make_file back out into make_filename and make_file.
Wed, 20 Jul 2005 03:55:16 -0800 Bryan O'Sullivan If the argument to make_file can act like a file, return it.
Wed, 20 Jul 2005 03:52:06 -0800 Bryan O'Sullivan Merge with Matt's tip.
Wed, 20 Jul 2005 03:43:05 -0800 Bryan O'Sullivan Update tests to reflect walk changes.
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 03:24:54 -0800 Bryan O'Sullivan Update docs for annotate and diff.
Wed, 20 Jul 2005 03:23:12 -0800 Bryan O'Sullivan Convert annotate over to walk interface.
Wed, 20 Jul 2005 03:16:20 -0800 Bryan O'Sullivan Convert diff command over to using walk code.
Wed, 20 Jul 2005 03:01:23 -0800 Bryan O'Sullivan Add name matching to status command.
Wed, 20 Jul 2005 02:57:20 -0800 Bryan O'Sullivan Only walk over files that match our criteria.
Wed, 20 Jul 2005 02:48:16 -0800 Bryan O'Sullivan Turn make_filename into make_file, which returns a file handle.
Tue, 19 Jul 2005 07:51:34 -0800 Bryan O'Sullivan Fix typo.
Tue, 19 Jul 2005 07:42:36 -0800 Bryan O'Sullivan Get commands to raise Abort instead of ui.warn(...),sys.exit(1).
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.
Wed, 20 Jul 2005 11:40:27 -0500 mpm Add doc/Makefile to MANIFEST
Tue, 19 Jul 2005 15:09:04 -0500 mpm Fix verify error reporting bug
Tue, 19 Jul 2005 12:41:08 -0500 mason Change hgit revision lookup to use repo.lookup
Tue, 19 Jul 2005 12:40:46 -0500 mason Fix hgit usage of repo.changes and fancyopts to reflect current hg api
Sun, 17 Jul 2005 08:39:44 +0100 jdc Fix typos in FAQ
Sat, 16 Jul 2005 17:25:05 +0100 Thomas Arendsen Hein Be even more specific with .hgignore regexps, added *.swp files.
Sat, 16 Jul 2005 17:19:58 +0100 Bryan O'Sullivan Fix up ignore regexps.
Sat, 16 Jul 2005 07:58:56 +0100 Thomas Arendsen Hein Make annotate use option --rev instead od --revision like other commands.
Sat, 16 Jul 2005 07:56:39 +0100 Thomas Arendsen Hein Some cleanups in commands.annotate().
Fri, 15 Jul 2005 21:31:35 +0100 Thomas Arendsen Hein Added missing newline after two error messages.
Fri, 15 Jul 2005 13:42:19 +0100 Thomas Arendsen Hein Merge with myself.
Fri, 15 Jul 2005 12:17:03 +0100 Thomas Arendsen Hein Show filename for hg export in verbose mode.
Fri, 15 Jul 2005 12:06:29 +0100 Thomas Arendsen Hein Use dirstate to check if .hgtags needs to be added.
Fri, 15 Jul 2005 10:58:19 +0100 Thomas Arendsen Hein Fix synopsis: hg forget needs at least one file name.
Fri, 15 Jul 2005 10:07:55 +0100 Thomas Arendsen Hein Use changelogentry.tmpl for search results, too.
Fri, 15 Jul 2005 09:38:57 +0100 Thomas Arendsen Hein Changed command synopsises to match style of common UNIX tools.
Fri, 15 Jul 2005 08:32:45 +0100 Thomas Arendsen Hein Make "hg parents REV" work (again?)
Thu, 14 Jul 2005 22:56:55 -0800 mpm Merge with TAH
Thu, 14 Jul 2005 22:51:47 +0100 Thomas Arendsen Hein Make makelock and readlock work on filesystems without symlink support.
Thu, 14 Jul 2005 17:28:19 +0100 Thomas Arendsen Hein merge program setting from hgrc wasn't used.
Thu, 14 Jul 2005 17:22:20 +0100 Thomas Arendsen Hein Fix default values and add interactive setting to [ui] section of hgrc docs.
Thu, 14 Jul 2005 16:57:01 +0100 Thomas Arendsen Hein On importing the result of 'hg export', parse while reading and drop headers.
Thu, 14 Jul 2005 16:23:13 +0100 Thomas Arendsen Hein Removed extra spaces for default parameters according to PEP8.
Thu, 14 Jul 2005 15:56:11 +0100 Thomas Arendsen Hein Removed duplicate use of os.path.normcase().
Thu, 14 Jul 2005 15:30:49 +0100 Thomas Arendsen Hein Use python function instead of external 'cp' command when cloning repos.
Thu, 14 Jul 2005 10:42:28 +0100 Thomas Arendsen Hein Multiple cleanups of things detected by pylint.
Thu, 14 Jul 2005 10:37:33 +0100 Thomas Arendsen Hein Removed extra newline in hg log when not using the --patch option, fixed tests.
Thu, 14 Jul 2005 08:57:54 +0100 Thomas Arendsen Hein Fixed tests.
Thu, 14 Jul 2005 22:37:46 -0800 mpm Teach convert-repo about tags
Thu, 14 Jul 2005 18:41:36 -0800 mpm Be quiet about broken pipes
Wed, 13 Jul 2005 01:53:27 -0800 mpm convert-repo: deal with packed git and other fixes
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
Wed, 13 Jul 2005 01:42:48 -0800 mpm Make manifest lookup use changeset ids
Wed, 13 Jul 2005 01:41:49 -0800 mpm Repair the hgweb search interface
Tue, 12 Jul 2005 20:55:42 -0800 Matt Mackall Hide file hashes in log
Tue, 12 Jul 2005 00:51:49 -0800 Matt Mackall Reapply startswith() changes that got lost with stale edit
Mon, 11 Jul 2005 21:58:57 -0800 Matt Mackall Added tag 0.6b for changeset 4ccf3de52989b14c3d84e1097f59e39a992e00bd
Mon, 11 Jul 2005 21:56:29 -0800 Matt Mackall Turn off signing with hgeditor by default 0.6b
Mon, 11 Jul 2005 21:54:37 -0800 Matt Mackall Revert hgeditor change to manifest bits
Mon, 11 Jul 2005 21:51:06 -0800 Matt Mackall Revert hgeditor md5sum change
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 17:11:27 -0800 Matt Mackall Alternate fix for SIGHUP on the other OS
Sun, 10 Jul 2005 16:19:36 -0800 Matt Mackall Fix up test for update flags
Sun, 10 Jul 2005 16:17:05 -0800 Andrew Thompson Remove references to 'cloning by hardlink' from tests.
Sun, 10 Jul 2005 16:15:20 -0800 Mikael Berthe hg clone stored path fix
Sun, 10 Jul 2005 16:14:56 -0800 chad netzer Make consistent use of str.startswith() in conditionals.
Sun, 10 Jul 2005 16:14:41 -0800 Andrew Thompson Change MANIFEST.in to recursive-include the contrib/ folder.
Sun, 10 Jul 2005 16:14:28 -0800 Edouard Gomez More IE friendly diff output related templates.
Sun, 10 Jul 2005 16:14:06 -0800 Bryan O'Sullivan Move hgrc documentation out to its own man page, hgrc(5).
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:02:39 -0800 Edouard Gomez Dont trap SIGHUP on the other OS
Sun, 10 Jul 2005 16:01:11 -0800 mark williamson A number of minor fixes to problems that pychecker found.
Sun, 10 Jul 2005 16:00:56 -0800 Radoslaw "AstralStorm" Szkodzinski hgeditor: Remove EMAIL default for HGUSER, comment editor selection
Sun, 10 Jul 2005 16:00:49 -0800 Radoslaw "AstralStorm" Szkodzinski hgeditor: Remove temporary files even if interrupted
Sun, 10 Jul 2005 16:00:30 -0800 Radoslaw "AstralStorm" Szkodzinski hgeditor: Simplify manifest hash adding
Sun, 10 Jul 2005 16:00:24 -0800 Radoslaw "AstralStorm" Szkodzinski hgeditor: Fix some parameters to commands
Sun, 10 Jul 2005 16:00:17 -0800 Radoslaw "AstralStorm" Szkodzinski Pass username to hgeditor, remove temporary file
Sun, 10 Jul 2005 15:59:26 -0800 kreijack Add rss tag in the changelog/filelog html template.
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 18:10:57 -0800 Matt Mackall Fix out of range regression
Fri, 08 Jul 2005 13:35:02 -0800 Matt Mackall Make cloning by hardlink quiet again
Fri, 08 Jul 2005 13:21:22 -0800 Matt Mackall Fix corruption resulting from skipping parts of a revision group