log mercurial/sshrepo.py @ 3112:f96c8e219865

age author description
Wed, 13 Sep 2006 19:57:40 +0200 Benoit Boissinot sshrepo: don't try to validate when creating the repo
Sat, 02 Sep 2006 23:14:35 +0200 Benoit Boissinot sshrepo: when creating a repo, raise an error if it already exists
Sat, 02 Sep 2006 21:08:54 +0200 Benoit Boissinot sshrepo: flush stderr before connecting to the hg server
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
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
Fri, 14 Jul 2006 11:17:22 -0700 Vadim Gelfer add support for streaming clone.
Fri, 30 Jun 2006 19:24:02 -0700 Sean Meiners Added ability to clone from a local repository to a (new) remote one.
Wed, 21 Jun 2006 22:45:29 -0700 Vadim Gelfer remove duplicate code.
Wed, 21 Jun 2006 09:15:42 -0700 Vadim Gelfer change some repo messages in small ways.
Sat, 17 Jun 2006 18:15:48 +0200 Benoit Boissinot fix unused variable warning from pychecker
Thu, 15 Jun 2006 16:41:49 -0700 Vadim Gelfer remove use of undefined variable.
Thu, 15 Jun 2006 16:38:23 -0700 Vadim Gelfer merge with self.
Thu, 15 Jun 2006 16:37:23 -0700 Vadim Gelfer extend network protocol to stop clients from locking servers
Thu, 15 Jun 2006 15:36:23 -0700 Vadim Gelfer sshrepo: fix bug in error formatting.
Fri, 09 Jun 2006 18:03:35 -0500 Matt Mackall ssh: add capability detection at startup
Fri, 09 Jun 2006 17:48:14 -0500 Matt Mackall ssh: gather initial output so we can do capability detection
Mon, 08 May 2006 16:50:27 -0700 Vadim Gelfer localrepository.addchangegroup: add more source infos to hooks
Tue, 02 May 2006 14:37:55 -0700 Vadim Gelfer merge with crew.
Tue, 02 May 2006 14:30:00 -0700 Vadim Gelfer fix file handling bugs on windows.
Tue, 04 Apr 2006 15:21:20 +0200 Thomas Arendsen Hein Show remote ssh noise only with --debug and increase the limit to 500 lines.
Sun, 02 Apr 2006 22:12:56 +0200 Thomas Arendsen Hein Don't enter an endless loop if remote hg doesn't answer, show remote noise.
Fri, 31 Mar 2006 03:25:35 -0600 Matt Mackall ssh: skip noise generated by remote shell
Wed, 29 Mar 2006 10:27:16 -0800 Vadim Gelfer add merge command. means same thing as "update -m".
Fri, 17 Feb 2006 08:26:21 -0800 Vadim Gelfer add preoutgoing and outgoing hooks.
Tue, 18 Oct 2005 18:38:39 -0700 Benoit Boissinot i18n part2: use '_' for all strings who are part of the user interface
Tue, 18 Oct 2005 18:37:48 -0700 Benoit Boissinot i18n first part: make '_' available for files who need it
Tue, 27 Sep 2005 15:23:34 -0700 Matt Mackall Partially revert ssh change so we read all of remote ssh stream
Tue, 27 Sep 2005 15:01:49 -0700 zbynek Replacing select.select() with os.fstat() which works also on windows.
Fri, 23 Sep 2005 10:32:19 -0700 Bryan O'Sullivan Help debugability: print ssh command being used when --verbose.
Fri, 23 Sep 2005 10:30:41 -0700 Bryan O'Sullivan Give ssh a better chance of working on Windows.
Wed, 14 Sep 2005 15:41:22 -0700 Bryan O'Sullivan Fix lots of exception-related problems.
Sat, 27 Aug 2005 16:40:24 -0700 mpm Fix sshrepo imports
Sat, 27 Aug 2005 15:05:59 -0700 mpm sshrepo: adjust file comment
Sat, 27 Aug 2005 14:21:25 -0700 mpm Break apart hg.py base mercurial/hg.py@79bd2e105677