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)
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip