log mercurial/hg.py @ 13162:115a9760c382

age author description
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