log

age author description
Tue, 22 Jul 2008 13:03:21 -0500 Matt Mackall dirstate.walk: build a dict rather than yield
Tue, 22 Jul 2008 13:03:20 -0500 Matt Mackall dirstate.walk: minor cleanups
Tue, 22 Jul 2008 13:03:19 -0500 Matt Mackall dirstate.walk: push sorting up
Tue, 22 Jul 2008 13:03:18 -0500 Matt Mackall dirstate.walk: pull directory scanning into top-level loop
Tue, 22 Jul 2008 13:03:17 -0500 Matt Mackall dirstate.walk: unify match.dir logic
Tue, 22 Jul 2008 13:03:16 -0500 Matt Mackall dirstate.walk: simplify .hg scan bisect logic
Tue, 22 Jul 2008 13:03:15 -0500 Matt Mackall dirstate.walk: track normalized directory names
Tue, 22 Jul 2008 13:03:14 -0500 Matt Mackall dirstate: simplify normalize logic
Tue, 22 Jul 2008 13:03:13 -0500 Matt Mackall dirstate.walk: change names for dc and known
Tue, 22 Jul 2008 13:03:10 -0500 Matt Mackall dirstate.walk: fold findfiles into main walk loop
Tue, 22 Jul 2008 13:03:08 -0500 Matt Mackall dirstate.walk: eliminate filter function
Tue, 22 Jul 2008 13:02:36 -0500 Matt Mackall dirstate.walk: eliminate src from yield
Tue, 22 Jul 2008 13:00:22 -0500 Matt Mackall minor status fixups
Sun, 20 Jul 2008 21:51:13 +0200 Patrick Mezard Merge with crew-stable
Sun, 20 Jul 2008 21:00:13 +0200 Patrick Mezard test-branches: add a test for long branch name (issue 1230)
Sun, 20 Jul 2008 12:09:37 +0200 Stefano Tortarolo branches unparseable output fix (issue1230)
Wed, 25 Jun 2008 19:41:43 +0100 Martin OConnor Bug:1201 hg convert on CVS working copy produces Traceback
Sun, 20 Jul 2008 20:00:02 +0200 Patrick Mezard Merge with main
Sun, 20 Jul 2008 19:25:08 +0200 Patrick Mezard dirstate: remove superfluous normalize() call in walk()
Sun, 20 Jul 2008 19:09:00 +0200 Patrick Mezard localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0
Sun, 20 Jul 2008 19:09:00 +0200 Patrick Mezard context: trigger missing username warning only when necessary
Fri, 18 Jul 2008 12:31:40 +0200 Christian Boos localrepo: do not modify a dictionary being iterated in status()
Sun, 20 Jul 2008 19:08:59 +0200 Patrick Mezard dirstate: fix _droppath() typo from 80605a8127e0
Fri, 11 Jul 2008 14:40:44 +0200 Patrick Mezard Add test for case folding issues
Tue, 01 Jul 2008 17:59:31 +0100 Paul Moore Sort removes first when applying updates (fixes issues 750 and 912)
Thu, 03 Jul 2008 20:53:14 -0700 byron Added missing --config global option to zsh_completion.
Mon, 07 Jul 2008 09:33:54 +0200 Andreas Hartmetz Document password syntax in repositories URLs
Mon, 07 Jul 2008 09:31:32 +0200 Patrick Mezard Merge with crew-stable
Mon, 07 Jul 2008 09:16:09 +0200 Patrick Mezard mq: fix qrefresh losing copy information (issue 1134)
Sat, 05 Jul 2008 14:35:36 +0200 Patrick Mezard hgk: ctx.parents() problem introduced by 2d54e7c1e69d