Mercurial > hg > hg-git
graph
-
gitrepo: update for pushable bookmarksMon, 05 Jul 2010 11:54:06 -0500, by Augie Fackler
-
test-url-parsing: defend against changes in dulwichMon, 05 Jul 2010 11:47:34 -0500, by Augie Fackler
-
hgrepo: pass through newbranch arg if pushing to hgFri, 18 Jun 2010 08:20:47 -0500, by Augie Fackler
-
Add just enough code to handle changes to cset discovery.Sat, 12 Jun 2010 21:49:14 -0500, by Augie Fackler
-
test-pull-after-strip: discared new backup message from stripSat, 12 Jun 2010 21:48:41 -0500, by Augie Fackler
-
README: remove defunct Author list, use {hg,git} log to find out.Sat, 12 Jun 2010 21:28:09 -0500, by Augie Fackler
-
README: 80 columns cleanup.Sat, 12 Jun 2010 21:27:17 -0500, by Augie Fackler
-
README: remove outdated status, update version requirements.Sat, 12 Jun 2010 21:26:19 -0500, by Augie Fackler
-
Merge README cleanups.Sat, 12 Jun 2010 21:24:52 -0500, by Augie Fackler
-
Merge documentation of in-tree and cleanup of the variable.Sat, 12 Jun 2010 21:23:01 -0500, by Augie Fackler
-
enforce stricter matching for pull -rWed, 02 Jun 2010 20:14:26 +0800, by Tay Ray Chuan
-
Merge fix from Benoit AllardSat, 12 Jun 2010 21:19:40 -0500, by Augie Fackler
-
Fix a traceback when accessing _get_object() on TagThu, 20 May 2010 00:16:59 +0200, by Benoit Allard
-
Cope with tags being sorted (hg cset c7dbd6c4877a) by backporting that behaviorSat, 12 Jun 2010 21:14:33 -0500, by Augie Fackler
-
push: handle argspec change from e43c23d189a5Sat, 12 Jun 2010 21:12:21 -0500, by Augie Fackler
-
README: add 'Commands' section and stubsMon, 17 May 2010 23:00:56 +0800, by Tay Ray Chuan
-
README: rename 'Commands' section to 'Usage'Mon, 17 May 2010 22:53:18 +0800, by Tay Ray Chuan
-
README: make url conversion more explicitMon, 17 May 2010 22:31:43 +0800, by Tay Ray Chuan
-
README: say 'an explicit protocol prefix'Mon, 17 May 2010 22:27:46 +0800, by Tay Ray Chuan
-
README: reword clone command sectionMon, 17 May 2010 19:55:17 +0800, by Tay Ray Chuan
-
README: prefix commands with dollar signMon, 17 May 2010 19:50:58 +0800, by Tay Ray Chuan
-
README: use bare-minimum of 4 spaces for code blocksMon, 17 May 2010 19:49:49 +0800, by Tay Ray Chuan
-
README: document git.intreeMon, 17 May 2010 20:15:50 +0800, by Tay Ray Chuan
-
explicitly expect boolean values for git.intreeMon, 17 May 2010 20:04:02 +0800, by Tay Ray Chuan
-
Added tag 0.2.2 for changeset a222399a59d7Sat, 22 May 2010 22:12:30 -0500, by Augie Fackler
-
Require dulwich 0.6.0Sat, 22 May 2010 22:10:17 -0500, by Augie Fackler
-
Un-break hg 1.3 by adding a compat layer for progress.Fri, 30 Apr 2010 10:35:13 -0500, by Augie Fackler
-
README.md: Improve Mercurial to Git conversion description.Tue, 06 Apr 2010 10:20:13 -0500, by Simon Ruderich
-
README.md: Add information to convert Mercurial to Git.Tue, 06 Apr 2010 10:19:30 -0500, by Simon Ruderich
-
Merge style fixMon, 05 Apr 2010 19:06:48 -0500, by Augie Fackler
-
git_handler: prefer () continuation to \ continuation.Mon, 05 Apr 2010 19:06:20 -0500, by Augie Fackler
-
setup.py: depend on dulwich 0.5.1 or laterMon, 05 Apr 2010 19:05:18 -0500, by Augie Fackler
-
Merge test fix.Mon, 05 Apr 2010 18:52:58 -0500, by Augie Fackler
-
test-pull-after-strip: don't run git-cleanup twiceMon, 05 Apr 2010 13:28:52 +0800, by Tay Ray Chuan
-
Merge branch 'rc/push-tag' into rc/masterSun, 04 Apr 2010 23:26:46 +0800, by Tay Ray Chuan
-
Merge branch 'rc/fix-ann-tags' into rc/masterSun, 04 Apr 2010 19:23:34 +0800, by Tay Ray Chuan
-
when pushing, check if server is advertising annotated tagsMon, 15 Mar 2010 12:53:54 +0800, by Tay Ray Chuan
-
test-git-tags: test pushing to repo with annotated tagsMon, 15 Mar 2010 13:10:06 +0800, by Tay Ray Chuan
-
update references to Tag.get_object()Fri, 02 Apr 2010 20:08:14 +0800, by Tay Ray Chuan
-
handle apply_delta() return value correctlyFri, 02 Apr 2010 19:56:50 +0800, by Tay Ray Chuan
-
update_remote_branches: don't store de-refed tagsMon, 29 Mar 2010 12:51:40 +0800, by Tay Ray Chuan
-
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