SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tortoisehg-nautilus-3.4-2.458.noarch.rpm :

* Mon May 11 2015 holger.lehmannAATTcatworkx.de- update to v3.4 See https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-34 for detailed changelog
* Tue Mar 10 2015 develop7AATTdevelop7.info- update to v3.3.2 See https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-332 for detailed changelog
* Wed Feb 04 2015 develop7AATTdevelop7.info- update to v3.3 Bug Fixes
* annotate: fetch line information by command (fixes unsafe thread access)
* cmdcore: handle ui labels in unicode to avoid possible exception (fixes #3988)
* guifork: use real fork() on posix to run GUI in background (fixes #3701)
* init: open repo in existing workbench process if any (fixes #3922)
* init: run \"hg init\" in command process (fixes #3931)
* lfprompt: parse minsize as float value (fixes #1901 again)
* qtapp: handle SIGINT more gracefully by sending close event to all windows
* repomodel: work around RepoLookupError that may occur while reload is pending
* repowidget: switch to default task tab after initial revision is selected
* sync: drop \"recurse into subrepositories\" option (closes #1645)
* workbench: disable back/forward actions when all repositories are closed
* workbench: make sure to run workbench by \"New Workbench\" action
* workbench: narrow --newworkbench option to command scope
* workbench: show busy indicator while command is running (fixes #1186) Improvements
* clone, init: open workbench after repository created by standalone dialog
* filectxactions: open file history dialog in annotate mode (closes #3760)
* init: add option to copy user files instead of empty .hgignore (closes #3569)
* reporegistry: mark shared repositories with a link icon overlay
* repotab: stop filesystem watcher of background tabs
* sync: never switch task tabs on revision selected
* sync: provide standalone dialog by LightRepoWindow
* workbench: forcibly reload models and views by Ctrl+refresh
* workbench: make it possible to restore the selected sync path across restarts
* workbench: restore last open repositories without loading them
* workbench: resurrect docked console widget (closes #3984)
* graph: - color: use \"color hashing\" to pick a color for each branch (closes #3490) - color: use \"color hashing\" to pick a color for each user - graph: support the branch grouping experiment from mercurial core - repomodel: hide all revisions if no matches found for the given revset query - repomodel: rerun last revset query on reload (closes #1705) - repoview: use a square shape for secret changesets - repoview: use a pentagon shape for draft changesets
* command: - log: add -r option to specify the initial revision to be selected - log: add -k/--query option to filter changesets by keyword or revset
* nautilus/caja: - add Python Caja extension support (fixes #3936) installer
* hgsubversion 1.8
* mercurial_keyring 0.6.6
* python-keyring 4.1.1
* Tue Dec 16 2014 develop7AATTdevelop7.info- update to v3.2.1 Changes in 3.2: 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 Changes in 3.2.1: BugFixes Avoid confusion with explorer extension dialog (#3968, #2339) Improve documentation for terminal shell configuration (#3957)
* Mon Sep 15 2014 develop7AATTdevelop7.info- Update to 3.1.1 Changes in 3.1: TortoiseHg 3.1 is a major 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 hg-git (#3862) are known to have this issue. Note the Windows installers include Mercurial version 3.1 plus two stable commits which addressed Windows platform-specific bugs. Bug Fixes cmdui: add hidden button to close prompt dialog with no response (fixes #1317 - merge has no cancel option) filectxactions: redesign to show diff between baseRev and rev (fixes #2313 - diff selected file revisions not working after move/rename) grep, status: use built-in drag-and-drop infrastructure patchctx: use patch name give by repo if it is an MQ patch (fixes #3831 - patch name is ambiguous when using directories) postreview: correctly set parent of first selected revision (fixes #3538) repofilter: do no run revset query by focus out during history completion repofilter: do not steal focus when window is restored from minimized state repomodel: render description column without using HTMLDelegate (fixes #1590 - description column contents aligned 1px upper) repotreemodel: work around unicode error on XML parse failure (fixes #3820) run: continue without fork if new process can\'t be spawned (fixes #1949, #3800) run: promote rev to common annotate/log option (fixes #3799) workbench: do not change window icon (closes #3737) command runner: cmdcore: enable command-server client by default in 3.1, fixes: [#3343] - blackbox extension not working [#1661] - \"abort: Interrupted system\" call during push with subrepos [#2071] - crash when pushing with mercurial_keyring [#2614] - util.hgexecutable() returns wrong path 074fd0fde0b6 - worker.py of Mercurial 2.6 only works in main thread [#3370] - Workbench UI getting dispresponsive on certain operations [#484], #788 - can\'t use git/subversion subrepo [#3637] - redirect hook stdout, stderr to Output log [#3670] - WindowsError 6 in pipe decode/encode filter repowidget: run \"Export Diff\" and \"Copy Patch\" in command process for stability revset: run query in command process for stability commit/status widget: commit: do not bulk-add unknown files when all selected files are largefiles commit, filectxactions: escape paths prior to command execution (fixes #2108 - files with some special names can\'t be added or commited) commit: take \"autoinc\" list as glob pattern again filectxactions: make \"copy patch\" generate diff between base and target revs repowatcher: invalidate cache if dirstate file is modified (fixes #3647 - file renaming inconsistencies) wctxactions: delegate \"file history\" action to filectxactions (fixes #2591 - No shortcut for \"File history\" command on files in Working Directory) wctxcleaner: invalidate changelog on each check of dirstate (fixes #3826 - commit do not work properly in the merge dialog) wctxactions: make visual diff compare to base revision, add \"diff local\" in place (fixes #2001 - diff does not work on MQ patches) wctxactions: reimplement by using command APIs, fixes: [#1347] - add support for pre- and post- hooks [#2217] - adding files to source control in the separate thread [#1953] - largefiles treated wrong when added by \"add large...\" menu high dpi issues: graphdelegate: update row height to actual value prior to painting (refs #3690) widgets: use small icon size defined by platform style (fixes #3690) obsolete changeset: repoagent: append --hidden option while hidden changesets are visible repowidget: replace pseudo \"incoming()\" filter by \"bundle()\" (refs #3535) repowidget: switch visibility of hidden changesets globally (fixes #3735 - obosoleted changeset appears as \"Child:\" field unexpectedly) thgrepo: start with filtered repo because it is the default of Mercurial Improvements blockmatcher: improve visibility of narrow markers filelog: export thg filelog [-r REV] [--compare] FILE command fileview: remember chunk selection on view mode switch mergetools: port gvimdiff from Mercurial\'s mergetools.hgrc searchtoolbar: make next/prev shortcuts available in owner widget (fixes #3819) status: open merge tool on double-click for unresolved file (closes #1230) toolbars: use toolbar icon size defined by QApplication.style() except on Mac (see 8d6212194e21 for details) graph: draw ancestor-descendant relations in filtered graph (see 891146f5a9bb for details) Changes in 3.1.1: Bug Fixes annotate: ignore double-click of margin next to the last line (fixes #3877) cmdcore: allow to change output device of null command session (fixes #3864 - RuntimeError on detect outgoing changes to empty path) filectxactions: do not try 3-way diff if p2 is explicitly selected (fixes #3854 - \"Diff to parent\" options only diff to the left parent) graph: fix AssertionError when generating family lined graph (fixes #3892) hgignore: disable auto-default of all buttons (fixes #3889) repomodel: make sure to render labels by using the same font as view status: do not set \"remove filter\" button as auto-default (fixes #3876) sync: outgoing {node} might be prefixed with white space (fixes #3872 - missing first outgoing node if authentication required) wctxcleaner: do not report branch change as dirty working directory (refs #3822 - allow backout, graft, merge and rebase onto new branch) win32ill: suppress KeyboardInterrupt while shutting down message-loop thread Improvements merge: add link to review a merge wctxactions: add \"Edit Rejects\" action that opens RejectsDialog (closes #3838)
* Thu Sep 04 2014 infromaAATTgmail.com- add desktop file
* Tue Jul 22 2014 develop7AATTdevelop7.info- update to 3.0.2 Bug Fixes
* cmdthread: map empty promptchoice response to default value (fixes #3785 - crash on email preview with diffstat)
* grep: fix list of urls to include all dragged files
* grep, status: fix several unicode errors in drag-and-drop handler
* status: fix handling of non-ascii file name in drag-and-drop handler
* purge: make sure to not include deselected statuses (fixes #3786 - ignored files can be deleted even if checkbox is off)
* settings: remove outdated details of default authorcolor behavior (fixes #3789)
* thgrepo: preserve config values that are internally set (fixes #588 - random failure of unified diff with eol extension) Improvements
* commit: allow amending non-head if obsolete is enabled
* repomodel: do not truncate description if longsummary is enabled (fixes #3776)
* reduce workbench toolbar icon size on Mac to match size on Windows
* Sun Jun 08 2014 develop7AATTdevelop7.info- update to version 3.0.1 Bug Fixes
* commit: do not crash by invalid issue.regex expression (fixes #3732)
* customtools: separate arguments before running external commands (fixes #3752)
* graph: fix problem about `showgraftsource` and `branch`
* repowidget: resize columns only when model is initially loaded (fixes #3742)
* wctxactions: resurrect \'forget\' action for added files (closes #3748)
* commit: clear unmodified message, including the default merge message, when repository changed (fixes #3755)
* Wed May 07 2014 m407AATTmail.ru- updated to version 3.0 Bug Fixes
* backout: remove support for merges deprecated since Mercurial 2.0 (refs #3416)
* commit: do not create recent message menu more than once (fixes memleak)
* email: preview is empty if patchbomb extension is not loaded
* filectxactions: save files in working-copy line endings (fixes #3696)
* graft: merge source csinfo and cslist to save vertical space (closes #3655)
* qtapp: font placement is wrong with OSX 10.9
* shellext: context menus icons NOT properly displayed on Windows XP (fixes #1364) Improvements
* bisect: open as modeless dialog in workbench
* bisect: follow candidate changeset in workbench
* clone: suggest new destination on source changed or existing dest selected
* cmdui: switch detail button text to show what will happen (closes #3666)
* commit: automatically set merge commit message
* email: allow to omit introduction email even if more than one patches available
* filectxactions: add filter action to file context menu
* filectxactions: run \"hg cat\" by asynchronous command runner
* fileview: add option to guess encoding from its content on load (closes #3620)
* fileview: add shift-clicking feature on chunk selection (ref #3672)
* graft: save/restore boolean command options
* merge: remember autoresolve check, run internal:merge (autoresolve) by default
* qdelete: remember last state of --keep option
* reporegistry: save expanded state in settings (closes #2132)
* repoview: allow drag-and-drop of column headers (closes #2544)
* shelve: confirm to delete selected chunks (closes #2493)
* update: add \'Pull subrepos from:\' combobox
* workbench, filelog: give standard shortcuts to go-back/forward actions core:
* cmdcore: add experimental command-server client enabled by --config tortoisehg.cmdworker=server (refs #1507, #1661, #2071, #2614, #3343, #3370, #3637)
* graph: assign same color to edges in first ancestors line
* graph: do not assign gray to normal line because gray means `inactive`
* graph: draw starting edge of topo branch in same color as its descendants
* graph: narrow margin around graph edges to save horizontal space Installer
* bundle hg-git and hgsubversion extensions
* dulwich 0.9.6 (inclues fixes for GitHub, #3653)
* keyring 3.7 and hgkeyring 0.6.2
* Fri Mar 14 2014 develop7AATTdevelop7.info- updated to version 2.11.1 Bug Fixes
* chunks: bypass copy protection of repo.ui that drops eol settings (fixes #3600)
* cmdui: disown temporary progress widgets so that they can be deleted (fixes memleak)
* commit: do not restore last amend message on repository change (fixes #3605)
* commit: say \"nothing changed\" instead of \"code: 1\" on empty amend (refs #3599)
* filectxactions: reenable file log actions for working directory (closes #3613)
* init: catch filesystem error while creating repository (fixes #3630)
* manifestmodel: disable lookup of file-type icons from system (fixes #3594 - double overlay icons)
* manifestmodel: do not ignore reload request of uncommitted changes (fixes #3595 - shelve not refresh)
* manifestmodel: instantiate subrepo only when necessary (fixes #3638)
* quickop: chdir to repo root so that status widget can filter file (fixes #3634)
* repowidget: refresh active commit tab when purge dialog closed (closes #3643)
* sync: fix list index to override pull command by fetch (fixes #3612)
* update: do not eat up enter key to complete wrong revision from history
* wctxactions: clear propertycache of cwd for each command execution (fixes #3603) Improvements
* archive, clone, rename: allow to resize horizontally while having fixed height
* mergetools: copy TortoiseMerge entry for the one of TortoiseGit (refs #1952)
* settings: list well-known smtp ports in combobox
 
ICM