pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 12 11:27:53 UTC 2011

Modified Files:
        pkgsrc/devel/mercurial: Makefile PLIST distinfo

Log Message:
Update to 1.9:

1.1. Major features
    New fileset file matching support
    Improved remote changeset discovery
    New command server mode to improve application integration
    Experimental generaldelta storage scheme
    Experimental new http client library

1.2. Command changes
    HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT
    manifest: add new option --all
    aliases: add positional arguments to non-shell aliases
    add: introduce a warning message for non-portable filenames (issue2756)
    add: notify when adding a file that would cause a case-folding collision
    bisect: new command to extend the bisect range (issue2690)
    bookmarks: allow deactivating current bookmark with -i
    bundle: update current bookmark to most recent revision on current branch
    diff: make diff -c aware of revision sets
    help: add -c/--command flag to only show command help (issue2799)
    help: add -e/--extension switch to display extension help text
    help: move hgignore man page into built-in help (issue2769)
    http: correctly handle redirects from http to https
    identify: list bookmarks for remote repositories
    import: add --bypass option
    paths: Add support for -q/--quiet
    pushkey: add hooks for pushkey/listkeys
    revset: add aliases
    revset: add ^ and ~ operators from parentrevspec extension
    revset: add a revset command to get bisect state
    revset: add desc(string) to search in commit messages
    revset: add follow(filename) to follow a filename's history across copies
    revset: introduce filelog() to emulate log's fast path
    revset: add a last() function

1.3. Web changes
    add bookmarks listing to raw style and summary pages
    support alternate logo url
    add base link to file log for paper and coal styles (issue2452)
    paper, coal: display diffstat on the changeset page
    elapsed time calculation dynamic (javascript)
    provide diffstat and summary on the changeset page

1.4. Extension changes
    hgcia: handle URL like in notify (issue2406)
    rebase: add -m/--message to rebase --collapse (issue2389)
    Updating hgext.extdiff to use revsets
    bash_completion: enable alias auto-complete
    bugzilla: add XMLRPC interface
    color: add support for terminfo-based attributes and color
    convert/mtn: add support for using monotone's "automate stdio" when 
available
    convert/svn: stop using svn bindings when pushing to svn
    convert: add bookmark support for hg and git backends
    convert: add svnrev, svnpath and svnuuid template keywords
    extdiff: add repository root as a variable
    graphlog: support more log command features with revsets
    keyword: convert a verbatim block to a field list
    keyword: offer additional datefilters when the extension is enabled
    mq: add a 'mq()' revset predicate that returns applied mq csets
    notify: send changesets on 'outgoing' hook, updated doc
    progress: add speed format
    rebase: add --tool argument for specifying merge tool
    rebase: allow for rebasing descendants onto ancestors on different named 
branches
    record: add an option to backup all wc modifications
    record: add qrefresh -i/--interactive
    record: add white space diff options
    record: alias qrecord to qnew -i/--interactive

1.5. Bug fixes
    bookmarks: allow create/move bookmark without making it current (issue2788)
    bookmarks: do not forward merged bookmark (issue1877)
    changegroup: do not count closed new heads (issue2697)
    config: handle comment lines in continuations (issue2854)
    dispatch: propagate ui command options to the local ui (issue2523)
    eol: make the hook check all new heads, not only tip (issue2666)
    grep: don't print data from binary files for matches (issue2614)
    http: report unexpected unparsable push responses (issue2777)
    httprepo: handle large lengths by bypassing the len() operator
    httprepo: long arguments support (issue2126)
    httprepo: proper handling of invalid responses without content-type 
(issue2019)
    httprepo: send URL redirection notices to stderr (issue2828)
    localrepo: don't add deleted files to list of modified/added files 
(issue2761)
    localrepo: ignore tags to unknown nodes (issue2750)
    merge: drop resolve state for mergers with identical contents (issue2680)
    patch: do not patch unknown files (issue752)
    path_auditor: check filenames for basic platform validity (issue2755)
    rebase: don't mark file as removed if missing in parent's manifest 
(issue2725)
    rebase: preserve mq series order after rebasing (issue2849)
    rebase: restore mq guards after rebasing (issue2107)
    revset: report a parse error if a revset is not parsed completely 
(issue2654)
    scmutil: improve path calculation for install-relative RC files (issue2841)
    set NOT_CONTENT_INDEXED on .hg dir (issue2694)
    sslutil: fall back to commonName when no dNSName in subjectAltName 
(issue2798)
    subrepo: be more careful with deletions of .hgsub and .hgsubstate 
(issue2844)
    subrepo: make stdin for svn a pipe for non-interactive use (issue2759)
    subrepo: svn abort now depends on exit code (issue2833)
    subrepo: be smarter about what's an absolute path (issue2808)
    svn subrepo: attempt work around obstructed checkouts (issue2752)
    svn subrepos: work around checkout obstructions (issue2752)
    tags: catch more corruption during cache parsing (issue2779)
    util: add Mac-specific check whether we're in a GUI session (issue2553)


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/mercurial/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/mercurial/PLIST
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/mercurial/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index