Fri, 22 Jul 2005 19:45:48 -0800 Get addremove to use new walk code.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 22 Jul 2005 19:45:48 -0800] rev 766
Get addremove to use new walk code. It is now more verbose than it used to be. If given file names, it prints nothing, as before. But if given patterns or nothing, it prints the names of the files it is operating on, to remove that air of mystery. It also now operates at or below the current directory.
Fri, 22 Jul 2005 20:07:14 -0500 Hack to fix missing '/' problem in URLs
mpm@selenic.com [Fri, 22 Jul 2005 20:07:14 -0500] rev 765
Hack to fix missing '/' problem in URLs
Fri, 22 Jul 2005 19:23:00 -0500 Don't mark files with 'm'erge unless we're actually merging branches
mpm@selenic.com [Fri, 22 Jul 2005 19:23:00 -0500] rev 764
Don't mark files with 'm'erge unless we're actually merging branches For 3-way merges, we were marking files as 'm', which should only be used for branch merges. This was causing files to show up in 'hg status' that aren't actually modified.
Fri, 22 Jul 2005 16:27:30 +0100 Added deprecation warnings if -t or --text is used for commits.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 16:27:30 +0100] rev 763
Added deprecation warnings if -t or --text is used for commits.
Fri, 22 Jul 2005 16:26:46 +0100 Changed more occurances of 'text' to 'message'.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 16:26:46 +0100] rev 762
Changed more occurances of 'text' to 'message'.
Fri, 22 Jul 2005 15:59:13 +0100 Change all references to -t --text commit message to -m and --message.
Andrew Thompson <andrewkt@aktzero.com> [Fri, 22 Jul 2005 15:59:13 +0100] rev 761
Change all references to -t --text commit message to -m and --message.
Fri, 22 Jul 2005 09:54:22 +0100 Changed coding hint to BOM
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 09:54:22 +0100] rev 760
Changed coding hint to BOM
Fri, 22 Jul 2005 09:40:45 +0100 Updated TODO.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 09:40:45 +0100] rev 759
Updated TODO.
Fri, 22 Jul 2005 08:58:16 +0100 There was an extra space after 'hg id' when there are no tags.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 08:58:16 +0100] rev 758
There was an extra space after 'hg id' when there are no tags.
Fri, 22 Jul 2005 08:47:35 +0100 Updated help strings and test-help:
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 08:47:35 +0100] rev 757
Updated help strings and test-help: - options -I/-X: always at the end, don't include them in the synopsis. - NAME is optional for hg revert - other small changes.
Fri, 22 Jul 2005 08:11:49 +0100 Added new code contributors, fixed Vincent's name, added hint on encoding.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 08:11:49 +0100] rev 756
Added new code contributors, fixed Vincent's name, added hint on encoding.
Fri, 22 Jul 2005 07:42:47 +0100 Show filenames for hg export in verbose mode on a separate lines.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 07:42:47 +0100] rev 755
Show filenames for hg export in verbose mode on a separate lines. This makes parsing by external tools much easier.
Fri, 22 Jul 2005 07:30:52 +0100 Fixes and cleanups to hgeditor:
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 22 Jul 2005 07:30:52 +0100] rev 754
Fixes and cleanups to hgeditor: - "HG: merge resolve" isn't supported for a long time now. - detection of unchanged commit message if signing is turned off. - don't add manifest hash to commit message if not signing.
Thu, 21 Jul 2005 18:20:13 -0500 Check protocol versions
mpm@selenic.com [Thu, 21 Jul 2005 18:20:13 -0500] rev 753
Check protocol versions This also allows the old unidentified protocol
Thu, 21 Jul 2005 18:19:20 -0500 Simplify content type checking
mpm@selenic.com [Thu, 21 Jul 2005 18:19:20 -0500] rev 752
Simplify content type checking
Thu, 21 Jul 2005 18:18:43 -0500 When pulling from a non hg repository URL (e.g. http://www.kernel.org/hg)
Muli Ben-Yehuda <mulix@mulix.org> [Thu, 21 Jul 2005 18:18:43 -0500] rev 751
When pulling from a non hg repository URL (e.g. http://www.kernel.org/hg) you geta pretty obscure error (zlib: uknown compression type). The attached patch modifies hgweb.py and hg.py to supply and check a 'Content-type: application/hg-0.1' HTTP header for the branches, between and changegroup commands, so that we know it's a proper hg repo before snarfing the input. Comments appreciated!
Thu, 21 Jul 2005 15:29:35 -0500 Add tag -t, deprecate tag -m
mpm@selenic.com [Thu, 21 Jul 2005 15:29:35 -0500] rev 750
Add tag -t, deprecate tag -m manifest hash: 893aa9732b500edfa6ffc099f76b00a88a5b1943
Thu, 21 Jul 2005 15:05:17 -0500 Update tests to use commit -m and default -u
mpm@selenic.com [Thu, 21 Jul 2005 15:05:17 -0500] rev 749
Update tests to use commit -m and default -u manifest hash: 6e4385453843031a712005a320d6000595b40d05
Thu, 21 Jul 2005 12:40:28 -0500 Update test output for status change
mpm@selenic.com [Thu, 21 Jul 2005 12:40:28 -0500] rev 748
Update test output for status change manifest hash: da9effa63afe6ec22389e17f7fc2daeb3bb4f0e0
Thu, 21 Jul 2005 12:29:19 -0500 Add -m for rawcommit
mpm@selenic.com [Thu, 21 Jul 2005 12:29:19 -0500] rev 747
Add -m for rawcommit manifest hash: cf066b609ab4854a731c103f1d456d89cf5e1312
Thu, 21 Jul 2005 12:24:42 -0500 Change C to M in status
mpm@selenic.com [Thu, 21 Jul 2005 12:24:42 -0500] rev 746
Change C to M in status
Thu, 21 Jul 2005 12:23:55 -0500 Add -m for commit and deprecate -t
mpm@selenic.com [Thu, 21 Jul 2005 12:23:55 -0500] rev 745
Add -m for commit and deprecate -t Index: hg/doc/hg.1.txt ===================================================================
Thu, 21 Jul 2005 12:22:54 -0500 Handle empty file list for annotate
mpm@selenic.com [Thu, 21 Jul 2005 12:22:54 -0500] rev 744
Handle empty file list for annotate
Thu, 21 Jul 2005 12:22:29 -0500 Remove ls command
mpm@selenic.com [Thu, 21 Jul 2005 12:22:29 -0500] rev 743
Remove ls command
Thu, 21 Jul 2005 12:21:33 -0500 Refactor matchpats and walk
mpm@selenic.com [Thu, 21 Jul 2005 12:21:33 -0500] rev 742
Refactor matchpats and walk Move core match function code to util Add some comments and whitespace Simplify options Use lambdas instead of always and never
Wed, 20 Jul 2005 20:11:23 -0500 Fix some line wrapping
mpm@selenic.com [Wed, 20 Jul 2005 20:11:23 -0500] rev 741
Fix some line wrapping manifest hash: 43af5dafa55e01f89727096f4d6784317f3eb0d6
Wed, 20 Jul 2005 20:00:29 -0500 Merge from BOS
mpm@selenic.com [Wed, 20 Jul 2005 20:00:29 -0500] rev 740
Merge from BOS manifest hash: 2276dbd96bb4221e579c871a1de2403c92c85659
Wed, 20 Jul 2005 04:08:11 -0800 Split make_file back out into make_filename and make_file.
Bryan O'Sullivan <bos@serpentine.com> [Wed, 20 Jul 2005 04:08:11 -0800] rev 739
Split make_file back out into make_filename and make_file. It turns out that make_filename is useful by itself.
Wed, 20 Jul 2005 03:55:16 -0800 If the argument to make_file can act like a file, return it.
Bryan O'Sullivan <bos@serpentine.com> [Wed, 20 Jul 2005 03:55:16 -0800] rev 738
If the argument to make_file can act like a file, return it. This is useful for code that calls command functions, but doesn't want to send I/O through the filesystem.
Wed, 20 Jul 2005 03:52:06 -0800 Merge with Matt's tip.
Bryan O'Sullivan <bos@serpentine.com> [Wed, 20 Jul 2005 03:52:06 -0800] rev 737
Merge with Matt's tip.
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip