Thu, 26 Mar 2009 08:07:28 +0100 Tobias Bell enhance Makefile for language translators
Thu, 26 Mar 2009 19:01:06 +0900 Nicolas Dumazet Fixing issue1542, adding a relevant test
Wed, 11 Mar 2009 20:28:09 +0100 Stefano Tortarolo rebase: remove unused statement
Thu, 26 Mar 2009 13:54:44 -0500 Matt Mackall util: split out posix, windows, and win32 modules
Sat, 14 Mar 2009 10:46:48 -0400 John Mulligan patchbomb: option to set the name of bundle attachment (issue1452)
Tue, 24 Mar 2009 16:41:41 -0500 Matt Mackall Merge with -stable
Mon, 23 Mar 2009 15:04:26 -0400 Greg Ward Typo fix in help.
Sun, 22 Mar 2009 20:59:03 +0100 Tobias Bell i18n: add German translation
Fri, 20 Mar 2009 14:28:48 +0800 Dongsheng Song i18n: updated Chinese translation
Tue, 10 Mar 2009 19:16:16 +0100 Stefano Tortarolo i18n: update italian translation
Mon, 23 Mar 2009 15:32:29 +0100 Nicolas Dumazet revlog: faster hash computation when one of the parent node is null
Mon, 23 Mar 2009 15:36:30 +0100 Nicolas Dumazet ancestor: caching the parent list to improve performance
Mon, 23 Mar 2009 13:49:16 +0100 Dirkjan Ochtman kill another trailing space
Mon, 23 Mar 2009 13:43:48 +0100 Dirkjan Ochtman add debugcommands command: an easy to parse command + option index
Mon, 23 Mar 2009 10:41:42 +0100 Alexander Solovyov templater: ability to display diffstat for log-like commands
Mon, 23 Mar 2009 13:15:57 +0100 Alexander Solovyov templater: use contexts consistently throughout changeset_templater
Mon, 23 Mar 2009 13:13:27 +0100 Peter Arrenbrecht cleanup: whitespace cleanup
Mon, 23 Mar 2009 13:13:11 +0100 Peter Arrenbrecht cleanup: drop enumerate() when index is not used
Mon, 23 Mar 2009 13:13:06 +0100 Peter Arrenbrecht cleanup: drop unused assignments
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Mon, 23 Mar 2009 13:12:03 +0100 Alexander Solovyov contrib: add perflog and perftemplating commands to perf extension
Mon, 23 Mar 2009 13:12:44 +0100 Dirkjan Ochtman merge with crew-stable
Wed, 25 Mar 2009 01:49:03 +0530 madhu Returns lines changed for paths specified as arguments correctly.
Mon, 23 Mar 2009 13:11:11 +0100 Dirkjan Ochtman cleanup: remove all trailing whitespace
Mon, 23 Mar 2009 11:12:01 +0100 Peter Arrenbrecht keepalive: fix reference to IncompleteRead
Mon, 23 Mar 2009 10:48:45 +0100 Pascal Quantin merge tools: fix typo in Beyond Compare's 3 command line
Fri, 20 Mar 2009 18:55:20 -0500 Matt Mackall Merge with -stable
Fri, 20 Mar 2009 18:49:44 -0500 Matt Mackall Fix new CVS test output
Fri, 20 Mar 2009 17:58:11 -0500 Matt Mackall Added signature for changeset 02981000012e
Fri, 20 Mar 2009 17:58:04 -0500 Matt Mackall Added tag 1.2.1 for changeset 02981000012e
Wed, 18 Mar 2009 09:15:38 -0400 Greg Ward cvsps: recognize and eliminate CVS' synthetic "file added" revisions. 1.2.1
Mon, 09 Mar 2009 21:00:37 -0500 Steve Borho demandimport: blacklist pythoncom
Fri, 20 Mar 2009 14:38:50 -0500 Matt Mackall diffstat: use width 80 by default and avoid division by zero
Thu, 19 Mar 2009 10:25:13 -0700 Lee Cantey Fix for merge changes introduced in rev 9fe7e6acf525
Wed, 18 Mar 2009 17:49:48 +0100 Dirkjan Ochtman merge with crew-stable
Wed, 18 Mar 2009 17:49:11 +0100 Dirkjan Ochtman convert: honor 2.3 compatibility (rsplit)
Tue, 17 Mar 2009 13:46:53 -0500 Matt Mackall Merge with stable
Tue, 17 Mar 2009 11:34:40 -0400 Benjamin Pollack regression test for issue1552
Tue, 17 Mar 2009 11:47:40 -0400 Benjamin Pollack fetch: do not count inactive branches when inferring a merge
Tue, 17 Mar 2009 13:43:11 -0500 Matt Mackall bundlerepo: reintroduce dirstate
Fri, 13 Mar 2009 21:14:57 +0100 Michael Springmann exporting patch:
Mon, 16 Mar 2009 17:21:10 -0500 Matt Mackall imported patch issue1546-hg-bisect-command-doesn-t-work-with-shell-scripts.patch
Mon, 09 Mar 2009 17:13:12 -0500 Augie Fackler bisect: fix --command for me.
Mon, 16 Mar 2009 17:21:06 -0500 Matt Mackall atom: fix URLs used in entry GUIDs
Mon, 16 Mar 2009 16:58:41 -0500 Matt Mackall resolve: move reset to localrepo.commit
Mon, 16 Mar 2009 16:58:41 -0500 Matt Mackall resolve: keep .orig files
Mon, 09 Mar 2009 18:44:44 +0100 Mads Kiilerich test-merge-tools: test ui.merge functionality and selection of internal tools
Thu, 05 Mar 2009 12:58:13 +0200 Alexander Solovyov zeroconf: advertise repositories with hostname
Mon, 16 Mar 2009 17:56:50 -0500 Matt Mackall Merge with crew
Tue, 10 Mar 2009 23:41:37 +0100 Martin Geisler i18n: better Danish word for "working directory"
Tue, 10 Mar 2009 23:32:40 +0100 Martin Geisler i18n: add Danish translation for "commit"
Tue, 10 Mar 2009 23:32:13 +0100 Martin Geisler i18n: translated help for all basic commands into Danish
Tue, 10 Mar 2009 23:31:18 +0100 Martin Geisler i18n: updated fuzzy Danish translations
Tue, 10 Mar 2009 23:30:51 +0100 Martin Geisler i18n: merged new strings into Danish translation
Sat, 07 Mar 2009 23:36:22 +0900 FUJIWARA Katsunori i18n: update Japanese translation to follow bd8f44638847
Sat, 07 Mar 2009 20:30:20 +0100 Benoit Boissinot merge with -stable
Fri, 06 Mar 2009 12:35:48 -0800 Brendan Cully Merge with main
Wed, 04 Mar 2009 23:23:59 +0100 Mads Kiilerich Optimization of pure.base85.b85encode
Mon, 09 Mar 2009 11:41:38 -0500 Matt Mackall Merge with crew-stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip