log mercurial/localrepo.py @ 3425:d0459ec1455d

age author description
Tue, 17 Oct 2006 18:32:00 -0500 Matt Mackall Add branch support to commit
Tue, 17 Oct 2006 18:31:56 -0500 Matt Mackall Make lookup aware of branch labels
Tue, 17 Oct 2006 18:31:18 -0500 Matt Mackall Add branchtags function with cache
Thu, 12 Oct 2006 19:26:06 -0300 Alexis S. L. Carvalho rawcommit: add removed files to the changelog file list
Tue, 10 Oct 2006 18:43:20 -0300 Alexis S. L. Carvalho ui.py: remove revlogopts and (unused) diffcache variables
Tue, 10 Oct 2006 09:30:05 +0200 Thomas Arendsen Hein merge with upstream
Tue, 10 Oct 2006 00:02:30 +0200 Benoit Boissinot fix localrepo.status when dealing with x-bit changes
Mon, 09 Oct 2006 14:02:01 -0500 Matt Mackall commit: unify file-level commit code
Sun, 08 Oct 2006 20:18:59 -0500 Matt Mackall Use filelog.cmp in checkfilemerge
Sun, 08 Oct 2006 19:57:45 -0500 Matt Mackall merge: remember rename copies and parents properly on commit
Tue, 03 Oct 2006 12:14:33 -0700 Brendan Cully Merge with upstream
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Tue, 03 Oct 2006 01:21:46 -0500 Matt Mackall merge: use new working context object in update
Fri, 29 Sep 2006 15:56:36 -0500 Matt Mackall localrepo.parents: return null context for no parents
Fri, 29 Sep 2006 15:48:16 -0500 Matt Mackall Add localrepo.parents to get parent changectxs.
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
Mon, 11 Sep 2006 10:08:30 +0200 Thomas Arendsen Hein If local repository is missing, make error message clearer.
Fri, 08 Sep 2006 09:36:18 +0200 Thomas Arendsen Hein Never apply string formatting to generated errors with util.Abort.
Sat, 02 Sep 2006 23:06:47 +0200 Benoit Boissinot localrepo: move the repo creation code, fail if the repo exists
Mon, 28 Aug 2006 21:49:02 +0200 Benoit Boissinot fix incorrect warning when walking on a particular rev
Sun, 20 Aug 2006 23:52:52 -0500 Matt Mackall tag: shorten hash in default commit message
Sun, 20 Aug 2006 21:59:51 -0500 Matt Mackall Demote a pull note to a debug message
Sun, 20 Aug 2006 00:44:54 -0300 Alexis S. L. Carvalho localrepo.status: detect clean files even when the mtime has changed
Mon, 14 Aug 2006 15:07:00 -0500 Matt Mackall filelog: add hash-based comparisons
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Sat, 12 Aug 2006 08:53:23 -0300 Alexis S. L. Carvalho Fix some bugs introduced during the manifest refactoring
Fri, 11 Aug 2006 11:00:38 -0500 Matt Mackall Remove manifest.readflags
Fri, 11 Aug 2006 10:57:42 -0500 Matt Mackall Change remaining users of manifest flags
Wed, 09 Aug 2006 15:03:46 -0500 Matt Mackall Merge manifest refactor work
Wed, 19 Jul 2006 19:11:50 -0500 Matt Mackall manifestflags: eliminate remaining users of direct dict access
Sun, 16 Jul 2006 03:14:17 -0500 Matt Mackall Start using manifestflags methods
Tue, 08 Aug 2006 17:08:59 -0700 Vadim Gelfer fetch: hold lock and wlock across all operations
Mon, 07 Aug 2006 16:47:06 -0500 Matt Mackall Merge with crew
Mon, 07 Aug 2006 17:22:17 -0700 Vadim Gelfer localrepo.update: allow to suppress commit reminder.
Fri, 04 Aug 2006 14:36:03 -0700 Brendan Cully Add '.' as a shortcut revision name for the working directory parent.
Mon, 07 Aug 2006 16:27:09 -0500 Matt Mackall Move repo.verify
Thu, 03 Aug 2006 15:24:41 -0500 Matt Mackall Move merge code to its own module
Mon, 31 Jul 2006 07:11:12 -0700 Vadim Gelfer clean up hg.py: move repo constructor code into each repo module
Tue, 25 Jul 2006 13:50:32 -0700 Vadim Gelfer hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
Thu, 20 Jul 2006 16:21:07 -0700 Vadim Gelfer status: add -c (clean) and -A (all files) options
Sat, 15 Jul 2006 16:06:35 -0700 Vadim Gelfer clone: disable stream support on server side by default.
Fri, 14 Jul 2006 14:51:36 -0700 Vadim Gelfer clone: do not make streaming default. add --stream option instead.
Fri, 14 Jul 2006 11:17:22 -0700 Vadim Gelfer add support for streaming clone.
Wed, 12 Jul 2006 08:59:20 -0700 Vadim Gelfer move most of tag code to localrepository class.
Sun, 09 Jul 2006 11:10:11 +0200 Benoit Boissinot allow use of extensions in python hooks
Sat, 08 Jul 2006 16:55:49 +0200 Benoit Boissinot coding style: use spaces instead of tabs
Wed, 05 Jul 2006 13:28:25 -0500 Matt Mackall Merge context patches
Wed, 28 Jun 2006 17:08:10 -0500 Matt Mackall Add context helper functions to localrepo
Mon, 03 Jul 2006 10:19:09 -0700 Vadim Gelfer merge with crew.
Fri, 30 Jun 2006 19:24:02 -0700 Sean Meiners Added ability to clone from a local repository to a (new) remote one.
Mon, 03 Jul 2006 19:14:29 +0200 Thomas Arendsen Hein Clarified message when nothing to merge is seen.
Fri, 23 Jun 2006 16:42:48 -0700 Chris Mason Fix localrepo.changes() Correctly decide if we are diffing the working dir
Wed, 21 Jun 2006 16:20:21 -0700 Vadim Gelfer fix bug in localrepo.changes.
Wed, 21 Jun 2006 09:32:31 -0700 Vadim Gelfer merge with crew.
Wed, 21 Jun 2006 09:28:48 -0700 Chris Mason Fix cold cache diff performance
Tue, 20 Jun 2006 23:58:45 -0700 Vadim Gelfer merge with crew.
Tue, 20 Jun 2006 23:58:21 -0700 Vadim Gelfer use demandload more.
Tue, 20 Jun 2006 15:14:12 -0700 Vadim Gelfer localrepository.push: propagate return value
Fri, 16 Jun 2006 12:58:24 -0700 Vadim Gelfer replace os.stat with os.lstat in some where.