log mercurial/dirstate.py @ 4615:a8be3c875988

age author description
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: hide internal vars
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall localrepo and dirstate: rename reload to invalidate
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: simplify dirty handling
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: lazify and lambdafy _slash
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: simplify state()
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: move ignore to its own file
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: replace clear()
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: fold parse into read
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: make reload lazy
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: lazify initdirs
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: lazify copymap, _branch, and _pl
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: use getattr rather than lazyread
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Add ui.slash hgrc setting
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Add dirstate.pathto and localrepo.pathto.
Tue, 05 Jun 2007 19:55:27 -0300 Alexis S. L. Carvalho Use atomictemp files to write the dirstate.
Sat, 19 May 2007 22:51:43 +0200 Patrick Mezard Merge with crew-stable.
Sat, 19 May 2007 22:47:01 +0200 Patrick Mezard Fix issue 562: .hgignore requires newline at end.
Tue, 24 Apr 2007 12:02:51 -0700 Bryan O'Sullivan When reloading the dirstate, recompute ignore information if needed.
Tue, 24 Apr 2007 12:02:42 -0700 Bryan O'Sullivan dirstate: speed up write by 50%.
Tue, 24 Apr 2007 11:46:15 -0700 Bryan O'Sullivan dirstate: make parents() faster.
Mon, 09 Apr 2007 04:57:25 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 09 Apr 2007 04:24:17 -0300 Alexis S. L. Carvalho use atomictemp files to write the dirstate
Tue, 20 Mar 2007 22:21:05 -0300 Alexis S. L. Carvalho Merge additional fixes for my matcher changes
Tue, 20 Mar 2007 22:09:53 -0300 Alexis S. L. Carvalho Pass normalized directory names to the ignore function
Fri, 16 Mar 2007 00:45:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 16 Mar 2007 00:22:58 -0300 Alexis S. L. Carvalho Fix handling of paths when run outside the repo.
Fri, 16 Mar 2007 00:22:57 -0300 Alexis S. L. Carvalho pass repo.root to util.pathto() in preparation for the next patch
Wed, 14 Mar 2007 01:26:09 -0500 Matt Mackall Merge with -stable, fix small test failure
Tue, 13 Mar 2007 18:50:02 -0500 Matt Mackall Move branch read/write to dirstate where it belongs
Sat, 10 Mar 2007 23:21:33 -0300 Alexis S. L. Carvalho Merge a bunch of matcher and locate fixes.