Tue, 23 Aug 2005 15:27:17 -0700 Sync buffers prior to doing a diff.
bos@serpentine.internal.keyresearch.com [Tue, 23 Aug 2005 15:27:17 -0700] rev 1024
Sync buffers prior to doing a diff.
Wed, 24 Aug 2005 03:33:54 -0700 Minor tweak to the revgen algorithm
mpm@selenic.com [Wed, 24 Aug 2005 03:33:54 -0700] rev 1023
Minor tweak to the revgen algorithm
Wed, 24 Aug 2005 03:32:08 -0700 Minor hgwebdir tweaks
mpm@selenic.com [Wed, 24 Aug 2005 03:32:08 -0700] rev 1022
Minor hgwebdir tweaks - ignore / for PATH_INFO - fix // in URLs
Wed, 24 Aug 2005 00:38:36 -0700 Add Makefile to the manifest
mpm@selenic.com [Wed, 24 Aug 2005 00:38:36 -0700] rev 1021
Add Makefile to the manifest
Wed, 24 Aug 2005 00:36:12 -0700 Add default make rule
mpm@selenic.com [Wed, 24 Aug 2005 00:36:12 -0700] rev 1020
Add default make rule The default make rule builds the extensions "in-place" so that hg can be run out of the working directory.
Wed, 24 Aug 2005 00:32:10 -0700 Create helper functions for I/O to files in the working directory
mpm@selenic.com [Wed, 24 Aug 2005 00:32:10 -0700] rev 1019
Create helper functions for I/O to files in the working directory This simplifies some code and gives us a single place to add I/O filters.
Wed, 24 Aug 2005 00:12:04 -0700 Add some aliases
mpm@selenic.com [Wed, 24 Aug 2005 00:12:04 -0700] rev 1018
Add some aliases
Wed, 24 Aug 2005 00:09:56 -0700 Fix up help for binary options
mpm@selenic.com [Wed, 24 Aug 2005 00:09:56 -0700] rev 1017
Fix up help for binary options
Tue, 23 Aug 2005 20:21:52 -0700 Teach annotate about binary files
mpm@selenic.com [Tue, 23 Aug 2005 20:21:52 -0700] rev 1016
Teach annotate about binary files
Tue, 23 Aug 2005 19:58:46 -0700 Add automatic binary file detection to diff and export
mpm@selenic.com [Tue, 23 Aug 2005 19:58:46 -0700] rev 1015
Add automatic binary file detection to diff and export Based on a patch by Fuming Wang - add util.binary which decides whether a file is binary if it has any NUL characters in the first 1K. - teach mdiff.unidiff to print "binary file <x> has changed" for binary files - add text flag to cause unidiff and dodiff to treat all files as text - add -a and --text flags (like diff(1)) to hg diff and export - update docs
Tue, 23 Aug 2005 18:58:26 -0700 Clean up argument passing for dodiff
mpm@selenic.com [Tue, 23 Aug 2005 18:58:26 -0700] rev 1014
Clean up argument passing for dodiff
Tue, 23 Aug 2005 16:19:14 -0700 Deal with repos with missing timezones
mpm@selenic.com [Tue, 23 Aug 2005 16:19:14 -0700] rev 1013
Deal with repos with missing timezones
Tue, 23 Aug 2005 15:15:14 -0700 Merge with BOS
mpm@selenic.com [Tue, 23 Aug 2005 15:15:14 -0700] rev 1012
Merge with BOS
Tue, 23 Aug 2005 14:51:52 -0700 Emacs: search for hg in path before looking in funny places.
bos@serpentine.internal.keyresearch.com [Tue, 23 Aug 2005 14:51:52 -0700] rev 1011
Emacs: search for hg in path before looking in funny places.
Tue, 23 Aug 2005 14:21:19 -0700 Merge with TAH
mpm@selenic.com [Tue, 23 Aug 2005 14:21:19 -0700] rev 1010
Merge with TAH
Mon, 22 Aug 2005 19:56:52 +0200 Don't show the diff in hgeditor if there are no changes in file contents.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 22 Aug 2005 19:56:52 +0200] rev 1009
Don't show the diff in hgeditor if there are no changes in file contents.
Mon, 22 Aug 2005 08:46:43 +0200 Add Makefile for generating release tarballs.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 22 Aug 2005 08:46:43 +0200] rev 1008
Add Makefile for generating release tarballs. - test suite is run - documentation is generated and included
Mon, 22 Aug 2005 08:39:44 +0200 Include generated documentation in MANIFEST.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 22 Aug 2005 08:39:44 +0200] rev 1007
Include generated documentation in MANIFEST.
Mon, 22 Aug 2005 08:33:02 +0200 Generate html documentation by default, too.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 22 Aug 2005 08:33:02 +0200] rev 1006
Generate html documentation by default, too.
Tue, 23 Aug 2005 14:20:17 -0700 Merge with BOS
mpm@selenic.com [Tue, 23 Aug 2005 14:20:17 -0700] rev 1005
Merge with BOS
Mon, 22 Aug 2005 15:29:55 -0700 Emacs: improved GNU Emacs support.
bos@serpentine.internal.keyresearch.com [Mon, 22 Aug 2005 15:29:55 -0700] rev 1004
Emacs: improved GNU Emacs support.
Mon, 22 Aug 2005 15:08:20 -0700 Emacs support: numerous changes.
bos@serpentine.internal.keyresearch.com [Mon, 22 Aug 2005 15:08:20 -0700] rev 1003
Emacs support: numerous changes. Most SCM commands now work in derived buffers (e.g. diff viewing buffers) as well as buffers backed by files. diff and log now work properly on repositories and files. Commit support is more solid. Doc strings are better.
Mon, 22 Aug 2005 13:06:43 -0700 Merge with MPM.
bos@eng-25.internal.keyresearch.com [Mon, 22 Aug 2005 13:06:43 -0700] rev 1002
Merge with MPM.
Mon, 22 Aug 2005 03:41:09 -0700 Emacs: update mode lines properly after commit.
Bryan O'Sullivan <bos@serpentine.com> [Mon, 22 Aug 2005 03:41:09 -0700] rev 1001
Emacs: update mode lines properly after commit.
Mon, 22 Aug 2005 03:27:27 -0700 Emacs: kill commit buffer once it's done with.
Bryan O'Sullivan <bos@serpentine.com> [Mon, 22 Aug 2005 03:27:27 -0700] rev 1000
Emacs: kill commit buffer once it's done with.
Mon, 22 Aug 2005 03:16:32 -0700 Emacs: first cut at commit support.
Bryan O'Sullivan <bos@serpentine.com> [Mon, 22 Aug 2005 03:16:32 -0700] rev 999
Emacs: first cut at commit support.
Sun, 21 Aug 2005 23:33:02 -0800 contrib/patchbomb: Fix buglet with empty cc list.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 21 Aug 2005 23:33:02 -0800] rev 998
contrib/patchbomb: Fix buglet with empty cc list.
Sun, 21 Aug 2005 23:03:14 -0800 Fix handling of addresses in hgrc.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 21 Aug 2005 23:03:14 -0800] rev 997
Fix handling of addresses in hgrc.
Sun, 21 Aug 2005 22:46:57 -0800 Emacs: document existing functions.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 21 Aug 2005 22:46:57 -0800] rev 996
Emacs: document existing functions.
Sun, 21 Aug 2005 21:51:01 -0800 Emacs support: add hg-revert-buffer.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 21 Aug 2005 21:51:01 -0800] rev 995
Emacs support: add hg-revert-buffer.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip