log mercurial/localrepo.py @ 14517:5a931246afc5

age author description
Wed, 01 Jun 2011 16:42:50 -0500 Matt Mackall merge with stable
Mon, 11 Apr 2011 21:44:22 +0300 Idan Kamara localrepo: don't add deleted files to list of modified/added files (issue2761) stable
Mon, 04 Apr 2011 22:51:10 +0300 Idan Kamara localrepo: ignore tags to unknown nodes (issue2750) stable
Mon, 14 Mar 2011 23:50:28 +0100 David Soria Parra bookmarks: do not forward merged bookmark (issue1877) stable
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Tue, 31 May 2011 19:16:18 +0200 Adrian Buehlmann introduce new function scmutil.readrequires
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall dirstate: rename forget to drop
Wed, 18 May 2011 23:26:26 +0200 Sune Foldager revlog: linearize created changegroups in generaldelta revlogs
Wed, 18 May 2011 19:30:17 +0200 Martin Geisler localrepo, sshrepo: use Boolean create argument in __init__
Mon, 16 May 2011 12:44:34 +0200 Sune Foldager revlog: get rid of defversion
Sun, 08 May 2011 16:41:41 -0500 Matt Mackall merge with crew
Sun, 08 May 2011 21:32:33 +0200 Sune Foldager revlog: support writing generaldelta revlogs
Sun, 08 May 2011 16:16:41 -0500 Matt Mackall merge with stable
Sun, 01 May 2011 13:07:00 +0200 Alexander Solovyov fix bookmarks rollback behavior stable
Fri, 06 May 2011 15:22:31 +0200 Adrian Buehlmann rename util.set_flags to setflags
Fri, 06 May 2011 09:54:06 +0200 Adrian Buehlmann rename path_auditor to pathauditor
Thu, 05 May 2011 12:55:12 +0200 Sune Foldager revlog: remove support for parentdelta
Wed, 04 May 2011 19:27:55 +0200 Sune Foldager fix errors reported by pyflakes test
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Mon, 02 May 2011 19:20:29 +0200 Peter Arrenbrecht localrepo: reuse parent manifest in commitctx if no files have changed
Sun, 01 May 2011 19:51:28 +0200 Mads Kiilerich backout 3a3584967a93 - the "unreachable code" was apparently not unreachable
Sun, 01 May 2011 19:44:28 +0200 Sune Foldager merge with mpm
Thu, 24 Feb 2011 14:06:08 +0100 Mads Kiilerich status: remove unreachable code for status between revisions
Sat, 30 Apr 2011 19:01:24 +0200 Benoit Boissinot unbundler: separate delta and header parsing
Sun, 01 May 2011 11:12:36 +0200 Brodie Rao pushkey: add hooks for pushkey/listkeys
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Sat, 30 Apr 2011 17:21:37 +0200 Peter Arrenbrecht discovery: drop findoutgoing and simplify findcommonincoming's api
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Sat, 30 Apr 2011 12:56:28 +0200 Dan Villiom Podlaski Christiansen branchcache: improve speed relative to the amount of heads
Fri, 29 Apr 2011 14:54:01 +0200 Peter Arrenbrecht wireproto: add test for new optional arg missing on server