Fri, 21 Mar 2014 22:05:03 +0000 Flush all cached repository data after executing a command.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 21 Mar 2014 22:05:03 +0000] rev 404
Flush all cached repository data after executing a command. In theory, flushing is not needed as HGCachedFileData should detect change in file by itself. However, the detection code is not 100% percent accurate. In certain cases change is not detecter - when change check is performed soon after command that changed that file finished - check may file because data are not yet commited on filesystem (that's a guess). Anyway, flushing cached data should not harm and it's always safe (w.r.t. data accuracy)
Fri, 21 Mar 2014 11:23:30 +0000 Initial support for Mercurial bookmarks.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 21 Mar 2014 11:23:30 +0000] rev 403
Initial support for Mercurial bookmarks. Bookmarks can be set on working copy and/or on particulsr changeset using #bookmarkAs: and removed using HGBookmark>>remove.
Wed, 19 Mar 2014 23:19:22 +0000 Merged 66441c7b45bc and 218a20c7e54a
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 19 Mar 2014 23:19:22 +0000] rev 402
Merged 66441c7b45bc and 218a20c7e54a
Tue, 18 Mar 2014 12:16:01 +0000 Bugfix in file browser menu HG -> Push -> To...
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 18 Mar 2014 12:16:01 +0000] rev 401
Bugfix in file browser menu HG -> Push -> To... HGRepository>>pull:/push: takes an instance of HGRemote, not String.
Tue, 18 Mar 2014 11:56:05 +0000 More work on HGChangesetBrowser - better changeset detail view.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 18 Mar 2014 11:56:05 +0000] rev 400
More work on HGChangesetBrowser - better changeset detail view.
Mon, 17 Mar 2014 09:43:05 +0000 Initial version of HGChangesetBrowser, a tool for browsing commit history.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 17 Mar 2014 09:43:05 +0000] rev 399
Initial version of HGChangesetBrowser, a tool for browsing commit history. HGBrowserList refactored to use more compact layout. Responsibility to fetch changesets by given revset moved up to HGChangesetBrowser.
Tue, 11 Mar 2014 22:13:44 +0000 Added HGChangesetList, a pluggable component to display list of changesets.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 11 Mar 2014 22:13:44 +0000] rev 398
Added HGChangesetList, a pluggable component to display list of changesets. It takes a repository and a revset and displays all changesets. Selected changeset is kept in a holder.
Sat, 08 Mar 2014 10:29:38 +0000 Implemented support for hiearchy SCMAbstractPackageRevision/HGPackageRevision.
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 08 Mar 2014 10:29:38 +0000] rev 397
Implemented support for hiearchy SCMAbstractPackageRevision/HGPackageRevision. An HGChangeset can now answer #rootPackage, returning a HGPackageRevision representing a Smalltalk/X package (and its sub-packages) at that revision.
Wed, 05 Mar 2014 22:47:58 +0000 Introduced a SCMAbstractPackageWorkingCopy and SCMAbstractPackageRevision...
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Mar 2014 22:47:58 +0000] rev 396
Introduced a SCMAbstractPackageWorkingCopy and SCMAbstractPackageRevision... ...as a subclasses of a SCMAbstractPackageModel. A package working copy represent a working copy of a package in image and on checked-out working copy. Package revision represents a package at particular revision what may not be loaded nor checked out anywhere. Package revision is not yet implemented (empty stub).
Wed, 05 Mar 2014 10:04:25 +0000 Merged 5acd6d915c77 and 1f009c523329
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Mar 2014 10:04:25 +0000] rev 395
Merged 5acd6d915c77 and 1f009c523329
(0) -300 -100 -10 +10 +100 +300 tip