log

age author description
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
Sun, 17 Jun 2007 14:11:30 +0200 Thomas Arendsen Hein Make --import-branch option actually work (- is translated to _)
Thu, 14 Jun 2007 09:01:51 -0700 Eric Hopper Add --import-branch option to hg import to pull in branch information without --exact
Thu, 14 Jun 2007 16:19:58 -0700 Brendan Cully convert: remove pdb call. *blush*
Thu, 14 Jun 2007 16:12:08 -0700 Brendan Cully convert: fix various authormap handling bugs
Thu, 14 Jun 2007 23:25:55 +0200 Edouard Gomez convert extension: Add support for username mapping
Thu, 14 Jun 2007 23:25:55 +0200 Edouard Gomez convert extension: Save a few opens on the map file
Thu, 14 Jun 2007 13:32:35 -0700 Brendan Cully Merge with stable
Thu, 14 Jun 2007 10:58:49 -0700 Brendan Cully Make parents with a file but not a revision use working directory revision.
Thu, 14 Jun 2007 10:59:17 -0700 Brendan Cully Merge with crew
Thu, 14 Jun 2007 10:58:49 -0700 Brendan Cully Make parents with a file but not a revision use working directory revision.
Thu, 14 Jun 2007 12:54:06 +0200 Thomas Arendsen Hein Reverted changesets 9d1380e5c8c5 and 1d46169ec197: show @ as glog parent again.