log

age author description
Mon, 10 Sep 2012 00:27:16 -0400 David M. Carr tests: unify test-hg-author
Mon, 10 Sep 2012 00:27:14 -0400 David M. Carr tests: unify test-git-workflow
Mon, 10 Sep 2012 00:27:12 -0400 David M. Carr tests: unify test-git-tags
Mon, 10 Sep 2012 00:27:09 -0400 David M. Carr tests: unify test-git-submodules
Mon, 10 Sep 2012 00:26:59 -0400 David M. Carr tests: unify test-git-clone
Mon, 10 Sep 2012 00:26:58 -0400 David M. Carr tests: unify test-file-removal
Mon, 10 Sep 2012 00:26:43 -0400 David M. Carr tests: unify test-empty-working-tree
Mon, 10 Sep 2012 00:26:41 -0400 David M. Carr tests: unify test-convergedmerge
Mon, 10 Sep 2012 00:26:39 -0400 David M. Carr tests: unify test-conflict-2
Mon, 10 Sep 2012 00:26:37 -0400 David M. Carr tests: unify test-conflict-1
Mon, 10 Sep 2012 00:26:33 -0400 David M. Carr tests: unify test-help
Mon, 10 Sep 2012 00:25:59 -0400 David M. Carr tests: unify test-keywords
Mon, 10 Sep 2012 00:24:47 -0400 David M. Carr tests: upgrade run-tests.py
Mon, 10 Sep 2012 00:23:35 -0400 David M. Carr readme: update supported versions in README.md
Sun, 09 Sep 2012 16:13:02 -0500 Augie Fackler Merge master into next.
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr push: state when no changes are found
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr push: only output updated refs
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr push: return 1 if no changes found, 0 if success
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr makefile: add update support from hg 2.3 to hg 2.3.1
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr makefile: remove support for hg 1.6.4
Wed, 05 Sep 2012 23:27:31 -0400 David M. Carr tests: fix exec mode on test-help and test-keywords
Wed, 22 Aug 2012 23:39:45 -0400 David M. Carr revsets: add fromgit and gitnode selectors
Wed, 22 Aug 2012 23:39:45 -0400 David M. Carr templatekw: add support for gitnode template keyword
Wed, 22 Aug 2012 23:39:45 -0400 David M. Carr help: add additional help topics
Wed, 22 Aug 2012 23:39:45 -0400 David M. Carr makefile: document all-version-tests intentions
Tue, 28 Aug 2012 09:09:01 -0500 Augie Fackler submodules: only use the ordereddict backport if collections.OrderedDict is unavailable
Tue, 28 Aug 2012 09:08:22 -0500 Augie Fackler git_handler: remove tab character that snuck in
Tue, 28 Aug 2012 09:07:41 -0500 Augie Fackler setup.py: bump version to 0.4.0 on the branch containing submodule support
Mon, 06 Aug 2012 18:30:33 +0200 Artem Tikhomirov Subrepos: generate .hgsubstate and .hgsub based on gitlinks and .gitmodules, preserve gitlinks on hg commit export. Tests included. Dependency from PyPI's ordereddict to use OrderedDict
Mon, 13 Aug 2012 18:56:27 +0200 Mads Kiilerich git_handler: fix safehasattr - hg util is hgutil