SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tortoisehg-3.9-1.1.noarch.rpm :
Tue Aug 9 14:00:00 2016 develop7AATTdevelop7.info
- TortoiseHg 3.9
TortoiseHg 3.9 is a quarterly feature release, with many improvements to
performance on large repositories, and security improvements in
Mercurial 3.9. See https://www.mercurial-scm.org/wiki/SecureConnections
See https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-39 for detailed changelog
- Depend on Mercurial >= 3.8 (-1 minor release), as per hgversion.py

Thu May 5 14:00:00 2016 develop7AATTdevelop7.info
- really depend on Mercurial 3.8

Thu May 5 14:00:00 2016 develop7AATTdevelop7.info
- depend on Mercurial >= 3.8

Wed May 4 14:00:00 2016 develop7AATTdevelop7.info
- TortoiseHg 3.8.1
TortoiseHg 3.8.1 is a feature release. 3.8.0 was skipped since Mercurial tagged 3.8.1 the same day as 3.8.0.
See https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-381 for detailed changelog

Mon Mar 14 13:00:00 2016 develop7AATTdevelop7.info
- TortoiseHg 3.7.2
TortoiseHg 3.7.2 is a regularly scheduled bugfix release, primarily to pick up bug fixes on the stable branch of Mercurial and packaging improvements.
No upstream changelog provided

Thu Feb 4 13:00:00 2016 develop7AATTdevelop7.info
- TortoiseHg 3.7.1
TortoiseHg 3.7.1 is a feature release. TortoiseHg 3.7 was never packaged since there was a hot-fix necessary for Mercurial 3.7.
See https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-371 for detailed changelog

Thu Nov 19 13:00:00 2015 develop7AATTdevelop7.info
- TortoiseHG 3.6:

* Feature release with support for Mercurial 3.6
See https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-36 for detailed changelog

Fri Aug 14 14:00:00 2015 astiegerAATTsuse.com
- TortoiseHG 3.5:

* Feature release with support for Mercurial 3.5

* small number of bug fixes and improvements

Sat Jul 25 14:00:00 2015 develop7AATTdevelop7.info
- update to v3.4.2
See https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-342
and https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-341
for detailed changelog

Sat May 16 14:00:00 2015 astiegerAATTsuse.com
- TortoiseHG 3.4, with a number of bug fixes and improvements

Tue Mar 10 13:00:00 2015 develop7AATTdevelop7.info
- update to v3.3.2
See https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-332 for detailed changelog

Wed Feb 4 13:00:00 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 13:00:00 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 14:00:00 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 4 14:00:00 2014 infromaAATTgmail.com
- add desktop file

Tue Jul 22 14:00:00 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 8 14:00:00 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 7 14:00:00 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 13:00:00 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

Tue Feb 18 13:00:00 2014 develop7AATTdevelop7.info
- update to version 2.11

* compatibility with mercurial 2.9

Fri Dec 13 13:00:00 2013 wrAATTrosenauer.org
- update to version 2.10.1

* compatibility with mercurial 2.8.x

Thu Sep 12 14:00:00 2013 wrAATTrosenauer.org
- update to version 2.9.1

* compatibility with mercurial 2.7

Thu May 30 14:00:00 2013 m407AATTmail.ru
- update to 2.8
- service

* added service for archive download

Sat Apr 6 14:00:00 2013 tomsAATTopensuse.org
- update to 2.7.1
bug fix release with minor improvements, see
https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-271
- SPEC file:

* Removed obsolete check for SUSE version <= 11.0

* Added rpmlintrc for rpmlint check

Tue Feb 12 13:00:00 2013 wrAATTrosenauer.org
- update to 2.7
Improvements

* change selection in the commit tool

* startup performance improvements (closes #940)

* cleanup menu and title strings

* blockmatcher: make BlockList clickable

* commit, revdetails: change splitter style to make it easier to see on Windows

* cmdui: prettify command-line string for display (closes #1529)

* fileview, shelve: add \'Display the file anyway\' link when files
or patches are not shown

* infobar: convert revision id hashes into links

* infobar: convert subrepo references and subrepo revision id hashes
into links (needs Mercurial 2.5)

* mergetools: add a kdiff3-noauto merge tool disabling automated merge

* mergetools: add Windows support for \"meld\"

* serve: show balloon when minimizing running server to tray (refs #1845)

* settings: synchronize and remember the active page of all settings forms
Bugfixes

* update: fix unicode error on confirmation of bookmarks (fixes #2341)

* repotreemodel: recover from missing element (closes #1075)

* repotreemodel: remove unsafe processEvents() during loadSubrepos() (fixes #2256)

* status: respect filter text when the file list is refreshed

* bookmark, branchop, tag: work around case-insensitive completion of QComboBox

* qtlib: make sure getCurrentUsername() not fall back to system value

* purge: move completed() handlers to instance to avoid GC issue (fixes #2386)

* bisect: ask cmdui.Widget() to create a status bar (fixes #2390)

* guess: keep similarity as raw value for sorting (fixes #1332)
- made package noarch
- /usr/share is not supposed to be part of the package

Tue Jan 1 13:00:00 2013 tzotsosAATTopensuse.org
- update to 2.6.1
Improvements:

* merge: improve Commit/Cancel buttons and merge \"cancel\" message (refs #1727)

* merge: let the user change the commit options on the merge wizard commit page (fixes #1727)

* resolve: add \"diff to common ancestor\" cmenu actions in resolve window (fixes #2201)

* resolve: add doubleclick actions in resolve window (fixes #2236)

* settings: completed helptext for \'Diff and Annotate\' -> \'MQ Git Format\'

* wctxactions: use RenameDialog for copy action
Bug Fixes:

* commit: hide the \'autoinc\' option when merging

* copypatch: have dummy Writable object acts like a string (fixes #2280)

* copypatch: support internal lossless export/import via clipboard (fixes #841)

* hgignore: use util.expandpath() to expand env vars of ui.ignore (fixes #2306)

* manifestdialog: fix possible unicode error at cset link handler (fixes #2289)

* merge: refresh csinfo of commit page so that it can show two parents

* rejects: earlybytes fix (fixes #2295)

* rename: actually overwrite existing file if requested

* repofilter: use case-sensitive completion for revsets (fixes #2276)

* reporegistory: restore original behavior of setActiveTabRepo(\'\') (fixes #2279)

* resolve: normalize paths before calling resolve

* update: correct default behavior of updating to bookmark to \'prompt\'

* workbench: pushes new branch without failing if --pushafter set (fixes #1986)

Tue Jan 1 13:00:00 2013 tzotsosAATTopensuse.org
- update to 2.6.0
Improvements:

* commit: prompt the user to set a default username on commit if necessary

* filedialogs: add multi-selection menu (fixes #1871)

* menu: add shelve to menuthg so it shows up in shellconf (fixes #2209)

* repomodel: add Latest tags column

* repowidget, status, manifest: change background color when a filter is applied

* resolve: add context-menu in resolve window (fixes #2200)

* settings: add \'phases.publish\' support

* RTF file support in docdiff
Bug Fixes:

* cmdui, qscilib: avoid CTRL+L key binding collision (fixes #2205)

* commit: ignore IOError when saving state (fixes #2202)

* filectxactions: fix parent of vdiff warning dialog (fixes #2252)

* filectxactions: set up initial state of actions correctly (fixes #2255)

* fileview: fix possible TypeError on AnnotateThread.abort (fixes #2188)

* qtlib: check if user input can be converted to local encoding (fixes #2196)

* repomodel: avoid filled.emit() of destroyed HgRepoListModel (fixes #1267)

* repofilter: restore index of revset combobox to avoid extra activated signal

* repotreeitem: cast possible QString to unicode at setShortName (fixes #2227)

* revdetails: have message widget honor user-specified font

* reporegistry: activate the current repository entry after a model reload

* rollback: remove unwanted restriction of undo desc

* thg: make sure to load threading module by main thread (fixes #1894)

* workbench: use windows-safe getuser() to build IPC socket name (fixes #2238)

* grep: fix unicode handling of several context menu actions (fixes #2274)

Mon Nov 12 13:00:00 2012 tzotsosAATTopensuse.org
- update to 2.4.1
Bug Fixes:

* qrename: fix unicode error when displaying patch name (fixes #1914)

* rejects: ensure editing doesn\'t start before first line (fixes #1424, #369)

* remove unused tortoisehg/util/hgshelve.py, refs #1908

* repoview: hide \"drop line\" when dragging an unapplied patch to an invalid drop location

* repowidget: correct parameter for shell_notify()

* repowidget: fix \'Push all\' revision context menu (was doing \'Push to here\' instead)

* repowidget: refresh wctx status of commit widget by tab change (fixes #1657)

* repowidget: take into account the tortoisehg.branchcolors setting (refs #1644)

* revdetails: do not crash on visual diff for unapplied patches (fixes #1772)

* sync: append svn+https and git schemes to urlparse.uses_netloc

* sync: convert non-ascii alias/url correctly at editurl action

* sync: fix several unicode issues at SaveDialog (fixes #1883)

* sync: fix URL displayed on direct pull

* update: fix target information when updating to null revision

* workbench: fix unicode error while loading the last session

Wed May 23 14:00:00 2012 wrAATTrosenauer.org
- update to 2.4 - Support for Mercurial 2.2.x
Bug Fixes:

* merge: move initial focus to Next button (fixes #1868)

* update: improved bookmarks support

* openshell: show error if failed to execute shell command (fixes #1833)

* reporegistry: normalize paths of added repositories (fixes #1837)

* grep: convert filename column to unicode (fixes #1774)
Improvements:

* Workbench: new custom toolbar for custom commands

* Workbench: new \"similar revisions..\" dialog

* Workbench: optional \"Single Wokbench Window\" mode

* Workbench: startup progress bar

* Workbench: many more lexers enabled

* Workbench: add GitHub/BitBucket-like \"README\" file detection

* reporegistry: use a different icon for repositories located on UNC paths

* repowidget: keep URL of incoming bundle source as instance variable (refs #1118)

* repowidget: improve incoming pull infobar messages (fixes #1118)

* reporegistry: improve accuracy of subrepo detection when adding a repository (refs #1672)

* sync: in-place editing of URLs and aliases

* commit: add commit --amend support

* revdetails: improved display of tags and bug links

Tue Apr 17 14:00:00 2012 tzotsosAATTopensuse.org
- update to 2.3.1 - Support for Mercurial 2.1.x
Bug Fixes:

* shelve: prevent the use of bad characters in shelf files (fixes #765)

* sync: emit a message when outgoing --subrepo completes (closes #1564)

* qimport: check for existing patches (fixes #1569)

* commit: ensure autoinc files are included (closes #737)

* shelve: verify chunks are non-empty before proceeding (closes #1552)

* repotreeitem: sort subrepos by name by default (closes #1251)

* status: don\'t use thgrepo in thread (refs #1505)

* branchop, etc: fix encoding of repo.namedbranches in branchop dialog comboBox

* update: default the confirmation to \"cancel\" (closes #1325)

* thread: catch socket errors including SSLError (closes #1520)
Improvements:

* supprt for Mercurial phases in repowidget

* shellext - support for largefile extension

* new registry keys for DiffMerge 3.3

* settings: add defaultpush configuration setting

* \"Go To Revision\" button with shortcut CTRL+/

* workbench: add shortcut for \"rollback\" command (Ctrl-u)

* reporegistry: add cmenu sort actions for groups (closes #1189)

* repofilter: add \"author(username)\" permanent query

* repofilter: add \"bookmark()\" permanent query

* settings: add defaultpush configuration setting

* manifestmodel: add method to filter files by glob pattern

* manifest: add filter box to file tree

* commit: show selected options (closes #1491)

* filedialogs, manifest: add \"save at revision\" to cmenu (closes #1500)

* commit: support --subprepos option in DetailsDialog (closes #1379)

* commit: handle tolocal conversion failures more gracefully (closes #1516)

* revpanel: add source revision item for converted changesets

* repomodel: add column for source revision of converted changesets

Sun Dec 11 13:00:00 2011 tomsAATTopensuse.org
- update to 2.2.1
Bug Fixes:

* chunks: catch ValueError from internalpatch (fixes #1249)

* commit: use command runner for rollback (fixes #1436)

* hgignore: catch IndexError while building pats list (fixes #1204)

* filedata: fix mode-only change detection on working dir

* grep: fix #1428 rev and line are now sorted numerical

* manifest: don\'t test file status of directory node on doubleclick (fixes #1408)

* manifest: fix error while displaying subrepo (fixes #1386)

* reporegistry: show proper short path when common group path ends with slash

* repowidget: capture commit widget output (#1379)

* repowidget: manually reverse compress arguments (fixes #1344)

* shlib: call close() instead of rename() on Mercurial 2.0+ (fixes #1397)

* update: wctx.modified() is prone to throw EnvironmentError (closes #1435)

* visdiff: use os.makedirs() to re-create diff folder when necessary (fixes #1151)

* wctxactions: fix encoding of warning messages coming from hg
Improvements:

* commit: add several actions to subrepo context menu

* commit: make stand-alone dialog support mq

* rebase: add collapse rebased changesets option (fixes #1381)

* repomodel: more stable branch colors

* reporegistry: improve error handling while adding a subrepository

* repowidget: make double clicking an applied patch qgoto that patch (closes #1044)

* repowidget: add \"Goto common ancestor\" command in pop-up menu

* revdetails: add \"Copy Path\" in pop-up menu

* sync: add support for the --mq option in the sync tool

* workbench: add \"Goto revision\" command
- Spec File:

* Added missing BuildRequires for mercurial

Fri Jul 8 14:00:00 2011 ammlerAATTopenttdcoop.org
- update to 2.1.1 (for mercurial 1.9)
Bug Fixes:

* sync: move import of paths to top of the file (fixes #853, etc)

* hgcrutil: add missing import of _() (closes #852)

* NameError: global name \'paths\' is not defined (#853)

* wctxactions: give parent to transient menus (closes #716)

* repomodel: reorder colors in Changes column (refs #776)

* sync: do not use --bookmark argument for target in in/out commands (refs #901)

* wctxactions: fix rename from status/commit dialogs (fixes #902)

* thg: workaround for resolve tool bug (fixes #891)

* archive: fix bad handling of non-ascii path (fixes #883)

* thg: reintroduce stderr capture (closes #856)

* shelve: fix shelf creation when .hg/shelves must be created

* visdiff: fix possible unicode error at launchtool (fixes #796)

* fileview: avoid unwanted unicode issue at timerBuildDiffMarkers (fixes #857)

* shellext: additionally use GetDriveType for local disks check (closes #842)
- changes in 2.1
Bug Fixes:

* only read hgrc files of related repositories on local disks (fixes #537)

* filedata: note when binary files have been added (fixes #849)

* shelve: do not use repo.opener to create new shelf files (refs #832)

* thgrepo: ignore folders in the shelve directory (fixes #832)

* wix: catch up with Mercurial b30c889584ef (fixes #844)

* status: double click signal was redundant with default wctxaction (fixes #848)

* wctxactions: pass absolute paths to commands.resolve() (closes #747)

* guess, wctxactions: workingctx.remove() has been obsoleted (closes #840)

* repofilter: added option to display only active branches (closes #577)

* revdetails: disable actionShowAllMerge by default (closes #818)

* revert: handle non-ascii filenames in prompt (closes #824)

* wctxactions: fix error message (closes #781)

* thgimport: do not import if no patch available (fixes #773)
Improvements:

* (manifest) uses the same file display widget as revdetails and commit

* (fileview) improved controls for merge revisions

* (commit) improved layout of file filter and checkbox features

* (bugtraq) integration with BugTraQ COM interface

* (sync) notification bar, and busy icon on repository tabs

* (registry) automatically picks up changes made in other processes

* (registry) detect nested repositories and subrepositories

* (workbench) uses QFileSystemWatcher to get file system notifications

* (file history) added context menu for file revision features

* (mq) new patch queue dock widget, qnew/qrefresh support in commit tool

* (merge) improvements to the merge wizard layout and flow

* (backout) refactored the backout tool as a QWizard

* (workbench) user can configure default widget and revision shown at startup

* (workbench) add bundle creation features
- many bufixes in 2.0.x
- changed package group (rpmlint)

Tue Apr 12 14:00:00 2011 hpjAATTurpla.net
- version 2.0.3

Tue Dec 14 13:00:00 2010 borisAATTsteki.net
- initial package fixing


 
ICM