summaryrefslogtreecommitdiff
path: root/marks_file.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
|
* Add a bunch of mark id normalization.termie2011-01-301-3/+2
| | | | | | | | bzr-fastimport is getting marks from a variety of sources, all of which us the format ':\d+' but it really wants just the raw number internally. This patch cleans up the symptoms of many places where this normalization was not occuring.
* Merge in Ian's new mark file format branch, add support for still reading ↵Jelmer Vernooij2010-12-111-37/+22
|\ | | | | | | old style marks files.
| * Use the new marks file format (introduced in git 1.6 apparently)Ian Clatworthy2009-08-241-35/+7
|/
* extend & use marks_file APIIan Clatworthy2009-02-181-8/+22
|
* move import/export of marks into a moduleIan Clatworthy2009-02-181-0/+81