Brendan Cully <brendan@kublai.com> [Mon, 18 Jun 2007 12:38:54 -0700] rev 4623
Make fast-forward merges full merges
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4622
hooks: separate hook code into a separate module
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4621
dispatch: fix handling of incorrect number of arguments
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4620
dirstate: pull ignore smarts out of ui
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4619
encoding: pull fallbackencoding out of localrepo into early parsing
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4618
extensions: kill ui readhooks
Move .hgrc extension loading into localrepo
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4617
extensions: pull extension-aware bits out of ui
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4616
dirstate: refactor checkinterfering
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4615
dirstate: hide some more internals
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4614
dirstate: hide internal vars
Add an __iter__ method so commands don't need to poke at _map.
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4613
localrepo and dirstate: rename reload to invalidate
We want to avoid actually reloading if possible.
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4612
dirstate: simplify dirty handling
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4611
dirstate: lazify and lambdafy _slash
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4610
dirstate: simplify state()
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4609
dirstate: move ignore to its own file
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:34 -0500] rev 4608
dirstate: replace clear()
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:33 -0500] rev 4607
dirstate: fold parse into read
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:33 -0500] rev 4606
dirstate: make reload lazy
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:33 -0500] rev 4605
dirstate: lazify initdirs
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:33 -0500] rev 4604
dirstate: lazify copymap, _branch, and _pl
Matt Mackall <mpm@selenic.com> [Mon, 18 Jun 2007 13:24:33 -0500] rev 4603
dirstate: use getattr rather than lazyread
Brendan Cully <brendan@kublai.com> [Mon, 18 Jun 2007 11:13:16 -0700] rev 4602
Fix up tests for new branch message
Brendan Cully <brendan@kublai.com> [Mon, 18 Jun 2007 10:44:43 -0700] rev 4601
Notify the user that hg branch does not create a branch until commit
Brendan Cully <brendan@kublai.com> [Sun, 17 Jun 2007 20:09:35 -0700] rev 4600
patchbomb: fix PAGER buglet introduced in
88fc92b0b821
Patrick Mezard <pmezard@gmail.com> [Sun, 17 Jun 2007 20:35:43 +0200] rev 4599
patchbomb: page patchbomb messages only if PAGER is defined.
Paging is complicated under win32. It is just better to avoid it by default.
Patrick Mezard <pmezard@gmail.com> [Sun, 17 Jun 2007 20:35:32 +0200] rev 4598
cmdutil: add missing "time" import.
Patrick Mezard <pmezard@gmail.com> [Sun, 17 Jun 2007 20:08:06 +0200] rev 4597
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 17 Jun 2007 19:40:02 +0200] rev 4596
patchbomb: flush ui before delegating to pager.