pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tortoisehg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  9 16:08:53 UTC 2014

Modified Files:
        pkgsrc/devel/py-tortoisehg: Makefile PLIST distinfo

Log Message:
Update to 3.2:

TortoiseHg 3.2 is a regularly scheduled feature release

Since 3.1, Mercurial commands are run in separate command server
process. It generally contributes to reliability, but if you have
a faulty extension or an in-process Python hook, it can corrupt
the communication channel between TortoiseHg and the command server.

If you see an error message like "cmdserver: timeout while reading...",
please report it with the list of enabled third-party extensions
and their versions. Currently, reviewboard (#3841) and onsub (#3924)
extensions are known to have this issue.

Bug Fixes

    commit: do not reload patch description if parent is unchanged (fixes #3304)
    qreorder: have drag-and-drop patches run extension command in worker process
    paths: resolve root directory from frozen executable path
    repowatcher: detect removal of repository files (fixes #3697)
    repoagent: unify workingBranchChanged with repositoryChanged
    (fixes #2572 - doesn't auto refresh when update and discard new branch)
    repofilter: grab focus only if shown by user action (refs #3917)
    repomodel: do not clear status message on filter option change (fixes #3887)
    repomodel: restore current/selected indexes by model on reload (refs #1913, fixes #3897)
    repowatcher: check mtime of obsolescence markers (fixes #3913)
    repowidget: do not overwrite browse history by revset result (refs #3832)
    repowidget: do not re-create model on repository or revset changed
    repowidget: move focus to history view when window gets visible (fixes #3917)
    repowidget: remove unused _reload_rev and _last_series (fixes #3923)
    repowidget: switch to commit tab if working-dir row is selected (fixes #1913)
    sync: bypass bundle overlay on fetch just like pull
    (fixes #3946 - fetch after check incoming fails)
    sync: rebuild target bookmarks/branches only when changelog updated (refs #3912)

Improvements

    make output log a task tab, remove class LogDockWidget
    cmdcore: propagate --config options to command process
    debugruncommand: add command that runs hg command in dialog (closes #3934)
    infobar: clear status message with slight delay if command finished (refs #3308)
    prune: add dialog that prunes the specified revs
    qtapp: use wake-up fd to notice SIGINT on Unix
    strip: add --keep checkbox (closes #1865)
    workbench: add toolbar button that aborts any running commands

graph style:

    evolution: also fadeout obsolete changeset
    repomodel: use lighter version of the usual color when a revision is hidden
    repomodel: use red as the default text color for troubled changeset


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-tortoisehg/Makefile \
    pkgsrc/devel/py-tortoisehg/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-tortoisehg/PLIST

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