log

age author description
Tue, 13 Sep 2005 19:33:18 -0500 mason Convert hgk to use the hgit extension, and upate to the latest gitk
Tue, 13 Sep 2005 19:33:10 -0500 mason Turn hgit into an extension, and add commands supporting the latest gitk
Tue, 13 Sep 2005 19:32:53 -0500 mason Add log -b to show the branch a specific revision lives in
Tue, 13 Sep 2005 19:32:43 -0500 mason Fix off by one in convert-repo tags
Tue, 13 Sep 2005 18:38:27 -0500 mpm Fix bug with co -C across branches, update tests
Tue, 13 Sep 2005 14:23:43 -0500 mpm Fix test-tag output for new abort message
Tue, 13 Sep 2005 14:22:48 -0500 mpm Revert unrelated changes in previous commit
Tue, 13 Sep 2005 14:18:18 -0500 mpm Fix abort message for clone
Tue, 13 Sep 2005 14:16:15 -0500 mpm Revert some exception type changes in revlog
Fri, 09 Sep 2005 12:19:24 -0700 mpm CONTRIBUTORS update
Fri, 09 Sep 2005 12:17:51 -0700 mpm dirstate: two more stat -> lstat changes
Fri, 09 Sep 2005 11:47:13 -0700 mpm Fix comment typo
Fri, 09 Sep 2005 11:46:35 -0700 mpm Fix dangling symlink bug in dirstate walk code
Fri, 09 Sep 2005 11:34:34 -0700 Bryan O'Sullivan Replace sequences of {ui.warn, return 1} with raise of util.Abort.
Fri, 09 Sep 2005 10:59:05 -0700 Bryan O'Sullivan patchbomb: add TLS and SMTP AUTH support.
Thu, 08 Sep 2005 17:09:31 -0700 mpm Add --debugger global option
Thu, 08 Sep 2005 15:01:33 -0700 mpm Fix Windows status problem from new dirstate walk code
Thu, 08 Sep 2005 12:17:24 -0700 mpm Update test-help for bundle/unbundle
Thu, 08 Sep 2005 12:16:31 -0700 mpm Fix missing docstring for unbundle
Thu, 08 Sep 2005 12:10:59 -0700 TK Soh clone: directory names take precedence over symbolic names
Thu, 08 Sep 2005 12:10:43 -0700 mpm import: fix bug in mail-format detection
Thu, 08 Sep 2005 10:49:33 -0700 mpm hgweb: fix scope for RepoError
Thu, 08 Sep 2005 01:27:25 -0700 mpm Add preliminary support for the bundle and unbundle commands
Thu, 08 Sep 2005 00:13:52 -0700 mpm Add missing import for hgwebdir
Thu, 08 Sep 2005 09:11:17 +0200 Thomas Arendsen Hein Cleanup of tabs and trailing spaces in documentation.
Wed, 07 Sep 2005 23:57:59 -0700 mpm Add reporting instructions to unknown exception backtraces
Wed, 07 Sep 2005 23:38:28 -0700 mpm Smarter handling of revlog key errors
Wed, 07 Sep 2005 23:13:12 -0700 mpm Clean up hgweb imports
Wed, 07 Sep 2005 20:50:23 -0700 mpm Change grep -e to grep --all
Wed, 07 Sep 2005 20:09:16 -0700 mpm Fold import -m option into import -f
Wed, 07 Sep 2005 20:05:22 -0700 mpm Revert silly TypeError change
Wed, 07 Sep 2005 19:37:11 -0700 mpm Tighten up clone locking
Wed, 07 Sep 2005 19:30:23 -0700 mpm Clean up local clone file list
Wed, 07 Sep 2005 19:21:38 -0700 mpm Rewrite copytree as copyfiles
Wed, 07 Sep 2005 19:16:36 -0700 mpm Redo local clone hgrc fix
Sun, 04 Sep 2005 15:47:59 -0700 Bryan O'Sullivan Write out hgrc properly.
Sun, 04 Sep 2005 15:12:20 -0700 Bryan O'Sullivan patchbomb: continue if we can't import readline.
Sun, 04 Sep 2005 14:48:33 -0700 Bryan O'Sullivan Get test-commit to exit cleanly.
Sun, 04 Sep 2005 14:47:02 -0700 Bryan O'Sullivan Commit date validation: more stringent checks, more useful error messages.
Sun, 04 Sep 2005 14:45:03 -0700 Bryan O'Sullivan revlog: raise informative exception if file is missing.
Sun, 04 Sep 2005 14:21:53 -0700 Bryan O'Sullivan Minor cleanups.
Sun, 04 Sep 2005 14:11:51 -0700 Eric Hopper Created a class in util called chunkbuffer that buffers reads from an
Sat, 03 Sep 2005 23:52:39 -0700 Bryan O'Sullivan Add test output.
Sat, 03 Sep 2005 23:51:53 -0700 Bryan O'Sullivan Date validation must check for 32-bit width. Don't use assert to check.
Sat, 03 Sep 2005 23:28:15 -0700 Bryan O'Sullivan Make date/timezone validation in changelog.add more robust. Add test.
Sat, 03 Sep 2005 23:08:39 -0700 Bryan O'Sullivan Validate user input of dates when adding a changelog entry.
Thu, 01 Sep 2005 12:13:56 -0700 bos Add doc string for debugrename.
Thu, 01 Sep 2005 09:35:42 -0700 bos Fortify the recognition of a diff header.
Thu, 01 Sep 2005 09:11:25 -0700 TK Soh Add -p to incoming and outgoing commands to show patch
Thu, 01 Sep 2005 09:08:21 -0700 bos Revert changeset 120aa5fc7ced1bf765b4f025f5a3a138cd87f49e.
Thu, 01 Sep 2005 09:04:18 -0700 bos Make import command reject patches that resemble email messages.
Thu, 01 Sep 2005 08:01:10 -0700 Bryan O'Sullivan Make removal check more complete and informative.
Thu, 01 Sep 2005 07:48:14 -0700 Bryan O'Sullivan Fix up remove command to use walk code.
Thu, 01 Sep 2005 07:47:26 -0700 bos From mercurial-bounces@selenic.com Thu Sep 1 07:01:32 2005
Thu, 01 Sep 2005 07:43:53 -0700 bos Merge with myself.
Thu, 01 Sep 2005 07:41:32 -0700 Edouard Gomez Output Content-encoding for tar.gz and tar.bz2 snapshots
Thu, 01 Sep 2005 07:37:49 -0700 bos Fix up failing tests.
Thu, 01 Sep 2005 07:34:53 -0700 mason Optimize dirstate walking
Wed, 31 Aug 2005 21:07:36 +0200 Thomas Arendsen Hein Merge with http://hannibal.lr-s.tudelft.nl/~vincent/fcgi/mercurial/fcgi/
Tue, 30 Aug 2005 21:58:44 +0200 Vincent Wagelaar Make sure the repository names don't have slashes at the at or else in some
Tue, 30 Aug 2005 18:23:39 +0200 Vincent Wagelaar Saving sys.argv and sys.stderr is not needed anymore
Wed, 31 Aug 2005 11:58:15 -0700 jdc Fix mercurial.el help.
Wed, 31 Aug 2005 11:56:58 -0700 jdc Adjust hg-strip and hg-chomp regexps.
Wed, 31 Aug 2005 11:19:20 -0700 Bryan O'Sullivan hg serve: print a more useful error message if server can't start.
Wed, 31 Aug 2005 10:54:46 -0700 Bryan O'Sullivan Merge with TAH.
Wed, 31 Aug 2005 10:54:00 -0700 Bryan O'Sullivan Emacs: fix invocations of "hg log" to match current behaviour of log.
Wed, 31 Aug 2005 09:01:41 +0200 Thomas Arendsen Hein Added missing 'import errno', and use errno for EPIPE, too.
Wed, 31 Aug 2005 08:40:55 +0200 Thomas Arendsen Hein Merged changes.
Wed, 31 Aug 2005 08:38:34 +0200 Thomas Arendsen Hein Use path relative to document root as reponame if published via a web server.
Tue, 30 Aug 2005 23:16:15 -0700 Bryan O'Sullivan Sort items in each hgrc section. Add web/description.
Wed, 31 Aug 2005 07:25:02 +0200 Thomas Arendsen Hein Make .hg/hgrc optional for repositories published by hgwebdir.
Tue, 30 Aug 2005 21:26:27 +0200 Thomas Arendsen Hein Reverted changeset e254bcbfe636e97301f76c7da241b07be14f3d36
Tue, 30 Aug 2005 19:42:58 +0200 Thomas Arendsen Hein Fixed two tests to run with bourne shell.
Tue, 30 Aug 2005 19:32:11 +0200 Thomas Arendsen Hein Added FIXME output to test-grep so the test will not fail.
Tue, 30 Aug 2005 19:17:05 +0200 Thomas Arendsen Hein Added test case for zip/gz/bz2 archive downloads.
Tue, 30 Aug 2005 19:12:17 +0200 Thomas Arendsen Hein Fixed import needed to serve zip files which broke because of other changes.
Tue, 30 Aug 2005 18:10:20 +0200 Thomas Arendsen Hein Merge with http://hannibal.lr-s.tudelft.nl/~vincent/fcgi/mercurial/fcgi/
Tue, 30 Aug 2005 16:36:29 +0200 Vincent Wagelaar Don't need to save sys.stdin and sys.stdout anymore
Tue, 30 Aug 2005 16:33:04 +0200 Vincent Wagelaar Use local generated env instead of os.environ
Tue, 30 Aug 2005 16:25:46 +0200 Vincent Wagelaar Fix hg serve...
Tue, 30 Aug 2005 14:52:58 +0100 Vincent Wagelaar Fix TypeError
Tue, 30 Aug 2005 10:57:52 +0200 Vincent Wagelaar Change use of global sys.stdout, sys.stdin os.environ to a hgrequest object.
Tue, 30 Aug 2005 11:22:29 +0200 TK Soh Regenerate tcsh_completion after bugfix in generator script
Tue, 30 Aug 2005 11:17:20 +0200 TK Soh tcsh_completion_build.sh: fixed error caused by xargs on Linux
Tue, 30 Aug 2005 11:16:31 +0200 TK Soh Add tcsh_completion to contrib
Tue, 30 Aug 2005 11:16:31 +0200 TK Soh Add contrib script for generating tcsh completion source
Mon, 29 Aug 2005 12:15:37 -0700 bos patchbomb: fix up confusion between strings and lists of strings.
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho bash_completion: try to use bash3 features if they're available
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho bash_completion: small cleanup and bugfix
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho teach bash_completion about --cwd
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho bash_completion: better handling of aliases
Mon, 29 Aug 2005 20:37:07 +0200 Alexis S. L. Carvalho bash_completion: update for new help output format
Mon, 29 Aug 2005 11:28:48 -0700 bos Add test-grep.out file for now.
Mon, 29 Aug 2005 10:31:41 -0700 bos Merge with TAH.
Mon, 29 Aug 2005 10:05:49 -0700 bos grep: extend functionality, add man page entry, add unit test.
Mon, 29 Aug 2005 08:24:06 -0700 Bryan O'Sullivan grep: change default to printing first matching rev.
Mon, 29 Aug 2005 07:42:46 +0200 Thomas Arendsen Hein Documented passing list or dict instead of config file in hgwebdir.cgi
Mon, 29 Aug 2005 07:39:01 +0200 Thomas Arendsen Hein Allow list of (virtual, real) or dictionary to be passed to hgwebdir.
Mon, 29 Aug 2005 07:34:35 +0200 Thomas Arendsen Hein Cleaned up hgweb.hgwebdir.run()
Mon, 29 Aug 2005 07:28:39 +0200 Thomas Arendsen Hein Use ConfigParser only in hgwebdir.__init__()
Mon, 29 Aug 2005 07:19:02 +0200 Thomas Arendsen Hein Don't create repo objects in hgwebdir, ui object is enough.
Mon, 29 Aug 2005 07:07:07 +0200 Thomas Arendsen Hein Reverted change 51f26e856f3d: Reading changelogs is too slow.
Sun, 28 Aug 2005 19:50:13 +0200 Thomas Arendsen Hein Use commit time instead of stat to check time of last change.
Sun, 28 Aug 2005 19:18:39 +0200 Ollivier Robert Remove the link from the template as there no real way to have it always be correct.
Sun, 28 Aug 2005 18:53:43 +0200 Thomas Arendsen Hein Make diffstat optional for patchbomb script.
Sun, 28 Aug 2005 18:52:55 +0200 Thomas Arendsen Hein Variable 'body' was missing in patchbomb script.
Sun, 28 Aug 2005 18:30:40 +0200 Thomas Arendsen Hein Adjusted test-hup for generated .hg/hgrc
Sun, 28 Aug 2005 18:27:24 +0200 Thomas Arendsen Hein Create [web] section with short username as contact on hg init and hg clone.
Sun, 28 Aug 2005 18:13:28 +0200 Thomas Arendsen Hein Completed renaming author to contact in hgwebdir:
Sun, 28 Aug 2005 17:55:15 +0200 Thomas Arendsen Hein Create repository objects instead of using own ConfigParser in hgwebdir.
Sun, 28 Aug 2005 17:53:37 +0200 Thomas Arendsen Hein Longer variable names in hgwebdir: l->repos, v->name, r->path
Sun, 28 Aug 2005 17:29:28 +0200 Thomas Arendsen Hein Move generating short username to display in hg/hgweb annotate to ui module.
Sun, 28 Aug 2005 16:41:16 +0200 Thomas Arendsen Hein Fixed test-static-http with http_proxy variable set.
Sun, 28 Aug 2005 16:37:24 +0200 Thomas Arendsen Hein Fixed test-copy2 with only looking at copied files.
Sun, 28 Aug 2005 16:24:04 +0200 Thomas Arendsen Hein Changed printing of copies in hg debugstate to: "copy: source -> dest"
Sat, 27 Aug 2005 23:45:27 -0700 Ollivier Robert Add RSS link to the repository index.
Sat, 27 Aug 2005 23:44:26 -0700 Ollivier Robert Add the template.
Sat, 27 Aug 2005 23:44:15 -0700 Ollivier Robert Use a template for the error message.
Sat, 27 Aug 2005 23:44:02 -0700 Ollivier Robert Use .has_option to avoid the unknown Exception.
Sat, 27 Aug 2005 23:43:13 -0700 Ollivier Robert NoOptionError is unknown there.
Sat, 27 Aug 2005 23:43:08 -0700 Ollivier Robert Handle a nonexistent repository with a 404 error.
Sat, 27 Aug 2005 23:42:51 -0700 roberto Protect against unknown repositories.
Sat, 27 Aug 2005 23:10:49 -0700 mpm patchbomb: eliminate silly complete summary message
Sat, 27 Aug 2005 22:04:17 -0700 mpm fix some rename/copy bugs
Sat, 27 Aug 2005 20:58:53 -0700 mpm Add some rename debugging support
Sat, 27 Aug 2005 20:42:53 -0700 mpm bash_completion: add debugindex and debugdata support
Sat, 27 Aug 2005 19:15:02 -0700 Stephen Darnell Remove the lock file copied during clone (was the source lock file)
Sat, 27 Aug 2005 18:55:14 -0700 TK Soh Updated manpage and help.
Sat, 27 Aug 2005 18:40:25 -0700 mpm hgweb: add mdiff / fix sorting of archives
Sat, 27 Aug 2005 18:27:45 -0700 mpm Add an old-http test case
Sat, 27 Aug 2005 18:11:32 -0700 mpm Add a simple dummy ssh test
Sat, 27 Aug 2005 17:26:26 -0700 mpm Merge with TAH
Sat, 27 Aug 2005 23:36:25 +0200 Thomas Arendsen Hein Remove some options from 'hg grep':
Sat, 27 Aug 2005 23:35:30 +0200 Thomas Arendsen Hein Adjusted test-help for change to hg status.
Sat, 27 Aug 2005 23:25:55 +0200 Thomas Arendsen Hein Whitespace cleanup.
Sat, 27 Aug 2005 23:23:32 +0200 Thomas Arendsen Hein Replaced hg status -p/--strip with -n/--no-status to not confuse with patch.
Sat, 27 Aug 2005 16:42:03 -0700 mpm Fix dirstate imports
Sat, 27 Aug 2005 16:40:24 -0700 mpm Fix sshrepo imports
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 15:35:37 -0700 mpm localrepo: more import/namespace tidying
Sat, 27 Aug 2005 15:19:36 -0700 mpm Minor import fixups
Sat, 27 Aug 2005 15:13:52 -0700 mpm manifest: convert sys.stderr bits to AssertionError
Sat, 27 Aug 2005 15:09:46 -0700 mpm localrepo: adjust some imports, remove sys dependency
Sat, 27 Aug 2005 15:05:59 -0700 mpm sshrepo: adjust file comment
Sat, 27 Aug 2005 15:05:43 -0700 mpm changelog: adjust imports, comment
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:55:07 -0700 mpm commands: use node functions directly
Sat, 27 Aug 2005 14:43:20 -0700 mpm Move hash function back to revlog from node
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
Sat, 27 Aug 2005 12:00:12 -0700 TK Soh updated manpage for new options of status
Sat, 27 Aug 2005 01:55:10 -0700 mpm hgweb: add catch for connection reset
Sat, 27 Aug 2005 01:50:18 -0700 mpm Fix up help test
Sat, 27 Aug 2005 01:49:41 -0700 TK Soh status: added option -p and -0 to assist xargs
Sat, 27 Aug 2005 01:49:35 -0700 TK Soh updated manpage on global options and typo fix.
Sat, 27 Aug 2005 01:43:48 -0700 mpm Add some docstrings to revlog.py
Sat, 27 Aug 2005 01:13:28 -0700 mpm Update util.py docstrings, fix walk test
Fri, 26 Aug 2005 23:29:10 -0700 mpm Change canonpath to not know about repo objects
Sat, 27 Aug 2005 08:22:10 +0200 Thomas Arendsen Hein Updated list of contributors.
Fri, 26 Aug 2005 20:56:50 -0700 mpm Document archive download options
Fri, 26 Aug 2005 20:52:31 -0700 mpm Various cleanups for tarball support
Fri, 26 Aug 2005 20:51:48 -0700 Wojciech Milkowski tarball support v0.3 pt 2
Fri, 26 Aug 2005 20:51:34 -0700 Wojciech Milkowski tarball support v0.3
Fri, 26 Aug 2005 19:20:04 -0700 Volker Kleinfeld Fixed system command abord reason on windows.
Fri, 26 Aug 2005 19:19:35 -0700 mason Add revlog.reachable to find a graph of ancestors for a given rev
Fri, 26 Aug 2005 19:08:25 -0700 Bart Trojanowski [PATCH] raise exceptions with Exception subclasses
Fri, 26 Aug 2005 16:49:23 -0700 mpm Fixes for push corner case
Fri, 26 Aug 2005 14:05:52 -0700 mason Add support for extension modules
Fri, 26 Aug 2005 13:59:14 -0700 mpm hgwebdir index: change "author" to "contact"
Fri, 26 Aug 2005 22:40:56 +0200 Thomas Arendsen Hein Allow using a ssh repository without a path.
Fri, 26 Aug 2005 16:47:09 +0200 Thomas Arendsen Hein Fixed synopsis for grep command.
Fri, 26 Aug 2005 16:37:28 +0200 Thomas Arendsen Hein Fixed zero-padded filenames with %r if there is a longer number in the middle.
Fri, 26 Aug 2005 15:26:44 +0200 Thomas Arendsen Hein Shortened commands.revrange() a little bit, added docstring.
Fri, 26 Aug 2005 15:19:18 +0200 Thomas Arendsen Hein Cleanups to commands.py
Fri, 26 Aug 2005 13:31:40 +0200 Thomas Arendsen Hein Removed obsolete imports from hgwebdir.cgi
Fri, 26 Aug 2005 13:29:52 +0200 Thomas Arendsen Hein Some more spacing/indentation/linebreak cleanups to hgweb.py.
Fri, 26 Aug 2005 13:06:58 +0200 benoit boissinot pep-0008 cleanup
Fri, 26 Aug 2005 02:03:35 -0700 mpm Fix set type usage for Python 2.3
Fri, 26 Aug 2005 01:56:49 -0700 mpm Merge from BOS, fix help
Thu, 25 Aug 2005 17:13:48 -0700 bos grep: speed up matching, and only return one match per line.
Thu, 25 Aug 2005 10:11:54 -0700 Bryan O'Sullivan Use ui.write instead of print in debugwalk.
Thu, 25 Aug 2005 02:00:03 -0700 Bryan O'Sullivan Add grep command.
Wed, 24 Aug 2005 22:25:55 -0700 Bryan O'Sullivan Map long option names containing dashes to ones containing underscores.
Fri, 26 Aug 2005 01:51:44 -0700 mpm Minor test-help fix
Fri, 26 Aug 2005 10:39:43 +0200 Thomas Arendsen Hein Fixed some synopsises in command help.
Fri, 26 Aug 2005 10:01:55 +0200 Thomas Arendsen Hein Added missing doc strings for two new debug commmands.
Fri, 26 Aug 2005 09:56:33 +0200 Thomas Arendsen Hein Adjust display and alignment of command options to match global options.
Fri, 26 Aug 2005 09:15:04 +0200 Thomas Arendsen Hein Clean up displaying help of global options, only one row per option.
Fri, 26 Aug 2005 08:47:43 +0200 Thomas Arendsen Hein Moved --cwd handling to a place where ui and exception handling already exists.
Fri, 26 Aug 2005 08:42:56 +0200 Thomas Arendsen Hein Allow --help and --version being used together.
Fri, 26 Aug 2005 08:37:41 +0200 Thomas Arendsen Hein Added options -h/--help.
Fri, 26 Aug 2005 08:26:21 +0200 Thomas Arendsen Hein Moved special handling of --version and no hg command from parse to dispatch.
Thu, 25 Aug 2005 18:35:35 +0200 Thomas Arendsen Hein Sort global options by topic: directories, ui, timing, other
Thu, 25 Aug 2005 18:25:19 +0200 Benoit Boissinot run the doc/* through aspell.
Thu, 25 Aug 2005 16:00:08 +0200 Thomas Arendsen Hein Removed forgotten debug print statement from commands.py and tests.
Wed, 24 Aug 2005 19:19:35 -0700 mpm Update tests
Wed, 24 Aug 2005 19:16:45 -0700 mpm Fix a couple fencepost errors in hg log
Wed, 24 Aug 2005 18:45:49 -0700 mpm Fix hg log -p
Wed, 24 Aug 2005 18:42:42 -0700 mpm Show number of new heads when doing a pull
Wed, 24 Aug 2005 18:40:17 -0700 mpm Add debugdata for dumping revlog revision data
Wed, 24 Aug 2005 14:46:02 -0700 bos Merge with MPM.
Wed, 24 Aug 2005 14:45:35 -0700 bos Fix a small corner of log behaviour.
Wed, 24 Aug 2005 14:24:20 -0700 mpm Update hg log docs
Wed, 24 Aug 2005 13:31:46 -0700 mpm Merge with BOS
Wed, 24 Aug 2005 13:26:45 -0700 Bryan O'Sullivan Fix help output, and a few broken tests.
Wed, 24 Aug 2005 12:50:11 -0700 Bryan O'Sullivan Merge with MPM.
Wed, 24 Aug 2005 12:43:09 -0700 Bryan O'Sullivan Get patchbomb working with tip again.
Wed, 24 Aug 2005 12:39:10 -0700 Bryan O'Sullivan Rewrite log command. New version is faster and more featureful.
Tue, 23 Aug 2005 21:57:22 -0700 Bryan O'Sullivan Merge with MPM.
Tue, 23 Aug 2005 21:53:13 -0700 Bryan O'Sullivan Emacs: implement hg-incoming, hg-outgoing and hg-push.
Tue, 23 Aug 2005 21:30:12 -0700 Bryan O'Sullivan Add commands.debugconfig.
Tue, 23 Aug 2005 16:46:10 -0700 Bryan O'Sullivan Emacs: fix up hg-log and hg-diff to operate more uniformly.
Tue, 23 Aug 2005 15:42:06 -0700 Bryan O'Sullivan Merge with MPM.
Tue, 23 Aug 2005 15:30:06 -0700 Bryan O'Sullivan Merge with MPM.
Tue, 23 Aug 2005 15:27:17 -0700 bos Sync buffers prior to doing a diff.
Wed, 24 Aug 2005 03:33:54 -0700 mpm Minor tweak to the revgen algorithm
Wed, 24 Aug 2005 03:32:08 -0700 mpm Minor hgwebdir tweaks
Wed, 24 Aug 2005 00:38:36 -0700 mpm Add Makefile to the manifest
Wed, 24 Aug 2005 00:36:12 -0700 mpm Add default make rule
Wed, 24 Aug 2005 00:32:10 -0700 mpm Create helper functions for I/O to files in the working directory
Wed, 24 Aug 2005 00:12:04 -0700 mpm Add some aliases
Wed, 24 Aug 2005 00:09:56 -0700 mpm Fix up help for binary options
Tue, 23 Aug 2005 20:21:52 -0700 mpm Teach annotate about binary files
Tue, 23 Aug 2005 19:58:46 -0700 mpm Add automatic binary file detection to diff and export
Tue, 23 Aug 2005 18:58:26 -0700 mpm Clean up argument passing for dodiff
Tue, 23 Aug 2005 16:19:14 -0700 mpm Deal with repos with missing timezones
Tue, 23 Aug 2005 15:15:14 -0700 mpm Merge with BOS
Tue, 23 Aug 2005 14:51:52 -0700 bos Emacs: search for hg in path before looking in funny places.
Tue, 23 Aug 2005 14:21:19 -0700 mpm Merge with TAH
Mon, 22 Aug 2005 19:56:52 +0200 Thomas Arendsen Hein Don't show the diff in hgeditor if there are no changes in file contents.
Mon, 22 Aug 2005 08:46:43 +0200 Thomas Arendsen Hein Add Makefile for generating release tarballs.
Mon, 22 Aug 2005 08:39:44 +0200 Thomas Arendsen Hein Include generated documentation in MANIFEST.
Mon, 22 Aug 2005 08:33:02 +0200 Thomas Arendsen Hein Generate html documentation by default, too.
Tue, 23 Aug 2005 14:20:17 -0700 mpm Merge with BOS
Mon, 22 Aug 2005 15:29:55 -0700 bos Emacs: improved GNU Emacs support.
Mon, 22 Aug 2005 15:08:20 -0700 bos Emacs support: numerous changes.
Mon, 22 Aug 2005 13:06:43 -0700 bos Merge with MPM.
Mon, 22 Aug 2005 03:41:09 -0700 Bryan O'Sullivan Emacs: update mode lines properly after commit.