Mon, 04 May 2009 14:22:33 -0500 Matt Mackall util: kill unused Popen3
Mon, 04 May 2009 14:21:43 -0500 Matt Mackall config: make remap actually work
Mon, 04 May 2009 22:14:52 +0200 Martin Geisler util: stop overwriting sha1, overwrite _fastsha1 instead
Mon, 04 May 2009 21:30:39 +0200 Martin Geisler util: remove md5
Mon, 04 May 2009 20:29:05 +0200 Sune Foldager util: remove warnings when importing md5 and sha
Mon, 04 May 2009 15:31:57 +0200 Henrik Stuart transaction: refactor transaction.abort and rollback to use the same code
Mon, 04 May 2009 13:47:12 +0200 Henrik Stuart test: change repair strip test to illustrate manifest errors
Mon, 04 May 2009 19:51:08 +0200 Benoit Boissinot verify: reference the correct linkrev when a filelog is missing
Fri, 24 Apr 2009 10:44:39 +0200 Henrik Stuart verify: avoid exception on missing file revlog
Sun, 19 Apr 2009 20:02:32 +0200 Henrik Stuart transaction: reset transaction on abort
Fri, 24 Apr 2009 09:56:53 +0200 Henrik Stuart transaction: ensure finished transactions are not reused
Mon, 04 May 2009 03:49:57 +0200 Simon Heimberg mq: simpler check of first character of guard name
Sun, 03 May 2009 20:34:12 +0200 Martin Geisler commands: fix capitalization in revert help text
Sun, 03 May 2009 17:36:58 +0200 Martin Geisler setup: require Python 2.4
Sun, 03 May 2009 13:49:04 +0200 Patrick Mezard Merge with crew-stable
Sun, 03 May 2009 10:38:08 +0300 Alexander Solovyov bisect: use subprocess to get command return code
Sun, 03 May 2009 00:41:09 +0200 Martin Geisler setup: cleanup old left-over code
Sun, 03 May 2009 00:20:08 +0200 Martin Geisler localrepo: mark commit message template for translation
Sun, 03 May 2009 00:03:35 +0200 Martin Geisler util: initialize md5 and sha1 without using extra global variables
Sat, 02 May 2009 23:05:35 +0200 Martin Geisler util: always use subprocess
Sat, 02 May 2009 21:29:00 +0200 Martin Geisler commands: describe --debug in showconfig help
Sat, 02 May 2009 21:09:37 +0200 Martin Geisler color: look for mq with extensions.find
Sat, 02 May 2009 19:13:29 +0200 Martin Geisler write options in "-r/--rev" style in help texts
Sat, 02 May 2009 17:48:01 +0200 Martin Geisler i18n-da: translated various short messages
Sat, 02 May 2009 17:22:28 +0200 Martin Geisler i18n-da: removed fuzzy translations
Sat, 02 May 2009 17:03:16 +0200 Martin Geisler i18n-da: synchronized with hg.pot
Sat, 02 May 2009 12:10:38 +0200 Martin Geisler Makefile: fixed comment
Sat, 02 May 2009 11:44:57 +0200 Martin Geisler Makefile: add more meta data to hg.pot
Fri, 01 May 2009 11:32:19 +0200 Richard Quirk Add committer tag only when needed in git conversion
Fri, 01 May 2009 12:35:13 +0200 Patrick Mezard Merge with crew-stable
Thu, 30 Apr 2009 23:57:36 -0500 Steve Borho simplemerge: use ui.warn() for warnings
Sat, 02 May 2009 12:57:20 +0200 Mads Kiilerich test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway
Sat, 02 May 2009 12:13:24 +0200 Mads Kiilerich test-convert-baz: hide GNU tar deprecation warning
Fri, 01 May 2009 12:26:37 +0200 Patrick Mezard rebase: fix bug where --keepbranches could leave wrong branch in dirstate
Thu, 30 Apr 2009 19:22:06 -0500 Matt Mackall config: add parse interface
Mon, 27 Apr 2009 21:33:39 +0300 Alexander Solovyov zeroconf: guess ip for Zeroconf
Wed, 29 Apr 2009 20:47:30 -0500 Matt Mackall config: allow spaces in key portion of items
Wed, 29 Apr 2009 20:47:28 -0500 Matt Mackall localrepo: use set for requirements
Wed, 29 Apr 2009 20:47:18 -0500 Matt Mackall dirstate: use propertycache
Wed, 29 Apr 2009 20:47:15 -0500 Matt Mackall localrepo: use propertycache
Thu, 30 Apr 2009 10:15:32 -0500 Steve Borho ui: replace regexp pattern with sequence of choices
Fri, 24 Apr 2009 14:40:56 -0700 Bryan O'Sullivan run-tests.py: ensure that hgpkg is always visible
Thu, 30 Apr 2009 08:38:20 +0200 Patrick Mezard Fix missing import from e68e149f4d44 merge
Wed, 29 Apr 2009 23:56:20 +0200 Patrick Mezard Merge with crew-stable
Wed, 29 Apr 2009 09:30:28 +0200 Sune Foldager util.rename: use temporary file name for rename-targets on windows
Wed, 29 Apr 2009 20:03:54 +0200 Martin Geisler churn: use .hgchurn in repo root as default map file
Sun, 26 Apr 2009 01:49:12 +0200 Martin Geisler win32text: add copyright header
Sun, 26 Apr 2009 01:48:53 +0200 Martin Geisler patchbomb: add copyright and license header
Sun, 26 Apr 2009 01:48:43 +0200 Martin Geisler highlight: add copyright and license header
Sun, 26 Apr 2009 01:47:44 +0200 Martin Geisler convert: add copyright and license headers to back-ends
Sat, 18 Apr 2009 13:29:48 -0400 Greg Ward Reproduce crash where synthetic revs break merge detection (issue1578).
Wed, 29 Apr 2009 21:48:59 +0200 Patrick Mezard convert/svn: ignore composite tags
Wed, 29 Apr 2009 21:48:15 +0200 Patrick Mezard Merge with crew-stable
Wed, 29 Apr 2009 21:44:25 +0200 Patrick Mezard convert/svn: keep latest and not oldest tag value
Tue, 28 Apr 2009 17:17:54 +0200 Martijn Pieters Don't use sed -r; instead use old-style regexp
Tue, 28 Apr 2009 18:14:49 +0200 Martijn Pieters localrepo: Refactor var names in filecommit to improve readability.
Wed, 29 Apr 2009 18:36:55 +0200 Martin Geisler merge with crew-stable
Wed, 29 Apr 2009 11:39:49 +0200 Martijn Pieters Fix typeerror when specifying both --rebase and --pull
Wed, 29 Apr 2009 11:39:49 +0200 Martijn Pieters Fix typeerror when specifying both --rebase and --pull
Tue, 28 Apr 2009 23:43:58 +0200 Martin Geisler coal, paper: omit unneeded #l1 anchor in links
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip