Tue, 10 Mar 2009 23:30:51 +0100 i18n: merged new strings into Danish translation
Martin Geisler <mg@daimi.au.dk> [Tue, 10 Mar 2009 23:30:51 +0100] rev 7839
i18n: merged new strings into Danish translation
Sat, 07 Mar 2009 23:36:22 +0900 i18n: update Japanese translation to follow bd8f44638847
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sat, 07 Mar 2009 23:36:22 +0900] rev 7838
i18n: update Japanese translation to follow bd8f44638847
Sat, 07 Mar 2009 20:30:20 +0100 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 07 Mar 2009 20:30:20 +0100] rev 7837
merge with -stable
Fri, 06 Mar 2009 12:35:48 -0800 Merge with main
Brendan Cully <brendan@kublai.com> [Fri, 06 Mar 2009 12:35:48 -0800] rev 7836
Merge with main
Wed, 04 Mar 2009 23:23:59 +0100 Optimization of pure.base85.b85encode
Mads Kiilerich <mads@kiilerich.com> [Wed, 04 Mar 2009 23:23:59 +0100] rev 7835
Optimization of pure.base85.b85encode This makes pure python base85 encoding 3x faster than before. Now it is only 40x slower than the C version.
Mon, 09 Mar 2009 11:41:38 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Mon, 09 Mar 2009 11:41:38 -0500] rev 7834
Merge with crew-stable
Sat, 07 Mar 2009 20:16:03 +0100 verify: find correct first corrupted cset for missing/corrupted revlogs
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 07 Mar 2009 20:16:03 +0100] rev 7833
verify: find correct first corrupted cset for missing/corrupted revlogs
Sat, 07 Mar 2009 20:04:56 +0100 verify: do not abort on fully corrupted revlog
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 07 Mar 2009 20:04:56 +0100] rev 7832
verify: do not abort on fully corrupted revlog
Sat, 07 Mar 2009 00:59:41 +0100 hgweb: fix allow_read permissions when a user is specified
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 07 Mar 2009 00:59:41 +0100] rev 7831
hgweb: fix allow_read permissions when a user is specified Thanks to Juan Pablo Aroztegi for reporting and debugging it.
Thu, 05 Mar 2009 14:53:59 +0100 test-identify: require no-outer-repo
Mads Kiilerich <mads@kiilerich.com> [Thu, 05 Mar 2009 14:53:59 +0100] rev 7830
test-identify: require no-outer-repo The test expects "There is no Mercurial repository here (.hg not found)"
Thu, 05 Mar 2009 10:38:39 +0100 update copyright date in version information
Benoit Allard <benoit@aeteurope.nl> [Thu, 05 Mar 2009 10:38:39 +0100] rev 7829
update copyright date in version information
Thu, 05 Mar 2009 14:44:13 +0800 Typo fix
Dongsheng Song <dongsheng.song@gmail.com> [Thu, 05 Mar 2009 14:44:13 +0800] rev 7828
Typo fix
Wed, 04 Mar 2009 22:56:17 -0600 update copyright in ReadMe.html
Steve Borho <steve@borho.org> [Wed, 04 Mar 2009 22:56:17 -0600] rev 7827
update copyright in ReadMe.html
Fri, 06 Mar 2009 09:15:47 -0600 setup.py: fix version detection for tarball
Matt Mackall <mpm@selenic.com> [Fri, 06 Mar 2009 09:15:47 -0600] rev 7826
setup.py: fix version detection for tarball - don't do version detection if there's no .hg directory - shrink try: clause - don't write __version__.py if version is unknown (we might overwrite the real version)
Wed, 04 Mar 2009 19:04:21 -0600 Added signature for changeset 11efa41037e2
Matt Mackall <mpm@selenic.com> [Wed, 04 Mar 2009 19:04:21 -0600] rev 7825
Added signature for changeset 11efa41037e2
Wed, 04 Mar 2009 19:04:20 -0600 Added tag 1.2 for changeset 11efa41037e2
Matt Mackall <mpm@selenic.com> [Wed, 04 Mar 2009 19:04:20 -0600] rev 7824
Added tag 1.2 for changeset 11efa41037e2
Tue, 03 Mar 2009 21:32:23 +0000 convert: Perforce source for conversion to Mercurial 1.2
Frank Kingswood <frank@kingswood-consulting.co.uk> [Tue, 03 Mar 2009 21:32:23 +0000] rev 7823
convert: Perforce source for conversion to Mercurial
Wed, 04 Mar 2009 18:42:24 -0600 remove tests for long-gone imerge extension
Matt Mackall <mpm@selenic.com> [Wed, 04 Mar 2009 18:42:24 -0600] rev 7822
remove tests for long-gone imerge extension
Wed, 04 Mar 2009 13:06:16 -0600 merge: better error messages to lead users to hg update --clean to abandon merges.
Augie Fackler <durin42@gmail.com> [Wed, 04 Mar 2009 13:06:16 -0600] rev 7821
merge: better error messages to lead users to hg update --clean to abandon merges. Fixes issue1533.
Wed, 04 Mar 2009 17:02:16 -0600 audit: be even pickier (issue1450)
Matt Mackall <mpm@selenic.com> [Wed, 04 Mar 2009 17:02:16 -0600] rev 7820
audit: be even pickier (issue1450)
Thu, 12 Feb 2009 09:36:15 -0700 dispatch: extract command execution block into method
Bill Barry <after.fallout@gmail.com> [Thu, 12 Feb 2009 09:36:15 -0700] rev 7819
dispatch: extract command execution block into method This pulls the pre-command hook/command/post-command hook workflow out of the method it is in and puts it into its own method so that it potentially could be exposed for extensions to wrap.
Thu, 05 Feb 2009 23:47:31 +0100 bookmarks: change NAME to REV
Benoit Allard <benoit@aeteurope.nl> [Thu, 05 Feb 2009 23:47:31 +0100] rev 7818
bookmarks: change NAME to REV
Fri, 27 Feb 2009 02:01:45 -0800 bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set
Alex Unden <alu@zpuppet.org> [Fri, 27 Feb 2009 02:01:45 -0800] rev 7817
bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set
Sun, 01 Mar 2009 00:30:01 +0100 bookmarks: Set current bookmark if we create a new one on the tip
David Soria Parra <dsp@php.net> [Sun, 01 Mar 2009 00:30:01 +0100] rev 7816
bookmarks: Set current bookmark if we create a new one on the tip If track.current is enabled we set the newly created bookmark as the current tracked bookmark. We do not do this if a revision is specified.
Mon, 02 Mar 2009 19:19:12 -0600 convert: change hg.saverev default to False
Matt Mackall <mpm@selenic.com> [Mon, 02 Mar 2009 19:19:12 -0600] rev 7815
convert: change hg.saverev default to False This needlessly breaks changeset identifiers for the common case (cleaning history), which is sad.
Mon, 02 Mar 2009 19:19:09 -0600 tag: force load of tag cache
Matt Mackall <mpm@selenic.com> [Mon, 02 Mar 2009 19:19:09 -0600] rev 7814
tag: force load of tag cache
Fri, 27 Feb 2009 19:10:38 +0100 run-tests.py: avoid using popen2.Popen4 - use subprocess instead
Mads Kiilerich <mads@kiilerich.com> [Fri, 27 Feb 2009 19:10:38 +0100] rev 7813
run-tests.py: avoid using popen2.Popen4 - use subprocess instead Use subprocess to emulate Popen4 if available - similar to how it is done in util.py. Using popen2 under python 2.6 gives DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
Fri, 27 Feb 2009 17:52:31 +0100 test-convert-cvs*: mute output from "cvs up"
Mads Kiilerich <mads@kiilerich.com> [Fri, 27 Feb 2009 17:52:31 +0100] rev 7812
test-convert-cvs*: mute output from "cvs up" Apparently some versions of cvs outputs more than other versions. That is however not relevant for these tests.
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip