log

age author description
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall hooks: separate hook code into a separate module
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dispatch: fix handling of incorrect number of arguments
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: pull ignore smarts out of ui
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall encoding: pull fallbackencoding out of localrepo into early parsing
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall extensions: kill ui readhooks
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall extensions: pull extension-aware bits out of ui
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: refactor checkinterfering
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: hide some more internals
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: hide internal vars
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall localrepo and dirstate: rename reload to invalidate
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: simplify dirty handling
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: lazify and lambdafy _slash
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: simplify state()
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: move ignore to its own file
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: replace clear()
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: fold parse into read
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: make reload lazy
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: lazify initdirs
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: lazify copymap, _branch, and _pl
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: use getattr rather than lazyread
Mon, 18 Jun 2007 12:38:54 -0700 Brendan Cully Make fast-forward merges full merges
Mon, 18 Jun 2007 11:13:16 -0700 Brendan Cully Fix up tests for new branch message
Mon, 18 Jun 2007 10:44:43 -0700 Brendan Cully Notify the user that hg branch does not create a branch until commit
Sun, 17 Jun 2007 20:09:35 -0700 Brendan Cully patchbomb: fix PAGER buglet introduced in 88fc92b0b821
Sun, 17 Jun 2007 20:35:43 +0200 Patrick Mezard patchbomb: page patchbomb messages only if PAGER is defined.
Sun, 17 Jun 2007 20:35:32 +0200 Patrick Mezard cmdutil: add missing "time" import.
Sun, 17 Jun 2007 20:08:06 +0200 Patrick Mezard Merge with crew-stable
Sun, 17 Jun 2007 19:40:02 +0200 Patrick Mezard patchbomb: flush ui before delegating to pager.
Sun, 17 Jun 2007 19:39:47 +0200 Patrick Mezard test-patchbomb: fix non-existing --date parameter and filtering regexps.
Wed, 13 Jun 2007 15:02:09 +0300 Giorgos Keramidas test-patchbomb: sed -e may not work with extended regexps