log mercurial/hg.py @ 26354:c1fb2cab6260

age author description
Thu, 24 Sep 2015 15:52:11 -0700 Sean Farley clone: check update rev for being True
Thu, 24 Sep 2015 15:47:23 -0700 Sean Farley clone: fix over-indented continuation line
Sat, 12 Sep 2015 11:31:56 -0700 Gregory Szorc hg: always create new localrepository instance
Sat, 22 Aug 2015 18:54:34 -0700 Gregory Szorc hg: establish a cache for localrepository instances
Sun, 30 Aug 2015 11:47:43 +0200 liscju clone: fix updaterev to update to latest branch changeset (issue4528)
Thu, 13 Aug 2015 19:37:47 -0500 Matt Mackall merge with stable
Thu, 13 Aug 2015 15:07:07 +0900 FUJIWARA Katsunori hg: avoid auto sharing when the clone destination is remote stable
Sat, 08 Aug 2015 18:52:36 -0700 Gregory Szorc hg: use absolute_import
Wed, 08 Jul 2015 16:19:09 -0700 Gregory Szorc hg: support for auto sharing stores when cloning
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Thu, 18 Jun 2015 15:34:22 -0500 Matt Mackall publishing: use new helper method
Tue, 16 Jun 2015 16:15:15 -0400 Matt Harbison verify: check the subrepository references in .hgsubstate
Sat, 30 May 2015 12:46:30 +0900 Yuya Nishihara hg: explicitly check that peer lookup object has instance() if call failed
Mon, 13 Apr 2015 22:27:01 -0700 Ryan McElroy bookmarks: rename setcurrent to activate (API)
Fri, 13 Mar 2015 18:28:11 -0400 Augie Fackler clone: add progress support to hardlink clones (issue3059)
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Wed, 04 Mar 2015 23:27:04 +0900 Yuya Nishihara ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
Sun, 11 Jan 2015 16:20:15 +0100 Angel Ezquerra share: replace the bookmarks.shared file with an entry on a new "shared" file
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Sat, 13 Dec 2014 11:32:46 -0800 Ryan McElroy share: add option to share bookmarks
Fri, 12 Dec 2014 14:02:56 -0800 Siddharth Agarwal hg.clone: set 'stream' depending on whether --pull was requested or not
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Mon, 06 Oct 2014 16:35:02 -0400 Jordi GutiƩrrez Hermoso config: use the same hgrc for a cloned repo as for an uninitted repo
Tue, 07 Oct 2014 00:09:50 -0700 Pierre-Yves David repair: use `first` instead of direct indexing
Fri, 26 Sep 2014 13:56:20 -0700 Pierre-Yves David clone: remove duplicated bookmark pulling
Fri, 26 Sep 2014 15:15:49 -0700 Pierre-Yves David clone: explicitly push bookmarks when cloning from local to remote
Fri, 26 Sep 2014 13:55:53 -0700 Pierre-Yves David clone: copy `.hg/bookmarks` during copy clone
Thu, 25 Sep 2014 01:41:26 -0700 Pierre-Yves David clone: use `exchange.push` instead of `localrepo.push`
Tue, 09 Sep 2014 17:16:24 -0400 Augie Fackler clone: provide sample username = config entry in .hg/hgrc (issue4359)
Thu, 21 Aug 2014 16:05:29 -0700 Siddharth Agarwal clone: for local clones, copy over filtered branchcaches as well (issue4286)