log hggit/__init__.py @ 945:bdd097524b88

age author description
Sun, 08 Nov 2015 21:39:00 -0800 Siddharth Agarwal mark as compatible with Mercurial 3.6
Sun, 08 Nov 2015 21:37:48 -0800 Siddharth Agarwal push: fix exchangepush for Mercurial 3.2
Mon, 26 Oct 2015 16:00:55 -0700 Durham Goode push: fix exchangepush wrapping
Thu, 15 Oct 2015 13:55:30 -0700 Sean Farley hggit: adapt push wrapper function for recent hg
Thu, 15 Oct 2015 16:04:15 -0700 Sean Farley init: wrap hgutil.url so that we can use isgitsshuri
Thu, 24 Sep 2015 16:54:47 -0700 Sean Farley revsets: use baseset instead of raw list
Mon, 24 Aug 2015 19:31:52 -0700 Durham Goode paths: mark git repos as valid paths
Mon, 24 Aug 2015 19:30:44 -0700 Durham Goode paths: refactor gitdir detection to a function
Wed, 30 Sep 2015 22:14:36 +0900 Yuya Nishihara help: ignore argument passed to doc loader
Tue, 11 Aug 2015 17:24:03 -0400 Augie Fackler version: bump to 0.8.2 0.8.2
Fri, 17 Jul 2015 11:25:00 -0700 Sean Farley init: fix default hg breakage by returning the right type
Fri, 26 Jun 2015 16:36:39 -0700 Sean Farley init: test for git http(s) paths
Fri, 26 Jun 2015 16:35:41 -0700 Sean Farley init: test for raw git ssh paths
Wed, 01 Jul 2015 13:55:59 -0700 Sean Farley util: add heuristic method to determine if a uri is git
Tue, 30 Jun 2015 15:20:06 -0700 Sean Farley init: sort imports and clean up pep warnings
Thu, 18 Jun 2015 16:42:13 -0400 Augie Fackler hggit: adapt pull wrapper function for recent hg
Tue, 17 Mar 2015 15:05:00 +0300 anatoly techtonik Add version info to hggit for "hg --version -v"
Sun, 31 May 2015 13:51:42 +0900 Yuya Nishihara ignore: evaluate ignore.readpats to see if ignore module really exists
Thu, 28 May 2015 12:40:49 -0700 Durham Goode ignore: update ignore logic to match upstream
Fri, 08 May 2015 15:51:45 -0700 Siddharth Agarwal init: mark hg-git as compatible with Mercurial 3.4
Fri, 08 May 2015 16:00:45 -0700 Siddharth Agarwal overlay: adapt diff to work with lazymanifests
Wed, 29 Apr 2015 18:03:03 -0400 Augie Fackler pull: acquire wlock before lock to fix lock-checker warnings
Fri, 17 Apr 2015 12:52:27 -0400 Sean Farley init: whitespace and formating cleanup
Fri, 30 Jan 2015 11:08:10 -0500 Augie Fackler Bump testedwith and hg-git version for release. 0.8.0
Wed, 10 Dec 2014 11:01:12 -0800 Siddharth Agarwal init: assert compatibility with Mercurial 3.2.2
Wed, 10 Dec 2014 10:59:39 -0800 Siddharth Agarwal init: add a try/except to retain compatibility with Mercurial 3.2
Fri, 05 Dec 2014 16:40:34 -0800 Siddharth Agarwal exchangepull: fixup for introduction of transaction manager upstream
Tue, 14 Oct 2014 11:32:21 -0400 Augie Fackler __init__: work around exchange not yet existing in hg 2.8.x
Mon, 13 Oct 2014 18:55:18 -0700 Siddharth Agarwal exchange: wrap push if localrepository.push isn't available
Mon, 13 Oct 2014 18:53:42 -0700 Siddharth Agarwal exchange: wrap pull if localrepository.pull isn't available
Wed, 03 Sep 2014 18:46:55 +0200 Siddharth Agarwal git_handler: rename mapfile to map_file for PEP8 compat
Sat, 23 Aug 2014 12:58:09 -0400 Augie Fackler Mark hg 3.1 as supported as well.
Tue, 17 Jun 2014 14:24:21 -0700 Siddharth Agarwal tests: assert compatibility with Mercurial 3.0.1
Mon, 19 May 2014 21:12:40 -0700 Siddharth Agarwal git-cleanup: drop empty options and move help text to docstring
Mon, 19 May 2014 21:09:30 -0700 Siddharth Agarwal gclear: drop empty options and move help text to docstring
Mon, 19 May 2014 21:07:09 -0700 Siddharth Agarwal gexport: drop empty options and redundant synopsis, and add help text
Mon, 19 May 2014 21:06:32 -0700 Siddharth Agarwal gimport: drop empty options and redundant synopsis, and add help text
Mon, 19 May 2014 19:03:02 -0700 Siddharth Agarwal commands: switch to new-style declaration via decorators
Mon, 19 May 2014 18:55:32 -0700 Siddharth Agarwal verify: add a wrapper function in __init__.py
Mon, 19 May 2014 18:48:40 -0700 Siddharth Agarwal import: remove redundant imports
Mon, 19 May 2014 20:39:43 -0700 Siddharth Agarwal tests: assert compatibility with Mercurial 3.0
Mon, 19 May 2014 19:21:46 -0700 Siddharth Agarwal testedwith: update list of versions hg-git is tested with
Mon, 14 Apr 2014 21:05:13 -0700 Siddharth Agarwal revset_fromgit: use repo.changelog.node instead of contexts
Mon, 14 Apr 2014 19:32:17 -0700 Siddharth Agarwal revset_gitnode: use repo.changelog.node instead of contexts
Tue, 04 Mar 2014 23:20:50 -0800 Siddharth Agarwal safebranchrevs: handle changelog having no commits
Thu, 27 Feb 2014 17:20:31 -0800 Siddharth Agarwal extsetup: use new-style extsetup with ui parameter
Wed, 26 Feb 2014 14:19:24 -0800 Siddharth Agarwal verify: add new command to verify the contents of a Mercurial rev
Wed, 19 Feb 2014 15:54:04 -0800 Siddharth Agarwal getremotechanges: drop support for Mercurial < 1.7
Wed, 19 Feb 2014 15:53:14 -0800 Siddharth Agarwal nodetags: drop support for Mercurial < 1.6
Wed, 19 Feb 2014 15:52:14 -0800 Siddharth Agarwal extsetup: drop support for Mercurial < 1.7
Wed, 19 Feb 2014 15:48:27 -0800 Siddharth Agarwal version: drop support for Mercurial 1.9.3
Wed, 19 Feb 2014 15:23:36 -0800 Siddharth Agarwal gitnodekw: use githandler from repo
Wed, 19 Feb 2014 15:22:54 -0800 Siddharth Agarwal revset_gitnode: use githandler from repo
Wed, 19 Feb 2014 15:22:36 -0800 Siddharth Agarwal revset_fromgit: use githandler from repo
Wed, 19 Feb 2014 15:15:01 -0800 Siddharth Agarwal getremotechanges: use githandler from repo
Wed, 19 Feb 2014 15:13:43 -0800 Siddharth Agarwal findcommonoutgoing: use githandler from repo
Wed, 19 Feb 2014 15:12:59 -0800 Siddharth Agarwal gclear: use githandler from repo
Wed, 19 Feb 2014 15:12:42 -0800 Siddharth Agarwal gexport: use githandler from repo
Wed, 19 Feb 2014 15:12:20 -0800 Siddharth Agarwal gimport: use githandler from repo
Sat, 14 Dec 2013 11:59:39 -0500 Augie Fackler testedwith: drop 2.3.1, which has at least one test failure