log

age author description
Thu, 21 Sep 2006 16:16:39 -0500 Matt Mackall mpatch: Fix for malloc corner case on AIX
Thu, 21 Sep 2006 16:15:39 -0500 Matt Mackall Merge with crew
Wed, 20 Sep 2006 21:44:35 +0200 Giorgos Keramidas tests: add new test; test-mq-qrefresh
Wed, 20 Sep 2006 16:50:50 -0500 Matt Mackall Abstract ancestor algorithm into generic function
Tue, 19 Sep 2006 15:28:13 -0500 Matt Mackall Merge with crew
Tue, 19 Sep 2006 08:45:39 -0700 Brendan Cully qimport: rename patch to patchname to avoid shadowing module
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
Mon, 18 Sep 2006 17:43:31 +0200 Benoit Boissinot fix warnings spotted by pychecker
Mon, 18 Sep 2006 17:32:28 +0200 Benoit Boissinot hgweb: fix errors spotted by pychecker
Mon, 18 Sep 2006 12:01:32 +0200 TK Soh extdiff: use the default option only if the default program is used
Mon, 18 Sep 2006 11:55:38 +0200 Benoit Boissinot Merge with mainline
Fri, 15 Sep 2006 22:55:17 +0200 Mathieu Clabaut Update [extdiff] configuration sample for vimdiff,
Tue, 19 Sep 2006 14:58:54 -0500 Matt Mackall filectx: add rename-aware ancestor algorithm
Sun, 17 Sep 2006 22:59:33 -0500 Matt Mackall changectx: add ancestor function
Sun, 17 Sep 2006 22:58:11 -0500 Matt Mackall filectx: allow passing filelog in init to avoid opening new filelogs
Sun, 17 Sep 2006 22:38:06 -0500 Matt Mackall filelog: make metadata method private
Sun, 17 Sep 2006 22:20:44 -0500 Matt Mackall filectx: add rename traversal for parents()
Sun, 17 Sep 2006 21:27:30 -0500 Matt Mackall merge: simplify actions with helper function
Sun, 17 Sep 2006 21:11:26 -0500 Matt Mackall merge: simplify local created logic
Sun, 17 Sep 2006 20:43:06 -0500 Matt Mackall merge: simplify prompt code
Sun, 17 Sep 2006 20:38:02 -0500 Matt Mackall merge: simplify exec flag handling
Sun, 17 Sep 2006 20:18:27 -0500 Matt Mackall merge: simplify tests for local changed/remote deleted
Sun, 17 Sep 2006 20:10:54 -0500 Matt Mackall merge: more simplification of m2 manifest scanning
Sun, 17 Sep 2006 20:00:14 -0500 Matt Mackall merge: reorder tests on m2 items in manifestmerge
Sun, 17 Sep 2006 19:54:01 -0500 Matt Mackall merge: eliminate redundant security check
Sun, 17 Sep 2006 19:53:19 -0500 Matt Mackall merge: eliminate confusing queued variable
Sun, 17 Sep 2006 18:28:50 -0500 Matt Mackall merge: remove no longer possible clause
Sun, 17 Sep 2006 17:39:19 -0500 Matt Mackall merge: move apply and dirstate code into separate functions
Sun, 17 Sep 2006 17:13:02 -0500 Matt Mackall merge: remove linear variable
Sun, 17 Sep 2006 17:07:44 -0500 Matt Mackall merge: simplify hook code