Mon, 25 Jun 2007 11:13:27 -0700 mq: support qnew -I/-X and file name lists
Brendan Cully <brendan@kublai.com> [Mon, 25 Jun 2007 11:13:27 -0700] rev 4713
mq: support qnew -I/-X and file name lists
Mon, 25 Jun 2007 10:34:53 -0700 Merge with mpm
Brendan Cully <brendan@kublai.com> [Mon, 25 Jun 2007 10:34:53 -0700] rev 4712
Merge with mpm
Mon, 25 Jun 2007 09:49:40 -0700 mq: document that qinit -c may be run later
Brendan Cully <brendan@kublai.com> [Mon, 25 Jun 2007 09:49:40 -0700] rev 4711
mq: document that qinit -c may be run later
Mon, 25 Jun 2007 14:46:20 +0200 gitweb: do not mix shortlog and changelog in summary page.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4710
gitweb: do not mix shortlog and changelog in summary page.
Mon, 25 Jun 2007 14:46:20 +0200 Add option "hidden" to hgwebdir.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4709
Add option "hidden" to hgwebdir. TODO: should this option be renamed to 'hide_from_index' or maybe to 'index_ignore' (like Apache's mod_autoindex) ?
Mon, 25 Jun 2007 14:46:20 +0200 Add support for RFC2822 to util.parsedate().
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4708
Add support for RFC2822 to util.parsedate().
Mon, 25 Jun 2007 14:46:20 +0200 Makefile: remove *.pyd files on "make clean".
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4707
Makefile: remove *.pyd files on "make clean".
Mon, 25 Jun 2007 14:46:20 +0200 Makefile: change "make local" to build a fully working local version.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Mon, 25 Jun 2007 14:46:20 +0200] rev 4706
Makefile: change "make local" to build a fully working local version.
Mon, 25 Jun 2007 11:35:40 -0500 gitweb: hide email addresses in shortlog with |person
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 11:35:40 -0500] rev 4705
gitweb: hide email addresses in shortlog with |person
Mon, 25 Jun 2007 11:35:14 -0500 Make shortlog the default page in hgweb
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 11:35:14 -0500] rev 4704
Make shortlog the default page in hgweb
Mon, 25 Jun 2007 11:30:05 -0500 hgweb: improve shortlog formatting
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 11:30:05 -0500] rev 4703
hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.
Mon, 25 Jun 2007 01:26:44 -0500 strip: move strip code to a new repair module
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 01:26:44 -0500] rev 4702
strip: move strip code to a new repair module
Mon, 25 Jun 2007 01:22:45 -0500 strip: simplify bundle helper
Matt Mackall <mpm@selenic.com> [Mon, 25 Jun 2007 01:22:45 -0500] rev 4701
strip: simplify bundle helper
Sun, 24 Jun 2007 18:22:40 -0500 strip: pull core strip logic into its own function
Matt Mackall <mpm@selenic.com> [Sun, 24 Jun 2007 18:22:40 -0500] rev 4700
strip: pull core strip logic into its own function
Sun, 24 Jun 2007 10:08:38 -0500 unbundle: accept multiple file arguments
Giorgos Keramidas <keramida@ceid.upatras.gr> [Sun, 24 Jun 2007 10:08:38 -0500] rev 4699
unbundle: accept multiple file arguments update test-bundle for multiple unbundle support
Sun, 24 Jun 2007 07:22:58 -0700 convert: handle new cvsps with Tags: and multiple tags.
Eric Hopper <hopper@omnifarious.org> [Sun, 24 Jun 2007 07:22:58 -0700] rev 4698
convert: handle new cvsps with Tags: and multiple tags.
Sun, 24 Jun 2007 09:47:54 -0500 cat: return an error on failure
Matt Mackall <mpm@selenic.com> [Sun, 24 Jun 2007 09:47:54 -0500] rev 4697
cat: return an error on failure
Sat, 23 Jun 2007 22:43:46 -0500 tests: add merge test for changeset 9fe267f77f56
Giorgos Keramidas <keramida@ceid.upatras.gr> [Sat, 23 Jun 2007 22:43:46 -0500] rev 4696
tests: add merge test for changeset 9fe267f77f56 When all the files in a directory are moved somewhere else, and new files are added in changesets of the local branch, a subsequent pull and merge shouldn't rename the locally added files too.
Sat, 23 Jun 2007 22:26:22 -0500 purge: add the clean alias inspired by git-clean and svn-clean
Emanuele Aina <em@nerd.ocracy.org> [Sat, 23 Jun 2007 22:26:22 -0500] rev 4695
purge: add the clean alias inspired by git-clean and svn-clean
Tue, 22 May 2007 07:24:06 +0900 mercurial.el: ignore errors on hg-after-save-hook()
NIIMI Satoshi <sa2c@sa2c.net> [Tue, 22 May 2007 07:24:06 +0900] rev 4694
mercurial.el: ignore errors on hg-after-save-hook() Don't signal an error even if running hg command fails. Otherwise, succeeding hooks won't be called.
Tue, 22 May 2007 08:05:16 +0900 mercurial.el: change default log range to tip:0
NIIMI Satoshi <sa2c@sa2c.net> [Tue, 22 May 2007 08:05:16 +0900] rev 4693
mercurial.el: change default log range to tip:0 If the tip revision is smaller than hg-rev-completion-limit (defaults to 100), "hg log -r tip:-100" fails. Since performance does not differ between "hg log -l 50 -r tip:0" and "hg log -l 50 -r tip:-100" even on large repository, default range can be changed from "tip:-100" to "tip:0" without any drawbacks.
Sat, 23 Jun 2007 22:25:11 -0500 Command in doc comment is now on a single line, fixed
paul sorenson <sf@metrak.com> [Sat, 23 Jun 2007 22:25:11 -0500] rev 4692
Command in doc comment is now on a single line, fixed after previous formatting broke it.
Wed, 06 Jun 2007 22:17:35 +0200 purge: don't delete ignored files if --all is not specified
Emanuele Aina <em@nerd.ocracy.org> [Wed, 06 Jun 2007 22:17:35 +0200] rev 4691
purge: don't delete ignored files if --all is not specified
Wed, 13 Jun 2007 18:18:06 +0900 Enable to select encoding in hgrc web section
OHASHI Hideya <ohachige at gmail.com> [Wed, 13 Jun 2007 18:18:06 +0900] rev 4690
Enable to select encoding in hgrc web section This patch provides character encoding setting in each repository. After this patch, You can use multi encoding repositories with one mercurial server.
Sat, 23 Jun 2007 21:11:28 +0200 merge with main
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 23 Jun 2007 21:11:28 +0200] rev 4689
merge with main
Sat, 23 Jun 2007 14:02:41 -0500 archive: remove spurious flag_bits setting
Matt Mackall <mpm@selenic.com> [Sat, 23 Jun 2007 14:02:41 -0500] rev 4688
archive: remove spurious flag_bits setting This makes zip -T on resulting archives work. File permissions are still retained.
Sat, 23 Jun 2007 13:33:45 -0500 convert: sometimes git forgets the author
Matt Mackall <mpm@selenic.com> [Sat, 23 Jun 2007 13:33:45 -0500] rev 4687
convert: sometimes git forgets the author
Sat, 23 Jun 2007 21:10:55 +0200 hgk: Use $HG instead of hg (see 849f011dbf79)
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 23 Jun 2007 21:10:55 +0200] rev 4686
hgk: Use $HG instead of hg (see 849f011dbf79)
Sat, 23 Jun 2007 20:22:17 +0200 hgeditor: Use $HG to run 'hg diff' (see 849f011dbf79)
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 23 Jun 2007 20:22:17 +0200] rev 4685
hgeditor: Use $HG to run 'hg diff' (see 849f011dbf79)
Sat, 23 Jun 2007 20:21:10 +0200 Remember path to 'hg' executable and pass to external tools and hooks as $HG.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 23 Jun 2007 20:21:10 +0200] rev 4684
Remember path to 'hg' executable and pass to external tools and hooks as $HG.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip