log mercurial/localrepo.py @ 5477:f00ed7c5877b

age author description
Wed, 03 Oct 2007 17:17:28 -0500 Matt Mackall changegroup: avoid large copies
Sun, 23 Sep 2007 15:29:58 +0200 Patrick Mezard Merge with crew-stable
Sun, 23 Sep 2007 14:40:44 +0200 Patrick Mezard localrepo: fix undelete() on merge working directory (issue 746)
Fri, 31 Aug 2007 01:21:31 +0200 Benoit Boissinot remove unneeded statement
Mon, 27 Aug 2007 14:16:04 -0700 Bryan O'Sullivan Turn capabilities into a mutable set, instead of a fixed tuple.
Mon, 27 Aug 2007 14:55:33 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho correctly record file-level history when the local side renames a directory
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho Fix theoretical issue in filecommit.
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho Avoid adding to the changelog executable files added by the second parent.
Mon, 27 Aug 2007 02:21:58 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho pull -r: pass the revisions as the heads argument of findincoming
Thu, 23 Aug 2007 12:24:54 -0700 Brendan Cully Merge with crew-stable
Thu, 23 Aug 2007 12:23:07 -0700 Brendan Cully Do not lose previous tags when adding a tag in raw mode
Thu, 23 Aug 2007 01:48:29 -0300 Alexis S. L. Carvalho merge: forcefully mark files that we get from the second parent as dirty
Tue, 21 Aug 2007 02:13:32 +0200 Benoit Boissinot make hg add of a removed file unremove the file