log mercurial/localrepo.py @ 2143:3053fc33f545

age author description
Thu, 27 Apr 2006 21:58:47 +0200 Thomas Arendsen Hein Show repo's revlog format on verify. Warn if some files use a different format.
Thu, 27 Apr 2006 21:16:46 +0200 Thomas Arendsen Hein Replaced 0 with REVLOGV0 where this meaning is used.
Fri, 21 Apr 2006 16:30:23 -0500 Matt Mackall Revert push new heads logic
Fri, 21 Apr 2006 15:33:51 -0500 Matt Mackall Move empty local repo logic for pull into findincoming
Fri, 21 Apr 2006 15:14:27 -0500 Matt Mackall Don't die calling outgoing hook if we have no changesets
Wed, 19 Apr 2006 15:35:10 -0400 Chris Mason Remove bogus raise from localrepo.lookup()
Tue, 18 Apr 2006 19:50:12 -0400 Chris Mason merge revlogng with mpm tip
Sat, 08 Apr 2006 20:08:06 -0400 mason Additional appendfile fixes for interleaved data/index files
Tue, 04 Apr 2006 16:38:43 -0400 mason Make the appendfile class inline-data index friendly
Tue, 04 Apr 2006 16:38:43 -0400 mason Implement data inlined with the index file
Tue, 04 Apr 2006 16:38:43 -0400 mason Implement revlogng.
Fri, 14 Apr 2006 00:41:50 +0200 Benoit Boissinot fix update when a locally added file match the target revision
Mon, 03 Apr 2006 10:02:09 -0700 Vadim Gelfer small changes to revert command.
Sun, 02 Apr 2006 18:16:06 +0200 Thomas Arendsen Hein Tell the user the real "hg update -C" command, not just "-C" when aborting.
Fri, 31 Mar 2006 10:37:25 -0800 Vadim Gelfer rewrite revert command. fix issues 93, 123, 147.
Wed, 29 Mar 2006 22:58:34 +0200 Thomas Arendsen Hein New option -i/--ignored for 'hg status' to show ignored files.
Wed, 29 Mar 2006 22:35:21 +0200 Thomas Arendsen Hein Fix hg push and hg push -r sometimes creating new heads without --force.
Wed, 29 Mar 2006 10:31:58 -0800 Vadim Gelfer merge with crew.
Wed, 29 Mar 2006 10:27:16 -0800 Vadim Gelfer add merge command. means same thing as "update -m".
Tue, 28 Mar 2006 09:01:07 -0800 Vadim Gelfer fix backtrace printed when cannot get lock.
Fri, 24 Mar 2006 09:08:12 -0800 Vadim Gelfer fix race in localrepo.addchangegroup.
Fri, 24 Mar 2006 14:53:23 +0100 mcmillen Spelling fix: "commited" -> "committed"
Wed, 22 Mar 2006 05:30:47 +0100 Benoit Boissinot add checking for invalid entries in tag files
Tue, 21 Mar 2006 12:45:27 +0100 Thomas Arendsen Hein Pass correct username as $HGUSER to hgeditor if "commit -u" is used.
Tue, 21 Mar 2006 11:47:21 +0100 Thomas Arendsen Hein make incoming work via ssh (issue139); move chunk code into separate module.
Fri, 17 Mar 2006 09:48:43 -0800 Vadim Gelfer still use old variable names when running hooks. dropped by accident.
Tue, 14 Mar 2006 22:58:14 -0800 Vadim Gelfer add -f/--force to pull, incoming, outgoing, to work on unrelated repo.
Mon, 13 Mar 2006 23:32:57 +0100 Benoit Boissinot fix the call to util.matcher (the args should be (reporoot, cwd, ...))
Mon, 13 Mar 2006 08:25:33 -0800 Vadim Gelfer merge with crew.
Mon, 13 Mar 2006 08:56:59 +0100 Benoit Boissinot ui: output the number of file updated/merged/removed/... on update
Mon, 13 Mar 2006 00:02:33 +0100 Benoit Boissinot findincoming should return an iterable
Sun, 12 Mar 2006 20:13:58 +0100 Thomas Arendsen Hein Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
Sat, 11 Mar 2006 21:33:19 -0800 Vadim Gelfer run merge program in repo root.
Fri, 10 Mar 2006 23:34:02 -0800 Vadim Gelfer give more info to hgmerge script.
Fri, 10 Mar 2006 22:42:59 -0800 Vadim Gelfer merge util.esystem and util.system.
Fri, 10 Mar 2006 22:24:19 -0800 Vadim Gelfer fix broken environment save/restore when a hook runs.
Wed, 08 Mar 2006 00:27:23 +0100 Thomas Arendsen Hein Fix some problems when working on broken repositories:
Mon, 06 Mar 2006 17:47:41 +0100 Thomas Arendsen Hein Create local ui object per repository, so .hg/hgrc don't get mixed.
Mon, 06 Mar 2006 17:34:49 +0100 Thomas Arendsen Hein Call hooks in alphabetical (=defined) order, of course still grouped by type.
Sat, 04 Mar 2006 19:01:45 +0100 Thomas Arendsen Hein Validate paths before reading or writing files in repository or working dir.
Tue, 28 Feb 2006 12:25:10 -0600 mason Allow repo lock to be passed in to localrepo.commit for performance
Tue, 28 Feb 2006 12:24:54 -0600 mason Automatic nesting into running transactions in the same repository.
Sat, 25 Feb 2006 13:44:40 +0100 Alexis S. L. Carvalho speed up hg log --debug
Wed, 22 Feb 2006 08:04:46 +0100 Thomas Arendsen Hein Merge with mercurial/tonfa
Tue, 21 Feb 2006 23:50:53 +0100 Benoit Boissinot change the default timeout to 600 seconds
Tue, 21 Feb 2006 23:21:15 +0100 Benoit Boissinot add a timeout when a lock is held (default 1024 sec)
Wed, 22 Feb 2006 07:26:29 +0100 Benoit Boissinot revalidate revlog data after locking the repo (issue132)
Tue, 21 Feb 2006 16:46:38 +0100 Benoit Boissinot merge with crew
Tue, 14 Feb 2006 21:11:57 +0100 Benoit Boissinot add an optional argument to push only the specified revisions (push -r)
Mon, 20 Feb 2006 01:12:03 +0100 Benoit Boissinot use repo.lock when cloning via copy, use lock.LockException when necessary
Sun, 19 Feb 2006 22:41:49 +0100 Benoit Boissinot merge with crew
Sun, 19 Feb 2006 22:39:09 +0100 Benoit Boissinot localrepo: refactor the locking functions
Sun, 19 Feb 2006 19:43:03 +0100 Benoit Boissinot fix warnings from pychecker (unused variables and shadowing)
Sat, 18 Feb 2006 07:37:59 -0800 Robin Farine transitive copy/rename
Fri, 17 Feb 2006 17:39:05 -0600 Matt Mackall Merge with crew
Fri, 17 Feb 2006 08:26:21 -0800 Vadim Gelfer add preoutgoing and outgoing hooks.
Thu, 16 Feb 2006 08:51:24 -0800 Vadim Gelfer merge with crew.
Wed, 15 Feb 2006 10:49:30 -0800 Vadim Gelfer add prechangegroup and pretxnchangegroup hooks.
Thu, 16 Feb 2006 08:48:31 -0800 Vadim Gelfer fix names of parent changeset ids in hooks.
Thu, 16 Feb 2006 08:40:47 -0800 Vadim Gelfer prefix hook env var names with HG_.