log

age author description
Wed, 09 Jan 2013 00:01:33 +0100 Mads Kiilerich scmutil: simplify vfs.audit - drop wrapped vfs.auditor
Thu, 10 Jan 2013 00:44:23 +0100 Mads Kiilerich util: copyfile: remove dest before copying
Tue, 15 Jan 2013 01:05:11 +0100 Mads Kiilerich merge: warn when internal:merge cannot merge symlinks
Mon, 14 Jan 2013 10:17:06 -0600 Kevin Bullock merge with stable
Mon, 14 Jan 2013 23:14:45 +0900 FUJIWARA Katsunori histedit: correct the number of added revisions in online help stable
Mon, 14 Jan 2013 23:14:45 +0900 FUJIWARA Katsunori histedit: correct changeset IDs in online help stable
Mon, 14 Jan 2013 23:14:45 +0900 FUJIWARA Katsunori convert: correct 'hooks' section name in online help stable
Sun, 13 Jan 2013 21:36:35 +0100 Pierre-Yves David hgweb: document the revnavgen function
Wed, 19 Dec 2012 19:06:50 +0100 Pierre-Yves David hgweb: no do not use listinsert(0, ...)
Thu, 10 Jan 2013 23:57:03 +0200 Idan Kamara localrepo: drop unnecessary check on wlock unlock
Sun, 16 Dec 2012 20:33:00 +0200 Idan Kamara dirstate: refresh _branch cache entry after writing it
Mon, 17 Dec 2012 15:25:45 +0200 Idan Kamara filecache: create an entry in _filecache when __set__ is called for a missing one
Thu, 10 Jan 2013 23:54:53 +0200 Idan Kamara filecache: allow filecacheentry to be created without stating in __init__
Wed, 09 Jan 2013 20:36:53 +0200 Idan Kamara rollback: don't clear the filecache
Wed, 09 Jan 2013 20:37:44 +0200 Idan Kamara destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743)