Differences between revisions 3 and 4
Revision 3 as of 2006-02-04 18:53:30
Size: 406
Editor: tonfa
Comment: wiki formatting
Revision 4 as of 2006-09-05 10:01:30
Size: 736
Editor: tonfa
Comment: ideas
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

=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)

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)