Wed, 13 Jul 2016 18:29:10 +0100 Fixed a bug in changeset id parsing
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 13 Jul 2016 18:29:10 +0100] rev 688
Fixed a bug in changeset id parsing The changeset id parsing logic can parse both, revision numbers and changeset id (hashes). It may happen, however, that a short id (12 chars) may consist of digits only (like "087537207973"). In that case it considered it being a revno which lead to an error. This is hard to disambiguate without querying the repo. However, it seems more appropriate to treat it as id when the maybe-revno is 12 digits and more in length. If it would be a revno, then the repo would contain at least 10^11 revisions.
Mon, 27 Jun 2016 12:00:16 +0100 Added support to add (move) bookmark when commiting a new changeset
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 27 Jun 2016 12:00:16 +0100] rev 687
Added support to add (move) bookmark when commiting a new changeset ...right from a commit dialog. This is usefull when one want to use feature-branch based approach when developing/fixing code managed in Mercurial.
Fri, 10 Jun 2016 11:23:27 +0100 Fixed UHE in browsers when Mercurial working is detected but not Mercurial is installed/configured
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 10 Jun 2016 11:23:27 +0100] rev 686
Fixed UHE in browsers when Mercurial working is detected but not Mercurial is installed/configured The problem is that when a HGRevisionInfo is asked for a user or date, it tries to retrieve a changeset which, if Mercurial is not instaled, would result in an unhandled exception. This in turn makes browser unusable since it's asking for revision info virtually on each click. To solve this problem, when a there's an error retrieving changeset information, simply return a "fake" changeset with ID set but leave the rest of data empty.
Fri, 10 Jun 2016 01:06:45 +0100 Issue 79: Settings => mercurial+ => MessageNotUnderstood (part 4)
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 10 Jun 2016 01:06:45 +0100] rev 685
Issue 79: Settings => mercurial+ => MessageNotUnderstood (part 4) Fixed DNU when clicking to 'Browser' button and no Mercurial is installed. Naturally, when there's no Mercurial, `HGCommand hgCommand` returns nil which does not undestand `asFilenane`. Care for this by checking for `nil` return value of `HGCommand hgCommand`.
Fri, 10 Jun 2016 04:06:45 +0000 update tags
convert-repo [Fri, 10 Jun 2016 04:06:45 +0000] rev 684
update tags
Thu, 09 Jun 2016 16:09:58 +0200 #UI_ENHANCEMENT by cg cvs_MAIN
Claus Gittinger <cg@exept.de> [Thu, 09 Jun 2016 16:09:58 +0200] rev 683
#UI_ENHANCEMENT by cg class: HGSourceCodeManagementSettingsAppl changed: #windowSpec geometry
Sat, 04 Jun 2016 03:57:43 +0000 update tags
convert-repo [Sat, 04 Jun 2016 03:57:43 +0000] rev 682
update tags
Sat, 04 Jun 2016 04:25:36 +0200 #DOCUMENTATION by cg cvs_MAIN
Claus Gittinger <cg@exept.de> [Sat, 04 Jun 2016 04:25:36 +0200] rev 681
#DOCUMENTATION by cg class: SCMCommonPackageModelGroup comment/format in: #species
Sat, 21 May 2016 13:06:34 +0200 #REFACTORING by stefan cvs_MAIN
Stefan Vogel <sv@exept.de> [Sat, 21 May 2016 13:06:34 +0200] rev 680
#REFACTORING by stefan class: stx_libscm_common removed: #initialize send super
Wed, 18 May 2016 13:44:08 +0200 *** empty log message *** cvs_MAIN
Claus Gittinger <cg@exept.de> [Wed, 18 May 2016 13:44:08 +0200] rev 679
*** empty log message ***
(0) -300 -100 -10 +10 +100 tip