log

age author description
Tue, 04 Mar 2014 14:39:50 -0800 Siddharth Agarwal update_remote_branches: don't store refs that don't have an hg equivalent
Tue, 04 Mar 2014 14:26:30 -0800 Siddharth Agarwal import_tags: don't import tags that don't have an hg commit equivalent
Tue, 04 Mar 2014 12:57:37 -0800 Siddharth Agarwal determine_wants: factor ref filtering code out into a separate function
Mon, 03 Mar 2014 22:44:09 -0800 Siddharth Agarwal git_handler: don't write out objects if already in object store
Thu, 27 Feb 2014 17:20:31 -0800 Siddharth Agarwal extsetup: use new-style extsetup with ui parameter
Sat, 01 Mar 2014 09:37:26 -0500 Augie Fackler verify: drop broken and unused import statement
Wed, 26 Feb 2014 14:19:24 -0800 Siddharth Agarwal verify: add new command to verify the contents of a Mercurial rev
Tue, 25 Feb 2014 20:01:42 -0800 Siddharth Agarwal git_handler: remove init_if_missing
Tue, 25 Feb 2014 19:51:02 -0800 Siddharth Agarwal git_handler: make self.git a lazily evaluated property
Tue, 25 Feb 2014 00:23:12 -0800 Siddharth Agarwal overlayrevlog: handle root commits correctly
Tue, 25 Feb 2014 00:20:22 -0800 Siddharth Agarwal overlayrevlog: handle rev = 0 correctly
Mon, 24 Feb 2014 15:29:31 -0800 Siddharth Agarwal git_handler: fix call to self.ui.progress in flush
Mon, 24 Feb 2014 11:38:00 -0800 Siddharth Agarwal git_handler: don't compute tags for each tag imported
Wed, 19 Feb 2014 18:49:42 -0800 Siddharth Agarwal util: drop support for Mercurial < 1.4
Wed, 19 Feb 2014 18:49:28 -0800 Siddharth Agarwal git_handler: replace util.progress with ui.progress
Wed, 19 Feb 2014 18:46:56 -0800 Siddharth Agarwal overlay: drop support for Mercurial < 1.9
Wed, 19 Feb 2014 18:45:36 -0800 Siddharth Agarwal git_handler: remove old and bogus code for deleting entries from tags cache
Wed, 19 Feb 2014 16:12:27 -0800 Siddharth Agarwal git_handler.save_tags: drop support for Mercurial < 1.9
Wed, 19 Feb 2014 16:10:35 -0800 Siddharth Agarwal git_handler.save_map: drop support for Mercurial < 1.9
Wed, 19 Feb 2014 16:09:23 -0800 Siddharth Agarwal hgrepo.tags: drop support for Mercurial < 2.0
Wed, 19 Feb 2014 15:55:45 -0800 Siddharth Agarwal hgrepo.push: drop support for Mercurial < 1.6
Wed, 19 Feb 2014 15:54:37 -0800 Siddharth Agarwal gitrepo: drop support for Mercurial < 1.7
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 21:49:06 -0800 Siddharth Agarwal tests: upgrade run-tests.py
Wed, 19 Feb 2014 20:52:59 -0800 Siddharth Agarwal hg2git: fix subrepo handling to be deterministic
Wed, 19 Feb 2014 20:18:43 -0800 Siddharth Agarwal hg2git: move parse_subrepos to top level
Wed, 19 Feb 2014 15:23:36 -0800 Siddharth Agarwal gitnodekw: use githandler from repo