hg-stable at 4748: 23 new changesets

Mercurial Commits hg at intevation.org
Thu Jul 5 14:15:09 CDT 2007


23 new changesets in hg-stable:

http://www.selenic.com/repo/hg-stable/rev/f6e961c0155b
changeset:   4726:f6e961c0155b
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Tue Jun 26 15:28:17 2007 +0200
summary:     Fix and test 'hg backout' without or with too many revisions.

http://www.selenic.com/repo/hg-stable/rev/79cc512a34ed
changeset:   4727:79cc512a34ed
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Tue Jun 26 18:35:31 2007 +0200
summary:     Fix earlygetop for short options with unnecessary spaces removed

http://www.selenic.com/repo/hg-stable/rev/7bb5bcb089e3
changeset:   4728:7bb5bcb089e3
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Tue Jun 26 18:39:28 2007 +0200
summary:     Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)

http://www.selenic.com/repo/hg-stable/rev/9881abfc0e44
changeset:   4729:9881abfc0e44
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Tue Jun 26 20:37:15 2007 +0200
summary:     Catch illegal boolean values in hgrc nicely.

http://www.selenic.com/repo/hg-stable/rev/eadfaa9ec487
changeset:   4730:eadfaa9ec487
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Tue Jun 26 22:38:57 2007 +0200
summary:     Updated command tables in commands.py and hgext extensions.

http://www.selenic.com/repo/hg-stable/rev/1d5a2ee683b0
changeset:   4731:1d5a2ee683b0
user:        csaba.henk at creo.hu
date:        Wed Jun 27 08:35:26 2007 -0700
summary:     Fix tgz archival on Windows.

http://www.selenic.com/repo/hg-stable/rev/b0520e3903fe
changeset:   4732:b0520e3903fe
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Wed Jun 27 20:37:33 2007 +0200
summary:     Disallow short earlygetop option combined with other short options

http://www.selenic.com/repo/hg-stable/rev/0ecfc3b3f072
changeset:   4733:0ecfc3b3f072
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Thu Jun 28 15:56:25 2007 +0200
summary:     Simplified earlygetopt and made it remove parsed options and values.

http://www.selenic.com/repo/hg-stable/rev/9ac493f12901
changeset:   4734:9ac493f12901
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Thu Jun 28 16:03:45 2007 +0200
summary:     Abort if earlygetopt fails to detect an option.

http://www.selenic.com/repo/hg-stable/rev/8d4fac0a9df7
changeset:   4735:8d4fac0a9df7
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Thu Jun 28 16:18:09 2007 +0200
summary:     Make hg glog abort if unused arguments are given.

http://www.selenic.com/repo/hg-stable/rev/04b2c1e27c26
changeset:   4736:04b2c1e27c26
user:        Brendan Cully <brendan at kublai.com>
date:        Thu Jun 28 08:42:43 2007 -0700
summary:     mq: require patch argument or revision for qdelete

http://www.selenic.com/repo/hg-stable/rev/2ececafa5859
changeset:   4737:2ececafa5859
user:        Brendan Cully <brendan at kublai.com>
date:        Thu Jun 28 09:19:08 2007 -0700
summary:     mq: more qdelete help text tweaks

http://www.selenic.com/repo/hg-stable/rev/c41a404ac387
changeset:   4738:c41a404ac387
user:        Brendan Cully <brendan at kublai.com>
date:        Thu Jun 28 21:16:25 2007 -0700
summary:     Handle extensions with defined but empty cmdtable

http://www.selenic.com/repo/hg-stable/rev/1da35d1e7ef9
changeset:   4739:1da35d1e7ef9
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Fri Jun 29 11:13:36 2007 +0200
summary:     Added full URL to debug output if something doesn't look like an http hg repo.

http://www.selenic.com/repo/hg-stable/rev/e1d1b22bab57
changeset:   4740:e1d1b22bab57
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Sun Jul 01 15:22:49 2007 +0200
summary:     Use "--config ui.report_untrusted=false" for hg calls in hgk, fixes issue523.

http://www.selenic.com/repo/hg-stable/rev/4a84f7421692
changeset:   4741:4a84f7421692
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Sun Jul 01 19:15:25 2007 +0200
summary:     Make hgk handle filenames with spaces (issue49)

http://www.selenic.com/repo/hg-stable/rev/438603c1eb6f
changeset:   4742:438603c1eb6f
user:        Alexis S. L. Carvalho <alexis at cecm.usp.br>
date:        Tue Jul 03 03:06:40 2007 -0300
summary:     test-rename: use hg status -C; don't use hg debugstate | grep copy

http://www.selenic.com/repo/hg-stable/rev/719c402258ee
changeset:   4743:719c402258ee
user:        Alexis S. L. Carvalho <alexis at cecm.usp.br>
date:        Tue Jul 03 03:06:40 2007 -0300
summary:     test-copy2: use status -C instead of debugstate | grep copy

http://www.selenic.com/repo/hg-stable/rev/44e17f5029d0
changeset:   4744:44e17f5029d0
user:        Alexis S. L. Carvalho <alexis at cecm.usp.br>
date:        Tue Jul 03 03:06:40 2007 -0300
summary:     Make hg add foo; hg mv foo bar work.

http://www.selenic.com/repo/hg-stable/rev/e21a0e12ff10
changeset:   4745:e21a0e12ff10
user:        Alexis S. L. Carvalho <alexis at cecm.usp.br>
date:        Tue Jul 03 03:06:40 2007 -0300
summary:     hgweb: use lrwxrwxrwx as the permissions of a symlink

http://www.selenic.com/repo/hg-stable/rev/62c56d8f368b
changeset:   4746:62c56d8f368b
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Tue Jul 03 12:45:33 2007 +0200
summary:     Fix revlog.children so the real children of the null revision can be calculated.

http://www.selenic.com/repo/hg-stable/rev/452d171a1b39
changeset:   4747:452d171a1b39
user:        Thomas Arendsen Hein <thomas at intevation.de>
date:        Wed Jul 04 09:20:56 2007 +0200
summary:     Fixed calling the merge script and reporting errors in debuginstall (issue617)

http://www.selenic.com/repo/hg-stable/rev/8808ea7da86b
changeset:   4748:8808ea7da86b
tag:         tip
user:        Matt Mackall <mpm at selenic.com>
date:        Thu Jul 05 13:34:18 2007 -0500
summary:     merge: make test for fast-forward merge stricter (issue619)

-- 
Repository URL: http://www.selenic.com/repo/hg-stable


More information about the Mercurial-devel mailing list