mercurial/crew at 3590: 21 outgoing changesets
Mercurial Commits
hg at intevation.org
Tue Oct 31 12:00:10 UTC 2006
21 outgoing changesets in mercurial/crew:
http://hg.intevation.org/mercurial/crew/rev/231e61de692c
changeset: 3590:231e61de692c
tag: tip
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Tue Oct 31 10:50:16 2006 +0100
summary: Check for at least having a final release of python 2.3.0 in setup.py
http://hg.intevation.org/mercurial/crew/rev/1c9b6f1237e0
changeset: 3589:1c9b6f1237e0
user: Brendan Cully <brendan at kublai.com>
date: Mon Oct 30 16:14:38 2006 -0800
summary: test for git empty new files
http://hg.intevation.org/mercurial/crew/rev/45574a225632
changeset: 3588:45574a225632
user: Brendan Cully <brendan at kublai.com>
date: Mon Oct 30 16:10:58 2006 -0800
summary: git patch: create empty added files
http://hg.intevation.org/mercurial/crew/rev/c8494fcc9d39
changeset: 3587:c8494fcc9d39
user: Brendan Cully <brendan at kublai.com>
date: Mon Oct 30 00:03:04 2006 -0800
summary: zsh: tab-complete status results by directory
http://hg.intevation.org/mercurial/crew/rev/66a17364c30e
changeset: 3586:66a17364c30e
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Sun Oct 29 16:33:46 2006 +0100
summary: filelog: rename filelog.size() to filelog.len()
http://hg.intevation.org/mercurial/crew/rev/cac2c17bec5a
changeset: 3585:cac2c17bec5a
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Sun Oct 29 16:14:55 2006 +0100
summary: revlog: more nullrev fixes
http://hg.intevation.org/mercurial/crew/rev/8dbbe4dadb48
changeset: 3584:8dbbe4dadb48
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Sun Oct 29 16:14:02 2006 +0100
summary: revlog: return 0 as offset for nullid
http://hg.intevation.org/mercurial/crew/rev/8ee579885d23
changeset: 3583:8ee579885d23
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Sun Oct 29 15:09:01 2006 +0100
summary: doc: clone doesn't create a working directory in remote repos
http://hg.intevation.org/mercurial/crew/rev/9fb7d3a05882
changeset: 3582:9fb7d3a05882
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Sun Oct 29 14:41:14 2006 +0100
summary: revlog.size() fix handling of rev == -1
http://hg.intevation.org/mercurial/crew/rev/be61bd32046c
changeset: 3581:be61bd32046c
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Sun Oct 29 14:18:55 2006 +0100
summary: use workingcontext.files() to detect if the repo is unclean
http://hg.intevation.org/mercurial/crew/rev/41989e55fa37
changeset: 3580:41989e55fa37
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Sun Oct 29 13:08:10 2006 +0100
summary: allow update to switch to a different branch if the repo is clean
http://hg.intevation.org/mercurial/crew/rev/0ed2732aa393
changeset: 3579:0ed2732aa393
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sun Oct 29 10:55:38 2006 +0100
summary: Explicitly use REVLOGV0 instead of 0 in bundlerepo.
http://hg.intevation.org/mercurial/crew/rev/3b4e00cba57a
changeset: 3578:3b4e00cba57a
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sun Oct 29 10:53:51 2006 +0100
summary: Define and use nullrev (revision of nullid) instead of -1.
http://hg.intevation.org/mercurial/crew/rev/7f7425306925
changeset: 3577:7f7425306925
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Sat Oct 28 23:37:59 2006 -0300
summary: Correct optimization from 3464f5e77f34; add a test.
http://hg.intevation.org/mercurial/crew/rev/00427c4b533b
changeset: 3576:00427c4b533b
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Sat Oct 28 20:21:59 2006 -0300
summary: log speedup: don't call revlog.node if we don't have to
http://hg.intevation.org/mercurial/crew/rev/0facae7566cc
changeset: 3575:0facae7566cc
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Sat Oct 28 20:21:57 2006 -0300
summary: log speedup: use list.extend to avoid an explicit loop
http://hg.intevation.org/mercurial/crew/rev/8d87c8d45b3d
changeset: 3574:8d87c8d45b3d
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Sat Oct 28 20:21:56 2006 -0300
summary: log speedup: use parentrevs in log and changeset_printer.show
http://hg.intevation.org/mercurial/crew/rev/31401776153f
changeset: 3573:31401776153f
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Sat Oct 28 20:21:55 2006 -0300
summary: log speedup: set quiet/verbose/debugflag in the fake ui object
http://hg.intevation.org/mercurial/crew/rev/fe03c9a476f6
changeset: 3572:fe03c9a476f6
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Sat Oct 28 20:21:54 2006 -0300
summary: log speedup: use only ui.write in changeset_printer.show
http://hg.intevation.org/mercurial/crew/rev/736a78469a85
changeset: 3571:736a78469a85
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Sat Oct 28 20:21:52 2006 -0300
summary: log speedup: walkchangerevs: filter the files only if we need them
http://hg.intevation.org/mercurial/crew/rev/c141d07198b9
changeset: 3570:c141d07198b9
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sat Oct 28 23:05:57 2006 +0200
summary: Inform the user about the new URL when being redirected via http.
--
Repository URL: http://hg.intevation.org/mercurial/crew
More information about the Mercurial-devel
mailing list