Differences between revisions 4 and 5
Revision 4 as of 2006-09-05 10:01:30
Size: 736
Editor: tonfa
Comment: ideas
Revision 5 as of 2006-09-05 10:01:51
Size: 738
Editor: tonfa
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
=IDEAS= = IDEAS =

Benoit Boissinot

Email: MailTo(bboissin AT SPAMFREE gmail DOT com)

Mercurial repository at : http://hg.intevation.org/mercurial/tonfa

notes to self:

  • want to add the parent in dirstate (so that localrepo.changes doesn't report modified after a merge)
  • want to add the base in changegroup (so that full revision can be inserted)

IDEAS

  • Get rid of metadatas in manifest, put them in the filelog (like copies). It makes sense because each change to a file should be reflected at the filelog level.
  • add a delete entry in the filelog and add it to the manifest (that way we know when the head is removed, and 'hg log filename' will show the deletion)


CategoryHomepage

tonfa (last edited 2011-03-28 21:47:31 by tonfa)