Mercurial > hg > hg-git
graph
-
update_remote_branches: refactor head usageMon, 29 Mar 2010 13:05:59 +0800, by Tay Ray Chuan
-
update_remote_branches: don't prepend '/' to headsMon, 29 Mar 2010 13:00:49 +0800, by Tay Ray Chuan
-
tests: specify --pretty formatSun, 28 Mar 2010 12:21:48 +0800, by Tay Ray Chuan
-
Merge debug message fix.Sat, 27 Mar 2010 22:20:18 -0500, by Augie Fackler
-
export_hg_commit: fix debug noteMon, 22 Mar 2010 00:36:39 +0800, by Tay Ray Chuan
-
Various hg 1.4 compat fixes.Sat, 27 Mar 2010 21:37:58 -0500, by Augie Fackler
-
test-hg-branch: sed hashes from hg < 1.5Sat, 27 Mar 2010 21:16:41 -0500, by Augie Fackler
-
pull: make it possible to un-wedge the repo after stripping git revsThu, 25 Mar 2010 20:24:00 -0500, by Augie Fackler
-
hggit: defend against exceptions when pulling with -rThu, 25 Mar 2010 20:23:00 -0500, by Augie Fackler
-
hggit: don't wrap gitrepo with hgrepoThu, 25 Mar 2010 20:23:00 -0500, by Augie Fackler
-
pull: fail more gracefully if revisions have been strippedThu, 25 Mar 2010 20:23:00 -0500, by Augie Fackler
-
tests: many, many changes so we never push into a checked-out refThu, 25 Mar 2010 19:54:00 -0500, by Augie Fackler
-
git_handler: 80 columns cleanupThu, 25 Mar 2010 19:39:00 -0500, by Augie Fackler
-
git_handler: fix % formatting in ref errors.Thu, 25 Mar 2010 19:37:00 -0500, by Augie Fackler
-
tests: missed some hash changes last time aroundWed, 03 Mar 2010 19:25:29 -0600, by Augie Fackler
-
tests: fix for new sorting of extra in hg and new topological sortWed, 03 Mar 2010 17:47:00 -0600, by Augie Fackler
-
test-git-workflow: work around git output format changeWed, 03 Mar 2010 17:43:01 -0600, by Augie Fackler
-
fix gimport and add test for using to work on hg repos from git (issue 73)Fri, 26 Feb 2010 19:27:32 +0100, by Abderrahim Kitouni
-
Don't import git submodule files (we don't support them .. yet).Tue, 23 Feb 2010 16:23:09 -0500, by jeremy avnet
-
git_handler: use progress API instead of reinventing the wheelWed, 24 Feb 2010 21:08:38 -0600, by Augie Fackler
-
git_handler: slight style cleanupWed, 24 Feb 2010 21:08:19 -0600, by Augie Fackler
-
sort heads by commit date in topological sortWed, 24 Feb 2010 17:21:25 +0100, by Benoit Boissinot
-
use a simple toposort algorithm for DAG (post order from a DFS from the heads)Wed, 24 Feb 2010 17:21:23 +0100, by Benoit Boissinot
-
make sure no tag object are included in the DAG we buildWed, 24 Feb 2010 17:21:20 +0100, by Benoit Boissinot
-
init: strip .git for default clone destination for git sourcesMon, 11 Jan 2010 20:48:43 -0600, by Augie Fackler
-
init: whitespace cleanupMon, 11 Jan 2010 20:46:52 -0600, by Augie Fackler
-
Added tag 0.2.1 for changeset 21ead8190d9cSat, 26 Dec 2009 13:46:50 -0600, by Augie Fackler
-
tests: update some test expectationsSat, 26 Dec 2009 13:41:56 -0600, by Augie Fackler
-
Merge with abderrahim.Sat, 26 Dec 2009 13:31:24 -0600, by Augie Fackler
-
fix a bug when a directory is replaced with a fileFri, 25 Dec 2009 08:56:20 +0100, by Abderrahim Kitouni
-
remove leftover lsprofcalltree.py (we can use hg --profile)Thu, 26 Nov 2009 20:47:38 +0100, by Abderrahim Kitouni
-
accept both old and new hg output for cloneMon, 23 Nov 2009 19:28:20 +0100, by Abderrahim Kitouni
-
fix running unit tests with the test runnerMon, 23 Nov 2009 19:10:32 +0100, by Abderrahim Kitouni
-
undo changes from ea0728d8cdc2 (GNU sed doesn't have a -E option)Mon, 23 Nov 2009 18:58:40 +0100, by Abderrahim Kitouni
-
Added tag 0.2.0 for changeset 77d6c9eb02fbSat, 26 Dec 2009 12:42:29 -0600, by Augie Fackler
-
git_handler: update for slight API change in bookmarksSat, 26 Dec 2009 12:22:06 -0600, by Augie Fackler
-
remove unused importsSun, 29 Nov 2009 16:29:18 +0100, by Antonin Amand
-
python 2.4 syntax fixSun, 29 Nov 2009 16:24:34 +0100, by Antonin Amand
-
tests: update test expectations for hg change a3d73b3e1f8aTue, 27 Oct 2009 22:40:11 -0400, by Augie Fackler
-
tests: inline unit tests into main test suiteTue, 27 Oct 2009 22:39:45 -0400, by Augie Fackler
-
Enable detection of bare repositories as a local git repoMon, 26 Oct 2009 17:52:32 +0100, by Lincoln Stoll
-
Adding a unit test for the url format parser.Tue, 20 Oct 2009 19:33:06 +0200, by Lincoln Stoll
-
Handle normal relative SSH paths (i.e for heroku and gitosis) as well as github style paths.Mon, 19 Oct 2009 17:48:07 +0200, by Lincoln Stoll
-
Merge with abderrahim.Sun, 25 Oct 2009 10:55:12 -0500, by Augie Fackler
-
tests: Fix tests with new repo layout.Sun, 25 Oct 2009 10:52:50 -0500, by Augie Fackler
-
do not init the cache git repo unless needed (fixes issue 16 bb)Thu, 15 Oct 2009 21:45:15 +0100, by Abderrahim Kitouni
-
Simple hack for handling wrong use of git repos (fixes issue 24 bb)Thu, 08 Oct 2009 19:50:09 +0100, by Abderrahim Kitouni
-
Simpler handling of detection of git reposThu, 08 Oct 2009 02:27:00 +0200, by Mads Kiilerich
-
Updated readme with more complete author list and some corrected docs.Sat, 17 Oct 2009 20:34:53 -0400, by Augie Fackler
-
Added tag 0.1.0 for changeset 505d7cdca198Sat, 17 Oct 2009 20:12:19 -0400, by Augie Fackler
-
Merge test fixes.Fri, 25 Sep 2009 22:44:05 -0400, by Augie Fackler
-
tests: work around output variations in newer git versionsWed, 19 Aug 2009 21:13:07 +0100, by Abderrahim Kitouni
-
Add some better help.Fri, 25 Sep 2009 22:09:33 -0400, by Augie Fackler
-
Merge with abderrahim's changes.Fri, 25 Sep 2009 22:01:57 -0400, by Augie Fackler
-
push tip to master in an empty repository even if there are tagsSun, 16 Aug 2009 23:18:08 +0100, by Abderrahim Kitouni
-
look for renamed files only in files modified by the commitSat, 15 Aug 2009 22:41:45 +0100, by Abderrahim Kitouni
-
hgrepo: remove unused importsMon, 10 Aug 2009 16:07:13 +0100, by Abderrahim Kitouni