log

age author description
Sun, 14 Oct 2018 21:43:45 -0500 Kevin Bullock Added signature for changeset c651bb6fcf33 default tip master
Sun, 14 Oct 2018 21:42:45 -0500 Kevin Bullock Added tag 0.8.12 for changeset c651bb6fcf33
Sun, 14 Oct 2018 21:42:35 -0500 Kevin Bullock compat: update testedwith and bump version number for release 0.8.12
Wed, 07 Feb 2018 22:42:32 -0600 Kevin Bullock compat: find listdir function in compat module
Wed, 07 Feb 2018 22:37:28 -0600 Kevin Bullock compat: extract function for differing phases.advanceboundary args
Wed, 07 Feb 2018 22:30:17 -0600 Kevin Bullock compat: find the right method to set active bookmark once
Wed, 07 Feb 2018 22:18:35 -0600 Kevin Bullock compat: drop compat code from hg < 1.9 (!!)
Wed, 07 Feb 2018 22:08:14 -0600 Kevin Bullock compat: drop hg < 1.4 compat code (!!)
Fri, 02 Feb 2018 13:43:26 -0600 Kevin Bullock compat: drop hg < 1.8 compat code (!!)
Fri, 02 Feb 2018 13:41:42 -0600 Kevin Bullock compat: mark all compat-checking locations outside hggit.compat with "COMPAT:"
Tue, 18 Sep 2018 21:52:09 +0200 Arne Babenhauserheide compat: support hg 4.7 demandimport.IGNORES API with fallback to 4.6 API
Mon, 28 May 2018 10:08:42 +0200 Paul Morelle overlaychangectx: fallback to self._hgrepo if self._repo attribute not found
Thu, 24 May 2018 11:45:12 +0200 Sean Farley overlaychangectx: also assign repo to self._repo
Thu, 24 May 2018 11:35:10 +0200 Sean Farley overlay: be more object oriented for overlaychangectx.parents
Thu, 24 May 2018 11:26:15 +0200 Sean Farley compat: add compatibility for 4.6 mercurial.utils
Thu, 24 May 2018 09:50:04 +0200 Sean Farley gitrepo: implement commandexecutor for hg 4.6
Wed, 02 May 2018 20:43:17 -0500 Kevin Bullock compat: switch from hgutil.Abort to error.Abort
Thu, 17 May 2018 07:51:47 +0200 Paul Morelle git_handler: use repo.__getitem__ instead of (removed) repo.changectx
Thu, 17 May 2018 07:38:28 +0200 Paul Morelle gitrepo: add missing 'intents' keyword (from hg 4.6) to gitrepo.__init__
Wed, 21 Mar 2018 23:29:07 +0100 Paul Morelle git-handler: fix deprecated API in next hg version
Tue, 01 May 2018 10:28:16 -0500 Kevin Bullock client: update to dulwich 0.19+
Sat, 24 Feb 2018 17:30:57 -0600 Kevin Bullock merge with 0.8.11 release
Sat, 24 Feb 2018 17:22:27 -0600 Kevin Bullock Added signature for changeset b90c69681d2d
Sat, 24 Feb 2018 17:22:24 -0600 Kevin Bullock Added tag 0.8.11 for changeset b90c69681d2d
Sat, 24 Feb 2018 17:22:10 -0600 Kevin Bullock version: bump version number to 0.8.11 0.8.11
Tue, 28 Nov 2017 22:49:58 -0800 Sean Farley tests: add pyflakes check to the test suite
Mon, 27 Nov 2017 19:24:23 -0500 Sean Farley cleanup: add a setup.cfg for flake8 rules to ignore
Mon, 27 Nov 2017 19:23:25 -0500 Sean Farley cleanup: put import at top of file
Mon, 27 Nov 2017 19:05:08 -0500 Sean Farley cleanup: wrap to 80 chars
Mon, 27 Nov 2017 18:46:07 -0500 Sean Farley cleanup: add some blank lines
Mon, 27 Nov 2017 18:34:24 -0500 Sean Farley cleanup: use tuple instead of list since path is immutable
Mon, 27 Nov 2017 18:26:57 -0500 Sean Farley cleanup: use is not None instead of !=
Mon, 27 Nov 2017 18:25:44 -0500 Sean Farley cleanup: put extra space before inline comment
Mon, 27 Nov 2017 18:24:34 -0500 Sean Farley cleanup: fix whitespace around operators
Mon, 27 Nov 2017 18:22:34 -0500 Sean Farley cleanup: fix incorrect indentation
Mon, 27 Nov 2017 18:21:17 -0500 Sean Farley cleanup: remove unused imports
Tue, 06 Feb 2018 17:04:24 -0800 Tony Tung git_handler: store gpgsig header to maintain commit coherence
Tue, 20 Feb 2018 16:21:38 -0800 Sean Farley tests: add gpg directory from hg test suite
Tue, 06 Feb 2018 16:34:28 -0800 Tony Tung tests: copy hg test infra from hg repo @5cfdf6137af8
Tue, 06 Feb 2018 12:12:49 -0600 Kevin Bullock compat: update testedwith for hg 4.5 release
Tue, 06 Feb 2018 08:45:48 -0600 Kevin Bullock compat: extract function for memfilectx signature variants
Tue, 06 Feb 2018 08:37:11 -0600 Kevin Bullock tests: glob out a hint that changed in hg 4.5
Sat, 03 Feb 2018 14:54:35 -0600 Kevin Bullock exchange: check for remote refs to determine if we're cloning
Mon, 05 Feb 2018 23:21:35 -0800 Tony Tung compat: pass memctx to memfilectx constructor on hg 4.5+
Fri, 02 Feb 2018 10:06:57 -0600 Kevin Bullock tests: restore the use of the right 'hg' when testing w/old versions
Sun, 24 Dec 2017 12:05:22 -0500 Kevin Bullock tests: use our copy of run-tests.py when testing against older hg
Fri, 22 Dec 2017 16:15:18 -0600 Kevin Bullock tests: remove now-redundant doctest runs from `make tests`
Thu, 30 Nov 2017 14:48:54 -0800 Sean Farley tests: add doctest test so we don't regress with those
Mon, 27 Nov 2017 19:15:25 -0500 Sean Farley git_handler: fix doctests
Thu, 30 Nov 2017 14:49:06 -0800 Sean Farley tests: fix bad (re) match
Mon, 27 Nov 2017 17:49:04 -0500 Sean Farley fetch_pack: refactor to use compat.FetchPackResult
Mon, 27 Nov 2017 17:47:14 -0500 Sean Farley compat: add a stub FetchPackResult class for use with older dulwich
Mon, 27 Nov 2017 17:45:51 -0500 Sean Farley compat: use newer read_pkt_refs from dulwich if possible
Mon, 27 Nov 2017 17:40:59 -0500 Sean Farley gitrepo: slight refactor to use {} instead of dict()
Fri, 01 Dec 2017 16:14:16 -0800 Sean Farley tests: fix symlink subrepo test
Tue, 06 Sep 2016 01:11:28 +0200 Dan Villiom Podlaski Christiansen share: add a test for shared git data in shared repositories
Sun, 24 Dec 2017 11:48:24 -0500 Kevin Bullock shared: fix compatibility with hg < 4.2
Mon, 27 Nov 2017 22:03:18 -0600 Kevin Bullock doc: document all config options in README
Sat, 25 Nov 2017 19:55:54 -0600 Kevin Bullock doc: sort config options in alphabetical order
Thu, 26 Oct 2017 18:20:00 +0200 Pierre-Yves David share: host the git repository alongside the store
Fri, 24 Nov 2017 21:04:54 +0100 Pierre-Yves David tests: update to new git output
Mon, 20 Nov 2017 17:12:20 +0100 Pierre-Yves David compat: re-enable git subrepositories disabled in 4.4.1
Sat, 25 Nov 2017 12:09:34 -0600 Kevin Bullock doc: explain gclear more clearly (and warningly)
Sat, 25 Nov 2017 12:09:03 -0600 Kevin Bullock doc: clean up README and TODO
Wed, 01 Nov 2017 20:38:09 -0500 Kevin Bullock config: register defaults for phase-related config options
Thu, 24 Dec 2015 15:51:17 -0600 Sean Farley git_handler: add config knob for marking git branches public
Fri, 15 May 2015 15:02:24 -0700 Sean Farley fetch: mark remote HEAD as public phase
Wed, 01 Nov 2017 20:24:12 -0500 Kevin Bullock Added signature for changeset 6ef27582bfa5
Wed, 01 Nov 2017 20:24:02 -0500 Kevin Bullock Added tag 0.8.10 for changeset 6ef27582bfa5
Wed, 01 Nov 2017 20:23:50 -0500 Kevin Bullock version: bump version number to 0.8.10 0.8.10
Wed, 01 Nov 2017 19:51:22 -0500 Kevin Bullock compat: update testedwith to include hg 4.4
Tue, 24 Oct 2017 14:46:36 -0500 Kevin Bullock config: register git.blockdothg
Tue, 24 Oct 2017 14:44:48 -0500 Kevin Bullock config: register git.findcopiesharder
Tue, 24 Oct 2017 14:42:07 -0500 Kevin Bullock config: register git.renamelimit
Tue, 24 Oct 2017 14:39:58 -0500 Kevin Bullock config: register git.similarity
Tue, 24 Oct 2017 14:37:55 -0500 Kevin Bullock config: register git.mindate
Tue, 24 Oct 2017 14:36:17 -0500 Kevin Bullock config: register git.debugextrainmessage
Tue, 24 Oct 2017 14:33:12 -0500 Kevin Bullock config: register hggit.mapsavefrequency
Tue, 24 Oct 2017 14:26:35 -0500 Kevin Bullock config: register git.authors
Tue, 24 Oct 2017 14:22:19 -0500 Kevin Bullock config: register git.branch_bookmark_suffix
Tue, 24 Oct 2017 14:18:26 -0500 Kevin Bullock config: register git.intree
Tue, 24 Oct 2017 14:14:25 -0500 Kevin Bullock config: register git.blockdotgit
Wed, 01 Nov 2017 20:05:44 -0500 Kevin Bullock compat: use config registrar if available
Tue, 24 Oct 2017 13:56:26 -0500 Kevin Bullock config: provide a central place to define and access defaults
Wed, 01 Nov 2017 19:50:00 -0500 Kevin Bullock tests: set default date that run-tests.py no longer sets
Tue, 24 Oct 2017 15:21:55 -0500 Kevin Bullock renames: fix range check for renamelimit
Tue, 24 Oct 2017 15:20:03 -0500 Kevin Bullock renames: add test demonstrating wrong renamelimit checking
Tue, 24 Oct 2017 15:10:15 -0500 Kevin Bullock renames: call hgutil.Abort from the correct module
Mon, 23 Oct 2017 14:41:36 -0500 Kevin Bullock tests: update globs so ssh command injection tests pass on macOS
Mon, 23 Oct 2017 14:38:35 -0500 Kevin Bullock compat: add some optional "new changesets" lines to push/pull test output
Mon, 23 Oct 2017 15:01:03 -0500 Kevin Bullock tests: update run-tests.py
Thu, 05 Oct 2017 11:22:24 -0700 Durham Goode overlay: update changelogrevision
Thu, 05 Oct 2017 11:04:50 -0700 Durham Goode context: update to work with upstream
Sun, 01 Oct 2017 12:51:49 +0100 Kevin Bullock compat: update for upcoming hg 4.4 release
Thu, 17 Aug 2017 13:44:29 -0700 Sean Farley tests: update test-renames.t for new git output
Thu, 10 Aug 2017 15:40:38 -0400 Kevin Bullock Added signature for changeset 88de3215e138
Thu, 10 Aug 2017 15:40:31 -0400 Kevin Bullock Added tag 0.8.9 for changeset 88de3215e138
Thu, 10 Aug 2017 14:55:28 -0400 Kevin Bullock version: bump version number to 0.8.9 0.8.9
Sat, 05 Aug 2017 02:13:11 +0900 FUJIWARA Katsunori gitdirstate: show pattern error in hgignore file as expected
Thu, 10 Aug 2017 14:54:56 -0400 Kevin Bullock compat: update hg versions we test against
Thu, 10 Aug 2017 14:19:04 -0400 Kevin Bullock ssh: unban the use of pipe character in hostname
Wed, 09 Aug 2017 21:34:15 -0400 Kevin Bullock ssh: expand test coverage for ssh vulnerability
Fri, 04 Aug 2017 14:34:57 -0700 Sean Farley ssh: avoid SSH command-line injection [SEC]
Mon, 07 Aug 2017 15:40:42 -0400 Kevin Bullock tests: run doctests when testing against particular hg versions
Sun, 06 Aug 2017 09:51:47 -0500 Kevin Bullock tests: use $PYTHON to run doctests
Sat, 05 Aug 2017 17:22:55 -0500 Kevin Bullock tests: run doctests on all .py files
Sat, 05 Aug 2017 17:22:00 -0500 Kevin Bullock tests: run doctests with the whole suite
Sun, 06 Aug 2017 09:45:35 -0500 Kevin Bullock compat: delay importing osutil until we know we need it
Sat, 05 Aug 2017 17:14:44 -0500 Kevin Bullock compat: fix fallback for ui.passwordmgr
Sat, 05 Aug 2017 17:07:59 -0500 Kevin Bullock compat: remove unused argument
Sat, 05 Aug 2017 17:03:33 -0500 Kevin Bullock git_handler: use namedtuple as mock repo in doctests
Mon, 24 Jul 2017 16:06:25 -0500 Kevin Bullock Added signature for changeset 631d42fbf8a2
Mon, 24 Jul 2017 16:06:16 -0500 Kevin Bullock Added tag 0.8.8 for changeset 631d42fbf8a2
Mon, 24 Jul 2017 16:05:56 -0500 Kevin Bullock version: bump version number to 0.8.8 0.8.8
Mon, 24 Jul 2017 16:05:17 -0500 Kevin Bullock compat: update hg versions we test against
Mon, 24 Jul 2017 16:03:22 -0500 Kevin Bullock tests: glob out server address for hg 4.2+
Mon, 24 Jul 2017 15:09:57 -0500 Kevin Bullock Added signature for changeset 620a1095f3a9
Mon, 24 Jul 2017 15:09:50 -0500 Kevin Bullock Added tag 0.8.7 for changeset 620a1095f3a9
Mon, 24 Jul 2017 15:09:34 -0500 Kevin Bullock version: bump version number to 0.8.7 0.8.7
Mon, 24 Jul 2017 15:07:44 -0500 Kevin Bullock wlock: use non-context-manager form to restore older hg support
Wed, 19 Jul 2017 05:51:44 -0700 Ryan McElroy bookmarks: compatibility with new applychanges api
Mon, 17 Jul 2017 05:49:23 -0700 Durham Goode wlock: take wlock when writing map file
Mon, 19 Jun 2017 13:50:45 -0500 Kevin Bullock gitdirstate: use util.listdir if available
Fri, 09 Jun 2017 05:49:23 -0700 Stanislau Hlebik git_handler: explicitly set default branch
Mon, 22 May 2017 15:45:54 -0700 Durham Goode commands: update to use registrar
Fri, 12 May 2017 13:14:21 -0700 Jun Wu overlayfilectx: provide an isbinary() method
Tue, 09 May 2017 14:33:28 -0700 Durham Goode vfs: stop using repo.join/wjoin
Tue, 18 Apr 2017 23:42:33 -0500 Kevin Bullock Added signature for changeset 1bd9d9a0201c
Tue, 18 Apr 2017 23:42:29 -0500 Kevin Bullock Added tag 0.8.6 for changeset 1bd9d9a0201c
Tue, 18 Apr 2017 23:36:45 -0500 Kevin Bullock version: bump version number to 0.8.6 0.8.6
Tue, 18 Apr 2017 23:36:23 -0500 Kevin Bullock tests: update list of versions we've tested with
Wed, 15 Mar 2017 13:37:02 -0700 Durham Goode repo: update repo.join to be repo.vfs.join
Thu, 09 Mar 2017 12:33:05 -0800 Arun Kulshreshtha git_handler: replace repo.opener with repo.vfs
Wed, 15 Mar 2017 14:56:37 -0700 Durham Goode manifest: update matcher to match core api
Sat, 17 Dec 2016 17:24:17 -0800 Gregory Szorc tests: add tests for git.findcopiesharder
Tue, 01 Nov 2016 22:20:03 +0000 timeless githandler: replace ref with bookmark
Fri, 08 Jan 2016 14:02:20 -0800 Sean Farley git_handler: use remote HEAD for cloned bookmark (BC)
Fri, 15 May 2015 12:57:52 -0700 Sean Farley git2hg: protect incoming from looking up HEAD
Fri, 15 May 2015 11:40:49 -0700 Sean Farley git_handler: use our read_pkt_refs for fetch_pack
Fri, 15 May 2015 11:38:59 -0700 Sean Farley compat: add method for dulwich to return the symref
Mon, 09 Jan 2017 05:05:12 -0800 Stanislau Hlebik hotfix: add unfiltered() method to fix tests
Sun, 13 Nov 2016 11:49:23 +0100 Henning Schild CONTRIBUTING: add more information on the google group
Mon, 05 Dec 2016 18:32:05 -0600 Kevin Bullock tests: update list of versions we've tested with to include 4.0.1
Thu, 17 Nov 2016 16:22:42 -0800 Durham Goode manifest: update to work with new manifest classes in core
Mon, 03 Oct 2016 04:43:48 -0700 Ryan McElroy githandler: respect mapsavefrequency during export
Thu, 06 Oct 2016 10:11:14 +0200 Sietse Brouwer revset_gitnode: allow abbreviated hashes
Mon, 12 Sep 2016 07:40:42 -0700 Ryan McElroy test-subrepos: update to account for newer git output
Mon, 12 Sep 2016 05:51:16 -0700 Ryan McElroy overlay: add support for upstream manifestlog transition
Mon, 05 Sep 2016 03:04:24 -0700 Ryan McElroy stop dying if extras is malformed
Mon, 05 Sep 2016 03:03:24 -0700 Ryan McElroy add progress to commit discovery phase
Fri, 02 Sep 2016 18:26:01 -0700 Sean Farley gitdirstate: only wrap for hg-git repos
Fri, 12 Aug 2016 16:54:20 -0500 Kevin Bullock tests: update list of hg versions we've tested with
Thu, 04 Aug 2016 14:16:44 -0700 Sean Farley git_handler: use compat.passwordmgr for hg < 3.9 support
Thu, 04 Aug 2016 14:16:06 -0700 Sean Farley compat: add method for backwards compatible passwordmgr
Fri, 22 Jul 2016 00:35:24 +0800 Anton Shestakov CONTRIBUTING: update the link to Mercurial wiki
Wed, 20 Apr 2016 07:22:44 -0700 Martijn Pieters Update test to keep graph output stable across versions.
Mon, 28 Mar 2016 16:22:17 -0700 Mateusz Kwapich overlay: add changelogrevision
Thu, 04 Feb 2016 13:33:32 +0100 Dan Villiom Podlaski Christiansen git_handler: detect and reject nested Mercurial repositories
Mon, 01 Feb 2016 16:57:18 -0800 Siddharth Agarwal Added tag 0.8.5 for changeset 53d514c9c7e6
Mon, 01 Feb 2016 16:56:40 -0800 Siddharth Agarwal init: mark Mercurial 3.7 as supported and prepare for 0.8.5 0.8.5
Mon, 01 Feb 2016 16:56:54 -0800 Siddharth Agarwal test-help: fix for Mercurial 3.7
Thu, 14 Jan 2016 13:33:35 +0100 Dmitrij D. Czarkoff test-renames.t: don't use "seq"
Mon, 11 Jan 2016 16:28:28 -0800 Sean Farley push: better formatting of messages from the server
Fri, 08 Jan 2016 13:59:39 -0800 Sean Farley git_handler: use util method for writing bookmarks
Fri, 08 Jan 2016 13:58:47 -0800 Sean Farley util: add method for writing bookmarks
Fri, 08 Jan 2016 13:57:03 -0800 Sean Farley util: regularize mercurial imports
Fri, 08 Jan 2016 11:30:06 -0800 Sean Farley ignore: add .testtimes to ignored files
Sat, 02 Jan 2016 03:39:21 -0800 Siddharth Agarwal Added tag 0.8.4 for changeset 22a12bf143a3
Sat, 02 Jan 2016 03:39:18 -0800 Siddharth Agarwal version: bump up to 0.8.4 0.8.4
Sat, 02 Jan 2016 03:35:55 -0800 Siddharth Agarwal all-version-tests: test Mercurial 3.6.3
Thu, 31 Dec 2015 18:49:17 -0500 Augie Fackler git_handler: work around dulwich using unicode for ref names
Thu, 31 Dec 2015 18:48:01 -0500 Augie Fackler hgrepo: ensure all git-origin tags are bytes
Mon, 07 Dec 2015 19:59:17 -0500 Augie Fackler all-version-tests: wrap to 80 columns and test 3.{5,6}.2
Mon, 07 Dec 2015 19:58:53 -0500 Augie Fackler Makefile: respect HGTESTFLAGS environment variable
Thu, 31 Dec 2015 13:07:49 -0800 Siddharth Agarwal test-push.t: clean up compat cruft
Thu, 31 Dec 2015 13:02:34 -0800 Siddharth Agarwal testutil: clean up compat cruft
Thu, 31 Dec 2015 13:01:03 -0800 Siddharth Agarwal test-subrepos.t: clean up compat cruft
Thu, 31 Dec 2015 12:56:12 -0800 Siddharth Agarwal gitdirstate: fix up compat comment
Thu, 31 Dec 2015 12:54:33 -0800 Siddharth Agarwal gitrepo: clean up compat cruft
Thu, 31 Dec 2015 12:45:30 -0800 Siddharth Agarwal merge
Thu, 31 Dec 2015 12:37:40 -0800 Siddharth Agarwal overlay: regularize mercurial imports
Thu, 31 Dec 2015 12:36:16 -0800 Siddharth Agarwal gitdirstate: regularize mercurial imports
Thu, 31 Dec 2015 12:34:29 -0800 Siddharth Agarwal ssh: regularize mercurial imports
Thu, 31 Dec 2015 12:33:17 -0800 Siddharth Agarwal hgrepo: regularize mercurial imports
Thu, 31 Dec 2015 12:27:07 -0800 Siddharth Agarwal hg2git: regularize mercurial imports
Thu, 31 Dec 2015 12:26:34 -0800 Siddharth Agarwal init: regularize mercurial imports
Thu, 31 Dec 2015 12:25:00 -0800 Siddharth Agarwal git_handler: regularize mercurial imports
Wed, 30 Dec 2015 10:27:24 -0800 Laurent Charignon bookmarks: use bookmarks.recordchange instead of bookmarks.write if available
Tue, 29 Dec 2015 18:06:14 +0000 timeless init: handle AttributeError in addition to ImportError
Mon, 14 Dec 2015 14:38:42 -0800 Sean Farley ssh: fix breakage again with dulwich update
Wed, 02 Dec 2015 17:26:20 -0800 Sean Farley push: print messages from the server
Thu, 29 Oct 2015 15:57:17 -0700 Sean Farley init: only activate git ignore logic in reposetup
Tue, 01 Dec 2015 10:19:50 -0800 Siddharth Agarwal Backed out changeset a593069575bb
Wed, 25 Nov 2015 17:52:59 -0500 Augie Fackler git_handler: work around dulwich using unicode for ref names
Thu, 12 Nov 2015 16:38:41 -0800 mcc readme: document the specific behaviors of hg author translation
Sun, 08 Nov 2015 22:29:26 -0800 Siddharth Agarwal manifest: include test and test data
Sun, 08 Nov 2015 21:56:38 -0800 Siddharth Agarwal determine_wants: deal with refs being None
Sun, 08 Nov 2015 21:41:52 -0800 Siddharth Agarwal Added tag 0.8.3 for changeset d7ad67f850b2
Sun, 08 Nov 2015 21:41:43 -0800 Siddharth Agarwal version: bump up to 0.8.3 0.8.3
Sun, 08 Nov 2015 21:40:06 -0800 Siddharth Agarwal readme: remove compatibility list
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
Mon, 19 Oct 2015 11:41:06 -0700 Sean Farley ssh: fix breakage with dulwich update
Fri, 16 Oct 2015 16:14:51 -0700 Sean Farley tests: update for new merge output
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
Thu, 24 Sep 2015 16:24:27 -0700 Sean Farley update_hg_bookmarks: add wlock
Thu, 14 May 2015 15:15:37 -0700 Sean Farley git_handler: rename local variable to not shadow import name
Fri, 15 May 2015 14:02:55 -0700 Sean Farley git_handler: remove pre-2.8 code for bookmarks
Mon, 27 Apr 2015 16:51:27 -0700 Sean Farley push: use unfiltered repo for looking previously mapped nodes
Thu, 24 Sep 2015 14:06:36 -0700 Sean Farley refs: avoid using dulwich to load refs
Sat, 16 May 2015 19:43:26 -0700 Sean Farley refs: use dulwich to read remote refs
Wed, 30 Sep 2015 22:14:36 +0900 Yuya Nishihara help: ignore argument passed to doc loader
Tue, 11 Aug 2015 17:24:08 -0400 Augie Fackler Added tag 0.8.2 for changeset e183fdc198f0
Tue, 11 Aug 2015 17:24:03 -0400 Augie Fackler version: bump to 0.8.2 0.8.2
Tue, 11 Aug 2015 17:22:38 -0400 Augie Fackler tests: add hg 3.5 to all-version-tests
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
Fri, 26 Jun 2015 16:32:20 -0700 Sean Farley git_handler: test for a raw git ssh uri
Fri, 26 Jun 2015 16:27:11 -0700 Sean Farley gitrepo: use isgitsshuri in islocal
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
Sat, 13 Jun 2015 18:03:34 -0700 Sean Farley import_git_commit: skip hgsubstate logic if file was deleted
Thu, 11 Jun 2015 13:56:16 -0700 Durham Goode gitimport: add save frequency config
Tue, 23 Jun 2015 20:17:10 -0700 Durham Goode pull: consider remotes during discovery
Fri, 19 Jun 2015 11:45:18 -0700 Siddharth Agarwal tests: use Mercurial 3.4.1 for all-version-tests
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"
Mon, 01 Jun 2015 11:44:55 -0700 Siddharth Agarwal test-gitignore.t: drop check for ignore.readpats
Sun, 31 May 2015 13:54:15 +0900 Yuya Nishihara gitdirstate: eliminate naked except clause in compatibility code
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:44:00 -0700 Durham Goode test: update test output with summary phase info
Thu, 28 May 2015 12:40:49 -0700 Durham Goode ignore: update ignore logic to match upstream
Thu, 14 May 2015 12:51:37 -0700 Gregory Szorc git_handler: properly handle paths when files converge
Tue, 12 May 2015 17:05:13 -0700 Sean Farley git_handler: update for bookmark changes in mercurial 3.5