log

age author description
Wed, 07 Jul 2010 00:06:59 +0200 Edouard Gomez convert: add bookmark support to common sink/source implementation
Wed, 23 Mar 2011 11:22:29 +0100 Adrian Buehlmann dirstate: reset _lastnormal and _lastnormaltime
Wed, 23 Mar 2011 16:06:55 +0100 Peter Arrenbrecht discovery: avoid discovery when local graph is a subset of remote
Wed, 23 Mar 2011 16:02:11 +0100 Peter Arrenbrecht wireproto: add getbundle() function
Wed, 23 Mar 2011 12:38:36 -0500 Matt Mackall merge with stable
Wed, 23 Mar 2011 13:58:33 -0300 Wagner Bruna i18n-pt_BR: synchronized with 6783f47d90dd stable
Wed, 23 Mar 2011 11:57:10 -0300 Wagner Bruna merge with i18n stable
Mon, 14 Mar 2011 23:48:17 +0100 Stefano Tortarolo i18n-it: synchronized with adf3c4401c5d stable
Wed, 23 Mar 2011 09:41:58 -0500 Matt Mackall osutil: fix up check-code issues
Wed, 23 Mar 2011 09:34:22 -0500 Matt Mackall dirstate: flush _lastnormal when we see newer filesystem times
Wed, 23 Mar 2011 09:43:34 +0100 Dan Villiom Podlaski Christiansen util: add Mac-specific check whether we're in a GUI session (issue2553)
Wed, 23 Mar 2011 01:14:43 +0100 Stefano Tortarolo rebase: allow for rebasing descendants onto ancestors on different named branches
Wed, 23 Mar 2011 02:33:24 +0100 Markus F.X.J. Oberhumer bdiff.c: rename all variables which hold a hash value to "hash"
Wed, 23 Mar 2011 02:33:23 +0100 Markus F.X.J. Oberhumer bdiff.c: use unsigned arithmetic for hash computation
Wed, 23 Mar 2011 02:33:22 +0100 Markus F.X.J. Oberhumer bdiff.c: cast to unsigned char when computing hash value
Wed, 23 Mar 2011 02:33:21 +0100 Markus F.X.J. Oberhumer bdiff.c: make all local functions static
Wed, 23 Mar 2011 09:20:40 -0500 Matt Mackall merge with stable
Tue, 22 Mar 2011 21:27:51 -0500 Matt Mackall debugbundle: fix up long line caught by check-code
Tue, 22 Mar 2011 21:26:19 -0500 Matt Mackall wireproto: avoid naked excepts
Tue, 15 Mar 2011 14:55:16 +0100 Stefano Tortarolo mq: fix typo in docstring stable
Tue, 22 Mar 2011 09:22:29 +0100 Peter Arrenbrecht commands: add debugbundle command
Tue, 22 Mar 2011 09:22:21 +0100 Peter Arrenbrecht wireproto: add known([id]) function
Tue, 22 Mar 2011 07:40:02 +0100 Peter Arrenbrecht wireproto: fix decodelist to properly return empty list
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht wireproto: fix handling of '*' args for HTTP and SSH
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht debug: add debugwireargs to test argument passing over the wire
Tue, 22 Mar 2011 07:37:56 +0100 Peter Arrenbrecht sshserver: drop unnecessary line
Tue, 22 Mar 2011 12:00:38 -0500 Matt Mackall merge: avoid unlinking destination of merge when case changes (issue2715) stable
Tue, 22 Mar 2011 11:59:43 -0500 Matt Mackall dirstate: introduce a public case normalizing method stable
Sun, 20 Mar 2011 20:25:41 -0500 Matt Mackall changegroup: minor cleanups
Sun, 20 Mar 2011 20:21:19 -0500 Matt Mackall repair: revlog has an iterator