mercurial/localrepo.py
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.
Thu, 15 Jun 2006 16:37:23 -0700 Vadim Gelfer extend network protocol to stop clients from locking servers
Sat, 10 Jun 2006 17:39:29 +0200 Thomas Arendsen Hein Report on push/pull if heads are merged, too, like for new heads.
Sun, 04 Jun 2006 17:46:33 +0200 Benoit Boissinot remove appendfile for the manifest when adding a changegroup
Thu, 01 Jun 2006 19:08:29 +0200 Thomas Arendsen Hein Renamed localrepo.undo() to rollback() and talk about "rollback information".
Wed, 31 May 2006 22:25:20 +0200 Thomas Arendsen Hein Manifest groups may be empty, so don't abort in this case (fixes issue210).
Wed, 24 May 2006 10:59:30 +0200 Benoit Boissinot use a more reliable way to find what are the new changesets on pull/unbundle
Wed, 24 May 2006 09:27:16 +0200 Benoit Boissinot merge with crew
Wed, 24 May 2006 01:01:39 +0200 Benoit Boissinot n is always 'True', we can only stop the loop with the break statement
Tue, 23 May 2006 10:44:40 +0200 Benoit Boissinot document and fix findincoming
Mon, 22 May 2006 08:47:53 -0700 Vadim Gelfer add ui.print_exc(), make all traceback printing central.
Thu, 18 May 2006 23:31:12 -0700 Vadim Gelfer fix parsing of tags. make parse errors useful. add new tag tests.
Wed, 17 May 2006 19:38:41 +0200 Thomas Arendsen Hein Strip empty lines and trailing spaces around commit messages.
Mon, 15 May 2006 09:13:00 -0700 Vadim Gelfer remove non-prefixed environment variables from hooks.
Thu, 11 May 2006 14:46:24 -0700 Vadim Gelfer merge with crew.
Thu, 11 May 2006 14:32:09 -0700 john levon Force editor to appear for an 'hg backout' if a message or logfile aren't
Thu, 11 May 2006 10:14:48 -0700 Vadim Gelfer hooks: add preupdate and update hooks.
Thu, 11 May 2006 09:43:50 -0700 Vadim Gelfer localrepo.update: abort if outstanding merges, instead of warn/return 1
Thu, 11 May 2006 15:01:30 +0200 Benoit Boissinot fix a traceback when unbundling does not add any changesets
Tue, 09 May 2006 17:03:00 +0200 Thomas Arendsen Hein Always remove appendopener tmp files (fixes issue235).
Mon, 08 May 2006 16:50:27 -0700 Vadim Gelfer localrepository.addchangegroup: add more source infos to hooks
Mon, 08 May 2006 16:07:56 -0700 Vadim Gelfer changegroup hooks: add source to hook parameters
Mon, 08 May 2006 14:26:18 -0500 mason Use revlogng and inlined data files by default
Mon, 08 May 2006 10:59:58 -0700 Vadim Gelfer reverse sense of return value from python hooks.
Wed, 03 May 2006 11:00:24 -0700 Vadim Gelfer fix minor bugs in localrepo.hook.
Tue, 02 May 2006 18:44:02 +0200 Thomas Arendsen Hein Make hg update more verbose by default (issue12)
Sun, 30 Apr 2006 16:30:57 -0700 Vadim Gelfer merge with crew.
Sun, 30 Apr 2006 16:30:39 -0700 Vadim Gelfer do not check sys.argv from localrepo when running hooks.
Sun, 30 Apr 2006 21:11:22 +0200 Thomas Arendsen Hein Use better names (hg-{usage}-{random}.{suffix}) for temporary files.
Fri, 28 Apr 2006 15:50:56 -0700 Vadim Gelfer merge with crew.
Fri, 28 Apr 2006 15:50:22 -0700 Vadim Gelfer support hooks written in python.
Fri, 28 Apr 2006 21:52:08 +0200 Thomas Arendsen Hein Show repo's revlog format on verify only if it doesn't match the default format.
Fri, 28 Apr 2006 11:36:33 +0200 Benoit Boissinot fix a NameError in changegroupsubset
Thu, 27 Apr 2006 22:29:02 -0700 Vincent Danjean allow to pull from an empty repo without getting a backtrace
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
less more (0) -100 -60 tip