Fri, 09 Dec 2011 15:50:33 +0100 |
Thomas Arendsen Hein |
sshrepo: add more safe characters (issue2983)
|
Thu, 08 Dec 2011 16:39:00 +0100 |
Mads Kiilerich |
sshrepo: don't quote obviously safe strings (issue2983)
|
Sat, 26 Nov 2011 00:10:31 +0100 |
Mads Kiilerich |
ssh: quote remote paths (issue2983)
|
Tue, 02 Aug 2011 15:21:10 -0400 |
Andrew Pritchard |
wireproto: add out-of-band error class to allow remote repo to report errors
|
Mon, 06 Jun 2011 21:02:48 +0200 |
Peter Arrenbrecht |
sshrepo: fix addchangegroup's signature
|
Wed, 01 Jun 2011 12:38:46 +0200 |
Martin Geisler |
check-code: flag 0/1 used as constant Boolean expression
|
Wed, 18 May 2011 19:30:17 +0200 |
Martin Geisler |
localrepo, sshrepo: use Boolean create argument in __init__
|
Sat, 30 Apr 2011 09:43:20 -0700 |
Brodie Rao |
url: move URL parsing functions into util to improve startup time
|
Sat, 23 Apr 2011 00:51:25 +0300 |
Idan Kamara |
eliminate various naked except clauses
|
Thu, 31 Mar 2011 10:43:53 -0500 |
Matt Mackall |
url: nuke some newly-introduced underbars in identifiers
|
Wed, 30 Mar 2011 20:01:35 -0700 |
Brodie Rao |
httprepo/sshrepo: use url.url
|
Tue, 22 Mar 2011 07:38:32 +0100 |
Peter Arrenbrecht |
wireproto: fix handling of '*' args for HTTP and SSH
|
Wed, 23 Feb 2011 11:42:41 +0100 |
Adrian Buehlmann |
sshrepo: catch passwords in ssh urls
stable
|
Wed, 01 Dec 2010 21:46:08 +0100 |
Dan Villiom Podlaski Christiansen |
sshrepo: don't use readline() on the stderr pipe
|
Fri, 27 Aug 2010 13:32:38 -0400 |
Brodie Rao |
cleanup: remove unused imports
|
Thu, 15 Jul 2010 15:06:45 -0500 |
Matt Mackall |
ssh: drop some old imports
|
Wed, 14 Jul 2010 17:12:18 -0500 |
Matt Mackall |
protocol: unify client unbundle support
|
Wed, 14 Jul 2010 17:09:31 -0500 |
Matt Mackall |
protocol: unify client changegroup methods
|
Wed, 14 Jul 2010 17:07:13 -0500 |
Matt Mackall |
protocol: convert some ssh abort calls
|
Wed, 14 Jul 2010 17:07:10 -0500 |
Matt Mackall |
protocol: clean up call-like functions in http and ssh clients
|
Wed, 14 Jul 2010 16:55:44 -0500 |
Matt Mackall |
protocol: unify stream_out client code
|
Wed, 14 Jul 2010 16:34:57 -0500 |
Matt Mackall |
protocol: move basic ssh client commands to wirerepository
|
Wed, 16 Jun 2010 16:05:13 -0500 |
Matt Mackall |
pushkey: add ssh support
|
Wed, 16 Jun 2010 15:01:09 -0500 |
Matt Mackall |
sshrepo: sort arguments
|
Sun, 02 May 2010 21:56:25 -0400 |
Greg Ward |
push: document return values between various repo methods.
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Wed, 18 Nov 2009 15:20:08 +0100 |
Sune Foldager |
branchmap: fix defective fallback fix 0262bb59016f
stable
|
Mon, 16 Nov 2009 13:35:36 +0100 |
Henrik Stuart |
support encoding fallback in branchmap to maintain compatibility with 1.3.x
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Sat, 23 May 2009 17:03:51 +0200 |
Henrik Stuart |
named branches: client branchmap wire protocol support (issue736)
|
Sat, 09 May 2009 17:32:57 +0200 |
Martin Geisler |
util: remove ignored mode argument in popen[23]
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace various uses of list.reverse()
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
Mon, 12 Jan 2009 11:28:30 -0600 |
Matt Mackall |
sshrepo: change raise_ to abort
|
Mon, 12 Jan 2009 11:28:28 -0600 |
Matt Mackall |
error: move UnexpectedOutput (now ResponseError)
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
Mon, 12 Jan 2009 09:16:03 +0100 |
Dirkjan Ochtman |
use dict.iteritems() rather than dict.items()
|
Wed, 22 Oct 2008 21:41:57 +0200 |
Benoit Boissinot |
protocol/between: the protocol expects to have ' '-separated tuples
|
Sun, 05 Oct 2008 21:35:26 +0200 |
Dirkjan Ochtman |
python2.6: use subprocess if available
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
remoterepo: no longer needed
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Sun, 03 Feb 2008 21:47:07 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
sshrepo: be more careful while reading data
|
Fri, 18 Jan 2008 17:01:28 -0800 |
Bryan O'Sullivan |
Fix typo.
|
Wed, 12 Dec 2007 16:44:26 -0600 |
Steve Borho |
win32: fix ssh://host:port when using Plink
|
Mon, 10 Sep 2007 23:53:23 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 10 Sep 2007 23:34:33 +0200 |
Alexis S. L. Carvalho |
sshrepo: fix Windows command quoting
|
Mon, 27 Aug 2007 14:48:08 -0700 |
Bryan O'Sullivan |
Push capability checking into protocol-level code.
|
Mon, 27 Aug 2007 14:16:04 -0700 |
Bryan O'Sullivan |
Turn capabilities into a mutable set, instead of a fixed tuple.
|
Fri, 17 Aug 2007 23:20:13 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 17 Aug 2007 22:43:38 -0300 |
Alexis S. L. Carvalho |
Fix sshrepo.unbundle
|
Wed, 15 Aug 2007 16:10:24 -0500 |
Matt Mackall |
fix-up references to repo.RepoError
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Sat, 02 Dec 2006 22:16:00 +0100 |
Thomas Arendsen Hein |
Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
|
Sat, 02 Dec 2006 22:15:18 +0100 |
Thomas Arendsen Hein |
Change sshrepo.repoerror() into a more flexible sshrepo.raise_().
|
Sat, 02 Dec 2006 21:57:20 +0100 |
Thomas Arendsen Hein |
Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
|
Tue, 31 Oct 2006 23:56:52 +0100 |
Benoit Boissinot |
sshrepo: fix the parsing of the ssh url
|
Sat, 09 Sep 2006 18:25:06 -0700 |
Eric Hopper |
sshrepo: add passing of lookup exceptions
|
Sat, 09 Sep 2006 18:25:06 -0700 |
Eric Hopper |
Adding changegroupsubset and lookup to ssh protocol so pull -r and
|
Thu, 12 Oct 2006 20:45:25 -0300 |
Alexis S. L. Carvalho |
portability fix for test-ssh
|
Fri, 06 Oct 2006 16:24:14 +0200 |
Benoit Boissinot |
ssh: make the error message more clear, add a testcase
|
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
base
mercurial/hg.py@32f05a005876
|
Sat, 27 Aug 2005 14:21:25 -0700 |
mpm |
Break apart hg.py
base
mercurial/hg.py@79bd2e105677
|