Differences between revisions 5 and 6
Revision 5 as of 2006-09-05 10:01:51
Size: 738
Editor: tonfa
Comment:
Revision 6 as of 2006-10-12 12:11:30
Size: 1408
Editor: tonfa
Comment: release notes
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:

= Release notes =
Available at:

 http://selenic.com/mercurial/release

More information at:

 http://selenic.com/mercurial

Major changes between Mercurial 0.9.1 and 0.??:

 New features:
 - merge now follows renames and copies
 - new web interface with simpler url's
 - bundle can now use -r and --base removing the need of an base
   repository
 - The diff outputted can now be in git-style patch, with handling of
   renames and chmod. import and mq can now use git style patches too


 New contributions and extensions:

 New hooks added:

 Behaviour changes:

 Memory usage and performance improvements:

 Other changes of note:

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)

Release notes

Available at:

More information at:

Major changes between Mercurial 0.9.1 and 0.??:

  • New features: - merge now follows renames and copies - new web interface with simpler url's - bundle can now use -r and --base removing the need of an base
    • repository
    - The diff outputted can now be in git-style patch, with handling of
    • renames and chmod. import and mq can now use git style patches too
    New contributions and extensions: New hooks added: Behaviour changes: Memory usage and performance improvements: Other changes of note:


CategoryHomepage

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