Wed, 13 Feb 2013 10:54:52 -0800 Bryan O'Sullivan blackbox: fix copyright
Tue, 12 Feb 2013 16:02:35 -0800 Bryan O'Sullivan blackbox: fix a failing pyflakes test
Sat, 09 Feb 2013 13:35:30 -0800 Durham Goode blackbox: tests for the blackbox extension
Sat, 09 Feb 2013 09:09:46 -0800 Durham Goode blackbox: adds a 'blackbox' command for viewing recent logs
Sat, 09 Feb 2013 09:04:48 -0800 Durham Goode blackbox: log incoming changes via ui.log()
Sat, 09 Feb 2013 09:04:32 -0800 Durham Goode blackbox: logs python and extension hooks via ui.log()
Sat, 09 Feb 2013 09:04:14 -0800 Durham Goode blackbox: log the commands that are run
Tue, 12 Feb 2013 14:08:33 -0800 Durham Goode blackbox: adds a blackbox extension
Mon, 11 Feb 2013 16:15:12 -0800 Bryan O'Sullivan scmutil: create directories in a race-safe way during update
Mon, 11 Feb 2013 14:50:54 -0800 Bryan O'Sullivan Merge
Sat, 09 Feb 2013 19:02:45 +0200 Idan Kamara test-atomictempfile: convert to unit test
Sat, 09 Feb 2013 19:13:39 +0200 Idan Kamara tests: add a test runner utility that prints nothing when all tests pass
Sun, 10 Feb 2013 13:14:31 +0100 Dan Villiom Podlaski Christiansen hgweb: consistent author name width
Sun, 10 Feb 2013 12:23:39 -0800 Durham Goode dirstate: fix generator/list error when using python 2.7
Mon, 11 Feb 2013 16:21:48 +0100 Pierre-Yves David mq: comply with filtering when injecting fake tags (issue3812)
Fri, 08 Feb 2013 05:36:08 -0800 David Schleimer commit: factor out post-commit cleanup into workingctx
Fri, 08 Feb 2013 05:36:08 -0800 David Schleimer localrepo: use workingctx for validation in commit
Fri, 08 Feb 2013 05:36:07 -0800 David Schleimer localrepo: create context used for actual commit earlier
Mon, 11 Feb 2013 16:57:46 +0100 Thomas Arendsen Hein merge with crew-stable
Sat, 09 Feb 2013 23:28:42 +0000 Pierre-Yves David debugobsolete: improve command help stable
Sun, 10 Feb 2013 23:01:12 +0000 Kevin Bullock import: don't rollback on failed import --exact (issue3616)
Sun, 10 Feb 2013 16:22:32 -0800 Bryan O'Sullivan Merge
Sun, 10 Feb 2013 16:21:30 -0800 Bryan O'Sullivan Merge
Mon, 11 Feb 2013 01:21:24 +0100 Benoit Boissinot merge crew and main
Mon, 11 Feb 2013 01:17:50 +0100 Benoit Boissinot merge crew and main
Sun, 10 Feb 2013 16:55:01 +0000 Siddharth Agarwal manifestmerge: fix order in which manifests are fetched
Sun, 10 Feb 2013 12:16:46 +0000 Siddharth Agarwal merge: run _forgetremoved after manifestmerge
Sun, 10 Feb 2013 16:23:14 +0000 Siddharth Agarwal dirstate: disable gc while parsing the dirstate
Fri, 08 Feb 2013 22:54:17 +0100 Mads Kiilerich export: show 'Date' header in a format that also is readable for humans
Sun, 10 Feb 2013 18:26:04 +0100 Mads Kiilerich factotum: fix urllib2 import so it no longer relies on a demandimport bug
Sun, 27 Jan 2013 03:32:09 +0100 Mads Kiilerich hgweb: make the test suite use hgweb in a more WSGI compliant way
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich hgweb: simplify internal staticfile return codes
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich spelling: fix some minor issues found by spell checker
Fri, 08 Feb 2013 23:26:00 +0100 Mads Kiilerich bundlerepo: replace basemap with the base field in the index
Fri, 08 Feb 2013 22:54:48 +0100 Mads Kiilerich profiling: replace '+' markup of nested lines with indentation
Sun, 10 Feb 2013 04:04:22 -0600 Augie Fackler Merge crew and main.
Sat, 09 Feb 2013 15:51:32 -0800 Bryan O'Sullivan merge: don't fiddle with name lookups or i18n in hot loops
Sat, 09 Feb 2013 15:51:32 -0800 Bryan O'Sullivan merge: apply non-interactive working dir updates in parallel
Sat, 09 Feb 2013 15:51:32 -0800 Bryan O'Sullivan worker: allow a function to be run in multiple worker processes
Sat, 09 Feb 2013 15:51:32 -0800 Bryan O'Sullivan worker: partition a list (of tasks) into equal-sized chunks
Sat, 09 Feb 2013 15:51:26 -0800 Bryan O'Sullivan worker: estimate whether it's worth running a task in parallel
Sat, 09 Feb 2013 15:22:12 -0800 Bryan O'Sullivan worker: count the number of CPUs
Sat, 09 Feb 2013 15:22:10 -0800 Bryan O'Sullivan tests: getremove test output changes (fold into previous patch)
Sat, 09 Feb 2013 15:22:09 -0800 Bryan O'Sullivan merge: report non-interactive progress in chunks
Sat, 09 Feb 2013 15:22:08 -0800 Bryan O'Sullivan merge: handle subrepo merges and .hgsubstate specially
Sat, 09 Feb 2013 15:22:04 -0800 Bryan O'Sullivan tests: update test output (will be folded into parent)
Sat, 09 Feb 2013 15:21:58 -0800 Bryan O'Sullivan merge: split out mostly-non-interactive working dir updates
Sat, 09 Feb 2013 11:00:42 +0100 Angel Ezquerra extensions: obsolete and remove interhg extension
Sat, 09 Feb 2013 16:48:21 +0100 Angel Ezquerra hgweb: apply the websub filter to revision descriptions
Fri, 08 Feb 2013 18:05:32 +0100 Angel Ezquerra hgweb: add websub template filter
Tue, 05 Feb 2013 14:36:19 -0800 Durham Goode addremove: don't audit the path for paths already in the dirstate
Mon, 04 Feb 2013 14:27:15 -0800 Durham Goode dirstate: walk returns None for files that have a symlink in their path
Tue, 05 Feb 2013 14:24:14 -0800 Durham Goode pathauditor: add check() method
Sat, 09 Feb 2013 22:54:34 +0000 Matt Mackall summary: add missing space for updated active bookmark display
Fri, 08 Feb 2013 21:47:22 +0000 Kevin Bullock summary: show active bookmark even if not at current changeset
Sun, 27 Jan 2013 11:53:46 -0600 Kevin Bullock summary: simplify handling of active bookmark
Fri, 08 Feb 2013 21:32:43 +0000 Kevin Bullock summary: test that current bookmark isn't shown
Sat, 09 Feb 2013 22:27:13 +0000 Kevin Bullock merge crew heads
Sat, 09 Feb 2013 22:25:58 +0000 Kevin Bullock merge with stable
Sat, 09 Feb 2013 17:54:01 +0000 Pierre-Yves David outgoing: fix possible filtering crash in outgoing (issue3814) stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip