sapling/hgext
Edouard Gomez dd0c6f737a convert/gnuarch: parse continuation-of revisions in gnuarch source
In GNU Arch, continuation-of was often used for:
 - tagging revisions
 - continue working on a project in a new archive, because arch
   was scaling poorly in revision numbers (cat-logs were slow
   to be parsed and scanned through)
 - very similar to the previous point, fork his own branch of
   a project.

Parsing this header information will allow to 'follow' new history
because it often hints at older/forked/personal revision trees.

This patch however just implements the parsing of the
continuation-of header. A followup patch will implement the proper
use of this new information.
2009-01-04 02:36:48 +01:00
..
convert convert/gnuarch: parse continuation-of revisions in gnuarch source 2009-01-04 02:36:48 +01:00
highlight extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
inotify inotify: do not attempt to monkeypatch bundlerepos 2008-12-15 12:02:18 -08:00
zeroconf zeroconf: Don't break serve if no internet connection is present. 2008-10-29 18:54:46 -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
bookmarks.py merge bookmarks 2008-12-31 15:04:18 +01:00
bugzilla.py Revise Bugzilla module comments into extension help. 2008-12-10 16:29:53 +00:00
children.py cmdutil: use change contexts for cset-printer and cset-templater 2008-11-14 13:59:25 +01:00
churn.py python implementation of diffstat 2008-12-25 10:48:24 +02:00
color.py color: fix colorization of the 'old mode' git diff metadata 2008-12-19 22:32:08 +01:00
extdiff.py use repo.wjoin(f) instead of os.path.join(repo.root, f) 2009-01-02 22:53:33 +01:00
fetch.py factor out the url handling from httprepo 2008-10-27 21:50:01 +01:00
gpg.py status: clean up all users for unknown files 2008-06-27 13:43:29 -05:00
graphlog.py bundlerepo doesn't really have a dirstate, throw AttributeError if requested 2008-11-27 16:07:17 +01:00
hgcia.py Add hgcia to hgext 2008-11-27 11:04:29 -08:00
hgk.py patch: turn patch.diff() into a generator 2008-11-03 16:48:23 +01: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 keyword: simplify repo.local and bundle check (as in dddd37603ecd) 2008-12-16 09:58:41 +01:00
mq.py mq: filter out empty commit messages in qfold 2008-12-01 20:10:02 -08:00
notify.py notify: no charset conversion when testing 2008-12-02 15:31:33 +01: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 python implementation of diffstat 2008-12-25 10:48:24 +02:00
purge.py use repo.wjoin(f) instead of os.path.join(repo.root, f) 2009-01-02 22:53:33 +01:00
rebase.py rebase: add support to keep branch names 2008-11-18 21:46:01 -06:00
record.py patch: turn patch.diff() into a generator 2008-11-03 16:48:23 +01:00
transplant.py protocol: use changegroupsubset() if possible (issue1389) 2008-11-25 23:26:33 +01: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