sapling/hgext
Edouard Gomez bea37bac1c convert: return remote branches in git source
When converting git repos, all stuff happening on branches
seems to be ignored.

This is caused by the fact a "git clone" of a remote git
repo has all its branches prefixed with "origin/". By
chance, the "origin/master" branch is always linked to a
local "master" branch. So getheads() returns only the
master head, and it ignores all the other heads.

Make sure getheads() returns all heads, forcing remote
branches to be return by git-rev-parse.
2008-10-19 00:32:23 +02:00
..
convert convert: return remote branches in git source 2008-10-19 00:32:23 +02:00
highlight extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
inotify inotify: avoid passing potentially stale stat to update 2008-10-22 19:40:32 -05:00
zeroconf extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py acl: refactoring 2008-06-27 21:45:16 -05:00
alias.py findcmd: have dispatch look up strict flag 2008-10-22 17:34:08 -05:00
bugzilla.py Add support for Bugzilla 3.0 series to bugzilla hook. 2008-08-29 20:36:55 +01:00
children.py use repo[changeid] to get a changectx 2008-06-26 14:35:46 -05:00
churn.py churn: corrected help output 2008-10-18 16:51:26 +02:00
color.py extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
extdiff.py i18n: mark strings for translation in extdiff extension 2008-08-31 16:12:02 +02:00
fetch.py fetch: use dirstate branch instead of first parents 2008-09-24 13:22:11 +02:00
gpg.py status: clean up all users for unknown files 2008-06-27 13:43:29 -05:00
graphlog.py graphlog: fix calls from outside the repository (issue1285) 2008-09-02 09:25:29 +02:00
hgk.py i18n, hgk: mark command line options for translation 2008-09-06 17:44:01 +02:00
imerge.py i18n, imerge: mark command line for translation 2008-09-06 17:44:02 +02:00
interhg.py extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
keyword.py extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
mq.py extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
notify.py help: better documentation intro for a few extensions 2008-10-18 16:56:39 +02:00
pager.py extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
parentrevspec.py Add parentrevspec extension 2007-08-17 17:33:27 -03:00
patchbomb.py patchbomb: mime-encode clean utf-8 patches (issue814) 2008-10-20 17:40:29 +02:00
purge.py util: add sort helper 2008-06-27 18:28:45 -05:00
rebase.py extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
record.py record: catch PatchErrors from internalpatch and display error message 2008-08-31 11:36:07 +02:00
transplant.py i18n: mark strings for translation in transplant extension 2008-08-31 16:12:03 +02:00
win32mbcs.py Update win32mbcs extension 2008-08-13 20:18:40 -05:00
win32text.py i18n: import _ instead of gettext 2008-10-21 17:47:49 +02:00