log mercurial/localrepo.py @ 8400:9eecc471aca3

age author description
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall commitctx: replace wctx with ctx
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall commitctx: replace two dirstate vars with working
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall commitctx: simplify locking
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall remove deprecated rawcommit
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall status: check cmp list in order
Thu, 14 May 2009 16:11:45 +0200 Peter Arrenbrecht localrepo: use more direct vars in addchangegroup
Thu, 14 May 2009 16:09:27 +0200 Peter Arrenbrecht localrepo: use cl throughout in addchangegroup
Thu, 14 May 2009 15:35:46 +0200 Peter Arrenbrecht drop unused imports
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Mon, 04 May 2009 15:31:57 +0200 Henrik Stuart transaction: refactor transaction.abort and rollback to use the same code
Sun, 03 May 2009 00:20:08 +0200 Martin Geisler localrepo: mark commit message template for translation
Wed, 29 Apr 2009 20:47:28 -0500 Matt Mackall localrepo: use set for requirements
Wed, 29 Apr 2009 20:47:15 -0500 Matt Mackall localrepo: use propertycache
Tue, 28 Apr 2009 18:14:49 +0200 Martijn Pieters localrepo: Refactor var names in filecommit to improve readability.