Changes between Initial Version and Version 2 of Ticket #6359


Ignore:
Timestamp:
04/03/2015 11:18:32 PM (9 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6359

    • Property Owner changed from blfs-book@… to Fernando de Oliveira
    • Property Status newassigned
  • Ticket #6359 – Description

    initial v2  
    11New point version
     2
     3[http://mercurial.selenic.com/release/mercurial-3.3.3.tar.gz]
     4
     5[http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.3.3_.282015-04-01.29]
     6
     7{{{
     81. Mercurial 3.3.3 (2015-04-01)
     9
     10This is a regularly-scheduled bugfix release.
     11
     12    adjustlinkrev: handle 'None' value as source
     13    adjustlinkrev: prepare source revs for ancestry only once
     14
     15    amend: check for directory renames for both merge parents (issue4516)
     16
     17    annotate: reuse ancestry context when adjusting linkrev (issue4532)
     18
     19    dirstate: don't require exact case when adding dirs on icasefs (issue4578)
     20
     21    dirstate: make sure rootdir ends with directory separator (issue4557)
     22    filemerge: clean up language in mergemarkertemplate help
     23    forget: cleanup the output for an inexact case match on icasefs
     24    hgweb: prevent loading style map from directories other than specified paths
     25
     26    mergecopies: reuse ancestry context when traversing file history (issue4537)
     27    templates: fix "log -q" output of default style
     28    templates: fix "log -q" output of phases style
     29
     30    win32: 'raise ctypes.WinError' -> 'raise ctypes.WinError()'
     31}}}