log

age author description
Fri, 01 Aug 2014 10:04:03 -0400 Augie Fackler Bump version number. 0.6.1
Sun, 06 Jul 2014 15:38:33 +0900 Takumi IINO setup: include document files to package. (issue114)
Mon, 30 Jul 2012 08:20:08 -0500 Augie Fackler git_handler: clean up coding style
Fri, 04 Jul 2014 15:46:49 +0900 Takumi IINO git_handler: enable thin pack optimization (issue102)
Tue, 17 Jun 2014 15:42:37 +0900 Takumi IINO git_handler: use mercurial's password manager
Tue, 17 Jun 2014 14:17:49 -0700 Siddharth Agarwal git_handler: set substate to None to cope with Mercurial changes
Tue, 17 Jun 2014 12:49:33 -0700 Siddharth Agarwal git_handler: update memfilectx creation per Mercurial changes
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, 26 May 2014 18:37:09 -0700 Siddharth Agarwal tests: fix further breakage due to upstream output changes
Sun, 25 May 2014 20:18:40 -0400 CoolOppo Fixed small typo
Mon, 19 May 2014 20:39:43 -0700 Siddharth Agarwal tests: assert compatibility with Mercurial 3.0
Mon, 19 May 2014 19:27:48 -0700 Siddharth Agarwal tests: test with @ instead of tip
Mon, 19 May 2014 19:21:46 -0700 Siddharth Agarwal testedwith: update list of versions hg-git is tested with
Mon, 19 May 2014 20:44:53 -0700 Siddharth Agarwal readme: drop Mercurial and Dulwich compatibilty information
Mon, 19 May 2014 19:52:22 -0700 Siddharth Agarwal tests: fix breakage caused by Mercurial changes
Tue, 13 May 2014 17:42:19 -0400 Augie Fackler Added signature for changeset 29f51877a610
Tue, 13 May 2014 17:42:09 -0400 Augie Fackler Added tag 0.6.0 for changeset 9f20b66027c2
Tue, 13 May 2014 17:42:05 -0400 Augie Fackler setup: bump version number, correct author 0.6.0
Tue, 13 May 2014 17:25:04 -0400 Augie Fackler Makefile: drop support for hg older than 2.8.2
Wed, 16 Apr 2014 22:04:26 +0900 Takumi IINO gignore: remove illegal components (issue92)
Thu, 08 May 2014 20:18:06 -0700 Siddharth Agarwal listkeys: while looking for bookmarks, don't fetch a pack
Thu, 08 May 2014 19:49:50 -0700 Siddharth Agarwal test-bookmark-workflow: introduce tests for incoming bookmarks
Thu, 08 May 2014 19:30:38 -0700 Siddharth Agarwal filter_refs: only return all refs when heads is None
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
Thu, 08 May 2014 13:53:36 -0700 Siddharth Agarwal test-git-submodules: replace hg cat with hg manifest
Tue, 25 Mar 2014 15:04:11 -0400 Augie Fackler tests: add some extra filters for new output
Tue, 25 Mar 2014 11:11:04 -0700 Siddharth Agarwal hg2git: in _init_dirs, store keys without leading '/' (issue103)
Fri, 14 Mar 2014 20:45:09 -0700 Siddharth Agarwal hg2git: start incremental conversion from a known commit
Fri, 14 Mar 2014 19:18:19 -0700 Siddharth Agarwal git_handler: return early when no commits need to be exported
Fri, 14 Mar 2014 19:17:09 -0700 Siddharth Agarwal hg2git: implement a method to initialize _dirs from a Git commit
Tue, 04 Mar 2014 23:20:50 -0800 Siddharth Agarwal safebranchrevs: handle changelog having no commits
Tue, 04 Mar 2014 16:30:12 -0800 Siddharth Agarwal test-pull.t: add test for no-op pull
Tue, 04 Mar 2014 16:23:11 -0800 Siddharth Agarwal git_handler.fetch: only import commits reachable from requested heads
Tue, 04 Mar 2014 16:05:19 -0800 Siddharth Agarwal git_handler.fetch: actually return number of heads added or removed
Tue, 04 Mar 2014 16:51:43 -0800 Siddharth Agarwal import_git_objects: return number of commits imported
Tue, 04 Mar 2014 15:43:54 -0800 Siddharth Agarwal git_handler: base 'no changes found' message on commits, not on heads
Tue, 04 Mar 2014 14:50:44 -0800 Siddharth Agarwal update_hg_bookmarks: don't update bookmarks that don't have an hg commit
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
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
Wed, 19 Feb 2014 15:11:14 -0800 Siddharth Agarwal gitrepo: drop unused _initializehandler function and handler property
Wed, 19 Feb 2014 15:07:19 -0800 Siddharth Agarwal gitrepo.listkeys: use githandler from localrepo
Wed, 19 Feb 2014 14:16:40 -0800 Siddharth Agarwal hgrepo.tags: use githandler property
Wed, 19 Feb 2014 14:15:33 -0800 Siddharth Agarwal hgrepo._findtags: use githandler property
Wed, 19 Feb 2014 14:14:54 -0800 Siddharth Agarwal hgrepo.findoutgoing: use githandler property
Wed, 19 Feb 2014 14:14:01 -0800 Siddharth Agarwal hgrepo.push: use githandler property
Wed, 19 Feb 2014 14:12:38 -0800 Siddharth Agarwal hgrepo.pull: use githandler property
Wed, 19 Feb 2014 14:12:03 -0800 Siddharth Agarwal hgrepo: expose git handler as a property
Tue, 18 Feb 2014 20:30:27 -0800 Siddharth Agarwal git_handler: terminate new commit DAG traversal at known commits
Tue, 18 Feb 2014 20:22:13 -0800 Siddharth Agarwal git_handler: use convert_list to cache git objects
Tue, 18 Feb 2014 20:13:15 -0800 Siddharth Agarwal git_handler: note that new commits are returned in topo order
Sun, 16 Feb 2014 01:13:10 -0800 Siddharth Agarwal git_handler: fix progress reset call
Sun, 16 Feb 2014 01:11:47 -0800 Siddharth Agarwal git_handler: use repo.changelog.node instead of repo.lookup
Wed, 12 Feb 2014 22:55:16 -0800 Siddharth Agarwal hg2git: call _handle_subrepos when .hgsubstate is removed
Wed, 12 Feb 2014 21:19:04 -0800 Siddharth Agarwal hg2git: make _handle_subrepos worked in the removed case
Wed, 12 Feb 2014 20:34:09 -0800 Siddharth Agarwal hg2git: add 'new' prefix to _handle_subrepos variables
Wed, 12 Feb 2014 20:28:28 -0800 Siddharth Agarwal hg2git: factor out subrepo parsing into a separate function
Wed, 12 Feb 2014 19:50:56 -0800 Siddharth Agarwal hg2git: factor out remove path logic into a separate function
Sat, 15 Feb 2014 16:21:49 -0800 Siddharth Agarwal git_handler: remove collect_gitlinks now that it is unused
Wed, 12 Feb 2014 16:49:51 -0800 Siddharth Agarwal test-git-submodules.t: add further tests
Fri, 14 Feb 2014 15:44:50 -0800 Siddharth Agarwal git_handler: fix hgsubstate generation
Fri, 14 Feb 2014 16:16:25 -0800 Siddharth Agarwal git_handler: move check for gparents in repo to start of import_git_commit
Fri, 14 Feb 2014 13:15:45 -0800 Siddharth Agarwal git_handler: move gparents initialization up to start of import_git_commit
Fri, 14 Feb 2014 11:31:54 -0800 Siddharth Agarwal git_handler: return gitlinks in get_files_changed
Wed, 12 Feb 2014 18:05:12 -0800 Siddharth Agarwal hg2git: call status on newctx, not newctx.rev()
Wed, 12 Feb 2014 17:49:14 -0800 Siddharth Agarwal hg2git: store ctx instead of rev
Wed, 12 Feb 2014 17:47:38 -0800 Siddharth Agarwal hg2git: rename ctx to newctx in update_changeset
Thu, 13 Feb 2014 02:00:18 +0200 Dov Feldstern fallback to unauthenticated http(s) access when using older dulwich
Thu, 13 Feb 2014 01:37:22 +0200 Dov Feldstern support for http(s) basic authentication
Tue, 11 Feb 2014 22:13:34 -0800 Siddharth Agarwal git_handler: don't bail on multiple octopus merges in succession
Fri, 07 Feb 2014 10:43:49 -0500 Jordi Gutiérrez Hermoso gitdirstate: import errno for handling OSError
Sun, 22 Dec 2013 16:31:12 +0000 Christopher Meng Update COPYING file to the latest license texts from http://www.gnu.org/licenses/gpl-2.0.txt
Sun, 15 Dec 2013 15:25:31 -0500 Augie Fackler tests: fix output expectations from 3ff09f0
Sun, 15 Dec 2013 15:19:22 -0500 anatoly techtonik git_handler.py: less cryptic error message when push fails
Sat, 14 Dec 2013 12:05:15 -0500 Augie Fackler Added signature for changeset 2f7bd8db709f
Sat, 14 Dec 2013 12:03:56 -0500 Augie Fackler Added tag 0.5.0 for changeset ef41e87ea11a
Sat, 14 Dec 2013 12:03:54 -0500 Augie Fackler setup: bump version 0.5.0
Sat, 14 Dec 2013 12:00:09 -0500 Augie Fackler test-subrepos.t: hide output from newer hg versions about active bookmarks
Sat, 14 Dec 2013 11:59:39 -0500 Augie Fackler testedwith: drop 2.3.1, which has at least one test failure
Sat, 14 Dec 2013 11:19:39 -0500 Augie Fackler testedwith: add 2.8.1
Sat, 14 Dec 2013 11:19:25 -0500 Augie Fackler gitignore: gate feature on dirstate having rootcache and ignore having readpats
Fri, 13 Dec 2013 13:02:08 -0500 Augie Fackler git_handler: iterate over new refs in sorted order to stabilize test output
Fri, 13 Dec 2013 12:54:39 -0500 Augie Fackler overlay: add kludge to make sure we only ever give hexshas to dulwich
Fri, 13 Dec 2013 12:42:55 -0500 Augie Fackler test-timezone.t: add missing (but needed) trailing whitespace
Fri, 13 Dec 2013 12:41:41 -0500 Augie Fackler tests: dulwich is now smarter about sending fewer objects, update output
Fri, 13 Dec 2013 12:34:06 -0500 Augie Fackler setup: bump dep on dulwich to 0.9.4
Tue, 03 Dec 2013 16:55:17 -0500 Jordi Gutiérrez Hermoso git-handler: turn refs from None to {} so that empty git repos can convert
Wed, 27 Nov 2013 09:27:59 -0500 Ben Kehoe Fix for #68 | Use .gitignore files (with proper semantics)
Sat, 05 Oct 2013 14:46:10 -0700 Augie Fackler Merge pull request #249 from warner/improve-readme
Tue, 26 Jun 2012 11:41:53 -0700 Brian Warner README: add URLs of homepage, primary hg repo, and git mirror repo
Sat, 05 Oct 2013 17:40:50 -0400 Augie Fackler overlays: fix incoming support for hg 2.8
Tue, 17 Sep 2013 09:59:36 -0400 Augie Fackler Merge a work-around for a bug in dulwich.
Tue, 17 Sep 2013 09:58:36 -0400 Augie Fackler git_handler: fix bugs introduced by 47df57f2bb2b which could never have passed tests
Tue, 17 Sep 2013 09:58:12 -0400 Augie Fackler git_handler: clean up trailing whitespace
Tue, 11 Dec 2012 15:44:23 +0100 domruf fix/work around https://bugs.launchpad.net/dulwich/+bug/1025886
Fri, 13 Sep 2013 02:41:36 +0100 Alex Regueiro Updated `setup.py` file to reflect requirement on newer version of dulwich package.
Fri, 13 Sep 2013 01:42:27 +0100 Alex Regueiro Upgraded to use latest version of dulwich (0.9.1).
Wed, 28 Aug 2013 13:52:38 -0400 Augie Fackler test-subrepos: cope with unsorted output in .hgsub
Wed, 28 Aug 2013 13:49:01 -0400 Augie Fackler merge
Wed, 28 Aug 2013 13:41:22 -0400 Augie Fackler Update test output to handle 65d8a43b adding some more objects.
Wed, 28 Aug 2013 11:27:13 -0400 Augie Fackler test-tree-decomposition: work around git command format changes
Mon, 12 Aug 2013 23:20:41 +0900 nsuke git_handler: skip exporting hg tags whose names are not valid as git tag name
Thu, 11 Jul 2013 00:22:07 +0300 Risto Kankkunen Make the path part of URL contain a leading slash only if it's not followed by tilde. (issue #71)
Mon, 01 Jul 2013 16:04:53 -0300 André Felipe Dias Fixes #54 | option branch_bookmark_suffix doesn't move bookmarks along
Sun, 14 Apr 2013 11:11:41 -0700 Gregory Szorc Only export modified Git trees
Wed, 03 Apr 2013 14:37:13 -0500 Augie Fackler overlaymanifest: add iteritems(), used by recent hg versions
Tue, 19 Mar 2013 22:44:01 -0700 Gregory Szorc Export Git objects from incremental Mercurial changes
Sun, 24 Mar 2013 16:39:40 -0500 Augie Fackler Added tag 0.4.0 for changeset a3c3b8077cbe
Wed, 06 Feb 2013 17:35:08 -0800 Hal Wine Add test to show dulwich fault on invalid timezone data 0.4.0
Tue, 05 Feb 2013 08:25:37 -0800 Hal Wine scrub bad timezone values before dulwich sees them
Sun, 06 Jan 2013 02:31:37 -0500 David M. Carr push: provide better output about changed references (issue #64)
Sun, 06 Jan 2013 01:46:57 -0500 David M. Carr push: add more output about what was added (issue #64)
Fri, 23 Nov 2012 20:20:48 -0600 Augie Fackler Merge with master.
Thu, 22 Nov 2012 18:44:09 -0500 David M. Carr git_handler: add bookmark compatibility with new bmstore (issue #60)
Sun, 11 Nov 2012 17:12:55 -0600 Augie Fackler Merge
Sun, 11 Nov 2012 15:46:19 -0600 Augie Fackler git_handler: defend against unexported revisions in tag exporting
Sat, 03 Nov 2012 22:36:13 -0400 David M. Carr tests: use fn_git_commit in test-encoding.t
Sat, 03 Nov 2012 22:22:43 -0400 David M. Carr tests: make test-encoding.t compatible with git 1.8.0
Sat, 03 Nov 2012 19:25:13 -0400 David M. Carr tests: remove filterhash from test-incoming.t
Sat, 03 Nov 2012 19:20:52 -0400 David M. Carr tests: remove mercurial version check from test-incoming.t
Sat, 03 Nov 2012 19:20:39 -0400 David M. Carr tests: remove mercurial version check from test-pull-after-strip.t
Sat, 03 Nov 2012 19:14:17 -0400 David M. Carr tests: convert echos to comments
Sat, 03 Nov 2012 19:12:08 -0400 David M. Carr tests: avoid changing the current directory
Sat, 03 Nov 2012 19:11:50 -0400 David M. Carr tests: extract git command-line client and dulwich requirements into testutil
Wed, 31 Oct 2012 00:01:03 -0400 David M. Carr tests: let git init create directories when applicable
Tue, 30 Oct 2012 23:16:07 -0400 David M. Carr tests: add check for dulwich in test-url-parsing.py
Tue, 30 Oct 2012 22:59:20 -0400 David M. Carr tests: extract commonly used commit/tag functions into testutil library
Tue, 30 Oct 2012 20:03:26 -0400 David M. Carr tests: extract extension configuration into a testutil library
Thu, 01 Nov 2012 12:43:31 -0500 Augie Fackler Merge
Thu, 01 Nov 2012 09:11:03 -0500 Augie Fackler Added tag 0.3.4 for changeset 586b7aa96466
Thu, 01 Nov 2012 09:10:59 -0500 Augie Fackler Release 0.3.4 0.3.4
Tue, 30 Oct 2012 00:08:43 -0400 David M. Carr tests: remove git-daemon check from test-subrepos.t
Mon, 29 Oct 2012 21:34:37 -0500 Augie Fackler Merge obsolete marker fix.
Mon, 29 Oct 2012 21:25:24 -0500 Augie Fackler test-pull.t: normalize git-merge output
Mon, 29 Oct 2012 20:16:00 -0400 David M. Carr overlaychangectx: fix compatibility with mercurial 2.4-rc (no attribute _repo)
Mon, 29 Oct 2012 00:19:44 -0400 David M. Carr tests: fix check for dulwich in test-subrepos.t
Mon, 29 Oct 2012 00:17:55 -0400 David M. Carr tests: uncomment calls to hghave git
Sun, 28 Oct 2012 21:05:51 -0400 David M. Carr tests: pull in hghave
Sun, 28 Oct 2012 20:32:42 -0400 David M. Carr listkeys: simplify ref stripping expression
Fri, 26 Oct 2012 22:46:02 -0400 David M. Carr pull: don't pull tags as bookmarks
Fri, 26 Oct 2012 22:06:57 -0400 David M. Carr tests: rename test-pull.t to test-clone.t
Thu, 25 Oct 2012 23:22:36 -0500 Augie Fackler Merge
Thu, 25 Oct 2012 21:47:44 -0400 David M. Carr push: suppress "exporting hg objects to git" message
Thu, 25 Oct 2012 21:47:36 -0400 David M. Carr push: suppress ref output by default
Thu, 25 Oct 2012 20:49:26 -0400 David M. Carr tests: add coverage for outgoing with bookmark changes only
Thu, 25 Oct 2012 20:49:08 -0400 David M. Carr gitrepo: initial support for listkeys
Thu, 25 Oct 2012 19:54:05 -0400 David M. Carr peer: pass localrepo to new gitrepo instances
Thu, 25 Oct 2012 00:40:35 -0400 David M. Carr push: fix traceback when pushing empty hg repo to empty git repo (issue #58)
Thu, 18 Oct 2012 12:25:04 -0400 Jordi Gutiérrez Hermoso git_handler: replace with-statement with try-finally
Wed, 17 Oct 2012 10:59:42 -0500 Augie Fackler Merge
Wed, 17 Oct 2012 10:50:55 -0500 Augie Fackler git_handler: lazy-load mapping
Sun, 07 Oct 2012 20:19:51 -0400 David M. Carr tests: add workflow coverage for push with no changes
Sun, 07 Oct 2012 20:11:27 -0400 David M. Carr push: change "no changes" default output to match normal mercurial
Sun, 07 Oct 2012 19:58:24 -0400 David M. Carr tests: add coverage for outgoing with no changes
Sun, 07 Oct 2012 19:48:51 -0400 David M. Carr tests: add coverage for bookmark workflow comparison; cloning
Sun, 07 Oct 2012 19:37:59 -0400 David M. Carr tests: fix test-subrepos.t sporadically failing
Thu, 27 Sep 2012 22:52:54 -0400 David M. Carr docs: include testedwith
Thu, 27 Sep 2012 22:42:41 -0400 David M. Carr docs: include buglink
Thu, 27 Sep 2012 22:32:01 -0400 David M. Carr outgoing: don't delete remote refs
Fri, 21 Sep 2012 20:26:26 -0700 Gregory Szorc Verify tree and parent objects are in Git repo
Fri, 21 Sep 2012 19:43:50 -0700 Gregory Szorc Precompile author file regular expression
Fri, 21 Sep 2012 19:42:24 -0700 Gregory Szorc Precompile Git progress regular expressions
Fri, 21 Sep 2012 19:39:53 -0700 Gregory Szorc Precompile Git author extra data regular expression
Fri, 21 Sep 2012 19:36:57 -0700 Gregory Szorc Precompile Git username sanitizing regular expression
Fri, 21 Sep 2012 19:32:16 -0700 Gregory Szorc Precompile Git URI regular expression
Fri, 21 Sep 2012 19:28:46 -0700 Gregory Szorc Optimize get_git_author
Sun, 16 Sep 2012 14:46:18 -0500 Sean Farley setup: fix typo forgetting brackets introduced in 5c1d4311440d
Fri, 14 Sep 2012 19:10:18 -0400 David M. Carr tests: remove use of git-daemon in test-subrepos
Fri, 14 Sep 2012 19:10:05 -0400 David M. Carr tests: remove piping of command git init from test-subrepos
Fri, 14 Sep 2012 19:09:42 -0400 David M. Carr tests: remove configuration of bookmarks extension from test-subrepos
Fri, 14 Sep 2012 19:08:51 -0400 David M. Carr tests: unify test-subrepos
Fri, 14 Sep 2012 14:09:25 -0500 Augie Fackler test-subrepos: fix test to actually pass against all supported versions
Thu, 13 Sep 2012 20:57:37 -0400 David M. Carr docs: update to correctly reflect that local git repositories are supported
Thu, 13 Sep 2012 20:49:45 -0400 David M. Carr tests: eliminate use of git-daemon
Thu, 13 Sep 2012 20:49:42 -0400 David M. Carr tests: remove piping of command git init to remove leading path
Thu, 13 Sep 2012 20:48:11 -0400 David M. Carr tests: remove configuration of bookmarks extension
Thu, 13 Sep 2012 20:36:58 -0400 David M. Carr readme: remove references to bookmarks being optional
Thu, 13 Sep 2012 18:50:21 -0400 David M. Carr tests: drop test-sane-without-bookmarks
Thu, 13 Sep 2012 18:48:46 -0400 David M. Carr tests: unify test-outgoing
Thu, 13 Sep 2012 18:47:11 -0400 David M. Carr outgoing: re-introduce support for outgoing
Thu, 13 Sep 2012 18:45:46 -0400 David M. Carr makefile: remove support for hg before 1.9.3
Thu, 13 Sep 2012 18:43:05 -0400 David M. Carr dulwich: require 0.8.6 or greater
Thu, 13 Sep 2012 09:36:24 -0500 Augie Fackler test-subrepos: fix up test now that it's executable
Thu, 13 Sep 2012 09:19:38 -0500 Augie Fackler Merge more test cleanups from David.
Tue, 11 Sep 2012 23:16:15 -0400 David M. Carr tests: make test-subrepos executable
Tue, 11 Sep 2012 18:51:19 -0400 David M. Carr tests: unify test-encoding
Thu, 13 Sep 2012 09:17:46 -0500 Augie Fackler test-git-submodules: update expected output
Mon, 10 Sep 2012 00:28:05 -0400 David M. Carr tests: unify test-tree-decomposition
Mon, 10 Sep 2012 00:27:57 -0400 David M. Carr tests: unify test-sane-without-bookmarks
Mon, 10 Sep 2012 00:27:56 -0400 David M. Carr tests: unify test-push-r
Mon, 10 Sep 2012 00:27:45 -0400 David M. Carr tests: unify test-push
Mon, 10 Sep 2012 00:27:44 -0400 David M. Carr tests: unify test-pull-after-strip
Mon, 10 Sep 2012 00:27:43 -0400 David M. Carr tests: unify test-pull
Mon, 10 Sep 2012 00:27:41 -0400 David M. Carr tests: unify test-octopus
Mon, 10 Sep 2012 00:27:33 -0400 David M. Carr tests: unify test-merge
Mon, 10 Sep 2012 00:27:32 -0400 David M. Carr tests: unify test-incoming
Mon, 10 Sep 2012 00:27:30 -0400 David M. Carr tests: unify test-hg-tags
Mon, 10 Sep 2012 00:27:17 -0400 David M. Carr tests: unify test-hg-branch