log mercurial/hg.py @ 14702:1ec8bd909ac3 stable

age author description
Tue, 14 Jun 2011 16:33:46 +0200 Martin Geisler hg: rename opts argument to peeropts in clone
Mon, 13 Jun 2011 16:25:18 -0500 Matt Mackall hg: move peerschemes back to schemes
Mon, 13 Jun 2011 14:53:23 -0500 Matt Mackall hg: rearrange peer scheme lookup
Sat, 11 Jun 2011 14:14:52 -0500 Matt Mackall hg: split peer and repo lookup tables
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: change various repository() users to use peer() where appropriate
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: have peer() call _lookup directly
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: add peer method
Wed, 08 Jun 2011 18:24:33 +0200 Peter Arrenbrecht hg: add opts argument to clone for internal remoteui
Mon, 06 Jun 2011 21:18:35 +0200 Peter Arrenbrecht hg: use capable instead of capabilities
Fri, 27 May 2011 12:42:36 +0200 Martin Geisler hg: remove underscores in clone function
Wed, 18 May 2011 23:20:26 -0700 Brendan Cully clone: make default path absolute for all local paths
Fri, 06 May 2011 14:44:18 +0200 Peter Arrenbrecht discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Mon, 02 May 2011 12:36:23 +0200 Peter Arrenbrecht bundlerepo: fix and improve getremotechanges
Sun, 01 May 2011 18:43:20 +0200 Dan Villiom Podlaski Christiansen share: create 'hgrc' using an opener, like clone
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Sat, 30 Apr 2011 17:21:37 +0200 Peter Arrenbrecht discovery: drop findoutgoing and simplify findcommonincoming's api
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Wed, 06 Apr 2011 12:48:59 +0200 Thomas Arendsen Hein hg: make parseurl() consistently return normalised path
Wed, 30 Mar 2011 20:03:05 -0700 Brodie Rao url: refactor util.drop_scheme() and hg.localpath() into url.localpath()
Wed, 30 Mar 2011 20:02:09 -0700 Brodie Rao hg: use url.url to parse branch names in parseurl()
Wed, 30 Mar 2011 20:02:07 -0700 Brodie Rao hg: look up schemes using url.url
Mon, 28 Mar 2011 15:54:22 +0200 Adrian Buehlmann set NOT_CONTENT_INDEXED on .hg dir (issue2694)
Wed, 23 Mar 2011 16:06:55 +0100 Peter Arrenbrecht discovery: avoid discovery when local graph is a subset of remote
Thu, 17 Mar 2011 17:08:13 -0500 Matt Mackall merge with stable
Thu, 17 Mar 2011 22:55:02 +0100 Miloš Hadžić push/outgoing: print remote target path even if there's an error (issue2561) stable
Sun, 13 Mar 2011 12:24:17 +0100 David Soria Parra hg: add support for cloning bookmarks
Fri, 28 Jan 2011 03:09:22 +0100 Mads Kiilerich merge with stable
Fri, 28 Jan 2011 02:57:59 +0100 Mads Kiilerich url: 'ssh known host'-like checking of fingerprints of HTTPS certificates stable
Wed, 05 Jan 2011 15:56:03 +0100 Martin Geisler merge with stable
Sun, 02 Jan 2011 15:30:12 +0200 Eduard-Cristian Stefan url: expand path for web.cacerts stable
Mon, 27 Dec 2010 17:54:45 +0100 Mads Kiilerich merge with stable
Mon, 27 Dec 2010 17:49:58 +0100 Mads Kiilerich https: use web.cacerts configuration from local repo to validate remote repo stable
Mon, 13 Dec 2010 11:46:31 -0500 Greg Ward merge: document some internal return values.
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Fri, 15 Oct 2010 05:21:51 +0200 Nicolas Dumazet outgoing: unify common graphlog.outgoing and hg.outgoing code
Thu, 14 Oct 2010 22:41:43 +0200 Nicolas Dumazet bundlerepo: unify common code into a new getremotechanges
Thu, 14 Oct 2010 21:36:00 +0200 Nicolas Dumazet incoming: unify code for incoming and graphlog.incoming
Thu, 14 Oct 2010 21:37:00 +0200 Nicolas Dumazet incoming: rename variable
Fri, 24 Sep 2010 12:00:55 +0200 Erik Zielke incoming/outgoing: Fix recursion on sub repositories
Sun, 12 Sep 2010 18:05:53 -0500 Brodie Rao merge: suggest 'hg up -C .' for discarding changes, not 'hg up -C'
Mon, 13 Sep 2010 13:09:30 +0200 Martin Geisler incoming: move code from commands to cmdutil
Mon, 13 Sep 2010 13:09:24 +0200 Martin Geisler outgoing: move code from commands to cmdutil
Thu, 02 Sep 2010 12:08:13 +0200 Martin Geisler clone, patch, convert: use hex(nullid) instead of '0'*40
Fri, 02 Jul 2010 15:12:50 +0900 Nicolas Dumazet hg.clone: do not ignore branch argument when source is a repo object stable
Fri, 02 Jul 2010 15:05:21 +0900 Nicolas Dumazet hg.clone: fix branch value when passing a repo object (issue2267) stable
Thu, 10 Jun 2010 12:46:09 +0200 Sune Foldager improve --branch processing (and differentiate from # syntax)
Tue, 08 Jun 2010 15:57:59 -0500 Matt Mackall Merge with stable
Tue, 08 Jun 2010 13:19:22 +0200 Sune Foldager fix encoding bug in 05ac42e56452 stable
Mon, 07 Jun 2010 16:29:06 +0200 Sune Foldager merge with stable
Mon, 07 Jun 2010 16:28:23 +0200 Sune Foldager push/pull: fix bug in "--branch ." handling stable
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Tue, 01 Jun 2010 10:12:07 -0500 Matt Mackall Merge with stable
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann clone: save hardlink state of util.copyfiles() stable
Mon, 31 May 2010 13:47:51 +0200 Adrian Buehlmann clone: print number of linked/copied files on --debug
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann clone: save hardlink state of util.copyfiles()
Tue, 11 May 2010 17:03:44 -0500 Matt Mackall Merge with stable
Mon, 07 Dec 2009 12:31:45 +0200 Alexander Solovyov expand paths to local repository or bundle in appropriate classes stable
Thu, 18 Mar 2010 14:36:24 -0700 Brendan Cully Merge with stable
Thu, 18 Mar 2010 16:38:07 +0100 Sune Foldager fix bug in hg.clone when passing in a repository object stable
Thu, 11 Mar 2010 17:43:44 +0100 Benoit Boissinot style: use consistent variable names (*mod) with imports which would shadow
Sun, 07 Feb 2010 15:57:16 +0100 Sune Foldager addbranchrevs: fallback for older servers
Sun, 07 Feb 2010 15:23:46 +0100 Sune Foldager add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
Sun, 07 Feb 2010 14:29:07 +0100 Sune Foldager interpret repo#name url syntax as branch instead of revision
Sat, 06 Feb 2010 20:24:51 +0100 Sune Foldager pull: with -u and -r, update to the first revision given
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
Sat, 19 Dec 2009 22:55:33 -0800 Brendan Cully share: use defaultdest to compute unspecified destination stable
Tue, 01 Dec 2009 19:28:15 -0600 Matt Mackall share: fix interaction with clone stable 1.4.1
Sat, 07 Nov 2009 23:35:46 +0100 Thomas Arendsen Hein Branch name printed since a3d73b3e1f8a now in local encoding.
Thu, 05 Nov 2009 11:05:13 +0100 Adrian Buehlmann clone: add option -u/--updaterev
Fri, 16 Oct 2009 23:57:34 +0200 Adrian Buehlmann hg.clone: report branch name on update
Thu, 17 Sep 2009 22:39:38 -0700 Stuart W Marks hg: say 'hg update' instead of 'hg up' in merge status message
Mon, 14 Sep 2009 23:48:25 +0200 Martin Geisler hg: avoid combining translated strings
Fri, 04 Sep 2009 23:34:51 +0200 Martin Geisler Merge with crew-stable
Mon, 31 Aug 2009 10:58:33 -0500 Matt Mackall Make distinct lookup error for localrepo.lookup
Wed, 12 Aug 2009 12:07:11 -0500 Matt Mackall Merge with stable
Wed, 12 Aug 2009 12:06:12 -0500 Matt Mackall Merge with i18n-stable
Mon, 27 Jul 2009 18:38:20 -0500 Matt Mackall Merge with crew
Sat, 25 Jul 2009 19:04:08 -0500 Matt Mackall update: make a naked except more specific (issue1766)
Fri, 17 Jul 2009 20:52:21 +0200 Martin Geisler hg: better wrapping of string literal
Fri, 17 Apr 2009 16:34:43 -0700 Fred Wulff Add (pre)outgoing hooks for local clones.
Mon, 15 Jun 2009 02:45:38 -0500 Matt Mackall subrepo: add update/merge logic
Sat, 13 Jun 2009 18:16:44 -0500 Matt Mackall share: allow dest to default to the basename of source
Sat, 13 Jun 2009 18:01:47 -0500 Matt Mackall add helper function to create shared repos
Thu, 28 May 2009 17:44:57 +0200 Benoit Boissinot clone: fall back to pull source repo cannot be locked, 937ee88da3ef was a noop
Thu, 14 May 2009 22:00:56 +0200 Brett Carter clone: try updating to the actual changeset specified in options
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:43 -0500 Matt Mackall clone: config escaping no longer needed
Fri, 24 Apr 2009 18:17:42 +0200 Martijn Pieters hg: allow hg.parseurl(url, None)
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt switch dircleanup in mercurial.hg.clone from gc based to explicit
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt switch lock releasing in the core from gc to explicit
Tue, 31 Mar 2009 21:21:53 -0500 Steve Borho on clone failure, only remove directories we created
Sun, 29 Mar 2009 16:15:06 -0500 Steve Borho allow clone into existing but empty directories
Wed, 04 Mar 2009 13:06:16 -0600 Augie Fackler merge: better error messages to lead users to hg update --clean to abandon merges.
Mon, 12 Jan 2009 11:09:14 -0600 Matt Mackall error: move lock errors
Sun, 28 Dec 2008 19:59:42 +0100 Benoit Boissinot add a comment about the need of hg._update()
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Wed, 24 Sep 2008 13:50:29 +0200 Dirkjan Ochtman merge with crew-stable
Mon, 22 Sep 2008 14:47:21 +0200 Benoit Boissinot merge with -stable
Wed, 24 Sep 2008 13:10:09 +0200 Dirkjan Ochtman clone: honor -r even when pulling named branches
Sat, 20 Sep 2008 15:00:58 +0200 Benoit Boissinot Escape '%' when writing to hgrc (issue1199)
Fri, 29 Aug 2008 16:50:11 +0200 Benoit Boissinot fix regression on empty repo cloning introduced by 0642d9d7ec80
Wed, 13 Aug 2008 20:18:44 -0500 Matt Mackall clone: get a list of files to clone from store
Fri, 11 Apr 2008 22:19:52 -0700 Bryan O'Sullivan repo: add rjoin method
Fri, 11 Apr 2008 22:19:51 -0700 Bryan O'Sullivan parseurl: make revs optional
Fri, 11 Apr 2008 22:18:38 -0700 Bryan O'Sullivan Hoist localpath to the top level
Fri, 11 Apr 2008 12:52:56 -0500 Matt Mackall resolve: new command
Fri, 21 Mar 2008 14:52:24 +0100 Adrian Buehlmann clone: print "updating working directory" status message
Thu, 20 Mar 2008 11:12:35 -0500 Matt Mackall clone: use cancopy
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Fri, 22 Feb 2008 21:58:15 +0100 Thomas Arendsen Hein Allow "file://localhost/" in addition to "file:///" (issue728)
Wed, 13 Feb 2008 19:34:28 -0200 Alexis S. L. Carvalho merge with crew-stable
Wed, 13 Feb 2008 18:37:38 -0200 Alexis S. L. Carvalho clone: make things work when source is a repo object
Wed, 13 Feb 2008 18:37:38 -0200 Alexis S. L. Carvalho clone: expand the path before saving it in .hg/hgrc
Thu, 27 Dec 2007 22:28:41 +0100 Patrick Mezard hg: fail upon copy/link errors while cloning locally
Mon, 10 Dec 2007 10:24:14 -0600 Matt Mackall merge: make return codes more sensible