commit/MacHg: 247 new changesets

9 views
Skip to first unread message

Bitbucket

unread,
Mar 4, 2012, 10:43:42 AM3/4/12
to ja...@unifiedthought.com
247 new commits in MacHg:


https://bitbucket.org/jfh/machg/changeset/7d21456c8455/
changeset: 7d21456c8455
user: jfh
date: 2011-11-14 13:33:19
summary: - If we receive an error message which is too long than put it in a scroll text field inside the alert.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/624b74704b73/
changeset: 624b74704b73
user: jfh
date: 2012-01-09 03:09:49
summary: - Add a GradientBox a simplified version of BWGradientBox since we are going to strip out
the use of BWToolkit from MacHg.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/09eb423fc396/
changeset: 09eb423fc396
user: jfh
date: 2011-11-19 13:57:59
summary: - Update from BWGradientBox -> GradientBox
affected #: 23 files


https://bitbucket.org/jfh/machg/changeset/4f14724a9772/
changeset: 4f14724a9772
user: jfh
date: 2011-12-10 21:19:05
summary: - Make the information splitview collapsable.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/da0798f7bc46/
changeset: da0798f7bc46
user: jfh
date: 2011-12-12 02:03:35
summary: - Remove numberOfTableRows since I have discovered that NSArray::count is internally a
simple variable lookup, and hence there is no gain whatsoever through caching.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/6aa0ac249bad/
changeset: 6aa0ac249bad
user: jfh
date: 2011-12-10 11:01:27
summary: - Fix history editing when we have a restricted set of log entries due to something in the
search field.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/53a67394d2d8/
changeset: 53a67394d2d8
user: jfh
date: 2011-12-10 11:53:12
summary: - Major step in adding a "Flat-Files-View"
- Separate out the NSBrowser functionality out of the Looking at files and now have a
FilesView instead of just a BrowserView.
- Lots of replacing of things like BrowserView -> FilesView, theBrowser -> theFSViewer,
etc. etc.
- A FSViewer now is basically a box which we setContentView to switch examine the files
via a Browser, an OutlineView, or a TableView.
- Currently only the BrowserView is working, but stub in the other "appearances" of a
FSViewer, ie FSViewerOutline, and FSViewerTable as other "appearances" of a FSViewer.
affected #: 57 files


https://bitbucket.org/jfh/machg/changeset/fe591e154aaa/
changeset: fe591e154aaa
user: jfh
date: 2011-12-10 13:08:43
summary: - Fix fairly subtle bug where if a folder / file no longer exists then later on when
looking at the differences view we couldn't properly ascertain if the items were
directories or not. We can however ascertain this in most situations by falling back
to the child count of the node. This might not be full proof but is much better than
what was there.
- Allow a default imageName if we can't find the file path in the normal NSWorkspace.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/5f35c38c4dc9/
changeset: 5f35c38c4dc9
user: jfh
date: 2012-02-07 03:38:23
summary: - Add childNodeCount and childNodeAtIndex and reorganize a bit.
- Fix issue where nodeForPathFromRoot would return the root node if the path was not in
the repository at all.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/af90f62a2f44/
changeset: af90f62a2f44
user: jfh
date: 2011-12-10 15:50:31
summary: - Add actions to the main menu to allow the selection of FilesView - Browser, Outline, and
Table.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/c9ef45462715/
changeset: c9ef45462715
user: jfh
date: 2011-12-10 17:21:17
summary: - Fixes for FSViewerTable
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/315cde3d71e4/
changeset: 315cde3d71e4
user: jfh
date: 2011-12-10 18:37:35
summary: - openXYZView --> prepareToOpenXYZView since we are really only doing the preparation and
not actually doing the opening yet. Specifically:
openDifferencesView --> prepareToOpenDifferencesView
openHistoryView --> prepareToOpenHistoryView
openFilesView --> prepareToOpenFilesView
- Change Actions to methods since they were never called as an action and add
prepareToOpenFSViewerPane which is reimplemented in all the FSViewerPanes, ie
FSViewerBrowser, FSViewerTable, FSViewerOutline.
affected #: 19 files


https://bitbucket.org/jfh/machg/changeset/766940afa12f/
changeset: 766940afa12f
user: jfh
date: 2011-12-10 19:44:28
summary: - Share a common contextual menu for FSViewerBrowser, FSViewerOutline, and FSViewerTable.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/577b55297908/
changeset: 577b55297908
user: jfh
date: 2011-12-11 09:02:10
summary: - currentView -> currentViewerPane
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/ea6abab1f60e/
changeset: ea6abab1f60e
user: jfh
date: 2011-12-11 09:12:55
summary: - Some simple renames.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/1e9502013a44/
changeset: 1e9502013a44
user: jfh
date: 2011-12-23 08:52:40
summary: - parentBrowser -> parentViewer and related renamings...
affected #: 8 files


https://bitbucket.org/jfh/machg/changeset/8acdba3892e1/
changeset: 8acdba3892e1
user: jfh
date: 2011-12-11 11:18:53
summary: - Rename FSBrowserCell -> FSViewerPaneCell since I will be reusing this cell in
FSViewerTable, and FSViewerOutline.
affected #: 12 files


https://bitbucket.org/jfh/machg/changeset/43671157e880/
changeset: 43671157e880
user: jfh
date: 2011-12-11 12:26:03
summary: - Make FSViewerOutline do basic display.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/7ae396064f37/
changeset: 7ae396064f37
user: jfh
date: 2011-12-11 15:26:24
summary: - Fix the drawing of the status icons for FSViewerOutline and FSViewerTable.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/52755b35a573/
changeset: 52755b35a573
user: jfh
date: 2011-12-11 18:53:49
summary: - Split FSViewerPaneCell into FSViewerPaneCell and FSViewerPaneIconedCell so we can draw
using the correct string stylings but not necessarily draw the file and status icons
next to the main string.
affected #: 6 files


https://bitbucket.org/jfh/machg/changeset/ed75a2dcc96e/
changeset: ed75a2dcc96e
user: jfh
date: 2011-12-11 20:15:03
summary: - Display paths relative to the repository root in FSViewerTableViews.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/099470cc3406/
changeset: 099470cc3406
user: jfh
date: 2011-12-17 09:29:47
summary: - Lift routines which can have a common implementation to FSViewer from FSViewerBrowser.
- This allows us to code this functionality for FSViewerBrowser, FSViewerTable and
FSViewerOutline generically in FSViewer.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/b3ad962f0db2/
changeset: b3ad962f0db2
user: jfh
date: 2011-12-17 10:46:12
summary: - Progress in implementing the FSViewerTable and FSViewerOutline methods for:
(clicked / selected / chosen) (node / nodes).
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/43a695166be0/
changeset: 43a695166be0
user: jfh
date: 2011-12-17 12:13:45
summary: - Use same naming convention as LogTableView for our table rows index.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/58c1baf49a00/
changeset: 58c1baf49a00
user: jfh
date: 2011-12-17 13:02:18
summary: - For reuse, lift several bits of code which are generic up to category methods.
- These are NSOutlineView::selectedItems and NSResponder::hasAncestor.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/75d568dfa5ea/
changeset: 75d568dfa5ea
user: jfh
date: 2011-12-17 13:35:56
summary: - Fix stretchability of small information header in the InformationBox.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/9cc41a01e747/
changeset: 9cc41a01e747
user: jfh
date: 2011-12-17 18:03:10
summary: - Because SourceList drawing is so bad in Lion, change to our own version.
affected #: 10 files


https://bitbucket.org/jfh/machg/changeset/2a3b1223594a/
changeset: 2a3b1223594a
user: jfh
date: 2011-12-17 20:37:05
summary: - Make font resizing for FSViewerTable, and FSViewerOutline work correctly.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/b7e89a230cc8/
changeset: b7e89a230cc8
user: jfh
date: 2011-12-17 21:53:43
summary: - Code Simplifications: use mutableCopy, rgbColor255, and addAttribute:value:
- Use the simpler mutableCopy instead of DictionaryWithDictionary constructor.
- Use the simpler copy instead of stringWithString constructor.
- Use a simpler form of adding an attribute value to a MutableAttributedString.
affected #: 9 files


https://bitbucket.org/jfh/machg/changeset/9f356eb3c445/
changeset: 9f356eb3c445
user: jfh
date: 2011-12-18 10:13:09
summary: - Allow multiple selection of the repositories in the sidebar.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/dd69ac2f505f/
changeset: dd69ac2f505f
user: jfh
date: 2011-12-18 10:34:31
summary: - Don't switch the first responder away from the sidebar if we are switching to the
BackingView.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/c848156ef75f/
changeset: c848156ef75f
user: jfh
date: 2011-12-18 14:53:12
summary: - Improve deleting of multiple items and maintaining a multiple selection.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/368ac584c419/
changeset: 368ac584c419
user: jfh
date: 2011-12-18 16:18:26
summary: - Don't show badges for missing repositories.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/a11df782d0cd/
changeset: a11df782d0cd
user: jfh
date: 2011-12-18 19:42:51
summary: - Speed up terminal launching by issuing a single concatenated command. This seems to be
a good bit faster than sequentially calling through scripting bridge 4 times.
- Clear the scroll back through a compiled applescript when we launch the terminal.
- Scroll back clearing only works if System Preferences > Universal Access > Enable access
for assistive devices is on. If it's not on then this silently fails, and the scroll
back is not cleared (as it wasn't until this change...)
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/61200634afb7/
changeset: 61200634afb7
user: jfh
date: 2011-12-18 20:09:46
summary: - During some extreme testing this came up. I will remove the condition of when this can
occur but change this in case some other weirdo case ever triggers it.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/8eaa82b76fd3/
changeset: 8eaa82b76fd3
user: jfh
date: 2011-12-18 20:43:05
summary: - Determine the absolutePathOfRepositoryRoot from the repository data and not from the
sidebar except when we need to. This should make things more stable under sudden
changes to the side bar which I think are causing stability problems while current
operations are progressing.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/cea3ff9a0abb/
changeset: cea3ff9a0abb
user: jfh
date: 2011-12-19 03:49:25
summary: - Major refactor to make much of the validation flow through the main document.
- We need validation to mainly flow through the main document, since in situations where
eg the sidebar is selected, then the menu items which are normally validated in the
FilesView's are not queried. This was previously a problem before for toolbar buttons
and some other things. This refactor addresses this.
- validateUserInterfaceItem in the various sub views now always returns a final NO. This
ensures that cyclic recursion doesn't occur since the main document now at times calls
into the subviews validations.
- This makes action dispatch more centralized but slightly less encapsulated. It seems to
be working well.
- Replace many instances of "Browser" with "Files" to ensure there is no confusion with
the Browser in the FSViewerBrowser.
- Make a BackingView class and make it respond to validateUserInterfaceItem so it fits in
with the rest of the interface.
affected #: 26 files


https://bitbucket.org/jfh/machg/changeset/8b133567a9da/
changeset: 8b133567a9da
user: jfh
date: 2011-12-23 23:15:04
summary: - Make sidebar contextual menus work again after refactoring the action dispatch to be
more centralized.
- Change SidebarNodeKind to a bitfield to allow the representation of the combined kind of
a multiple selection.
- Translate to/from the encoding form in encodeWithCoder / initWithCoder.
- Guard a couple of sidebar accessors against no selection in the sidebar.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/ff82d95552bb/
changeset: ff82d95552bb
user: jfh
date: 2011-12-24 22:11:17
summary: - Use an accessory view to simplify the alert for the removal of repository bookmarks / items.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/26dbba213e0b/
changeset: 26dbba213e0b
user: jfh
date: 2011-12-24 23:38:50
summary: - Fix targeting of sidebar contextual menus for add local, add server, add group.
- Fix menu title determination for removeSidebarItems
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/8b54d6e879cc/
changeset: 8b54d6e879cc
user: jfh
date: 2011-12-25 01:30:16
summary: - Support nesting of repositories in the sidebar.
- Adding a repository adds any nested repositories of the added repository.
- Make mainMenuRemoveSidebarItems also delete all nested items as well.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/b7a31634cc3a/
changeset: b7a31634cc3a
user: jfh
date: 2011-12-25 02:08:16
summary: - Fix the repository selection menu's in the transmit sheet's since we now allow nesting
of sidebar items.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/8db44a69a1ae/
changeset: 8db44a69a1ae
user: jfh
date: 2011-12-25 21:42:43
summary: - The extra spacing for sidebar items is only present for the top level section nodes.
- Additionally make sure the very first top level section node doesn't have extra top
space.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/71c9d2abc261/
changeset: 71c9d2abc261
user: jfh
date: 2011-12-25 23:55:11
summary: - Sidebar drag and drop fixes and optimizations.
- Allow dragging between documents.
- When dragging in multiple repositories get the ordering correct upon insertion.
- Set the correct dragging style appearance for copy vs move.
- Fix the correct behavior for drag and drop wrt copy vs move.
- Fix accessing the sidebar through selectedNode when we are not on the main thread which
can cause problems when the view is updating.
- Work around a bug in apple's NSOutlineView::deselectAll.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/05ef84c9afe3/
changeset: 05ef84c9afe3
user: jfh
date: 2011-12-25 23:07:57
summary: - Lift common outline view methods (clicked/selected/chosen/select)(row/item/items) up to
a common level.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/d50b55140278/
changeset: d50b55140278
user: jfh
date: 2011-12-26 21:06:17
summary: - Add CTBadge (from Chad Weider!) to do the nice badging on drag and drop...
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/e9d77225f317/
changeset: e9d77225f317
user: jfh
date: 2011-12-26 21:42:38
summary: - Use CTBadge to do better badges when doing drag and drop.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/831bd87de328/
changeset: 831bd87de328
user: jfh
date: 2012-02-12 18:41:03
summary: - Fix possible infinite recursion bug of searching for nested repositories and don't
follow symbol links since if the link points to above the nested repository then we can
infinitely recurse.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/7a3d646a1cf9/
changeset: 7a3d646a1cf9
user: jfh
date: 2011-12-26 23:45:52
summary: - Save and restore the selection and the state of "expandedness" in FSViewerOutline when
the viewer is refreshed / regenerated.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/2bf96efb6e28/
changeset: 2bf96efb6e28
user: jfh
date: 2011-12-27 01:24:05
summary: - Optimize saving and loading of the expanded node's cache.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/be94717c5ed0/
changeset: be94717c5ed0
user: jfh
date: 2011-12-27 01:32:38
summary: - Silence some of the debug messages for a bit.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/0f877657be10/
changeset: 0f877657be10
user: jfh
date: 2011-12-27 01:58:45
summary: - Fix label sorting when the labels have numbers in them.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/13c0ac82f41e/
changeset: 13c0ac82f41e
user: jfh
date: 2012-02-11 22:30:10
summary: - Unify the quick look handling of all of the FSViewerPanes at the FSViewer level. Ie
FSViewerBrowser, FSViewerOutline, and FSViewerTable.
- Fix singleFileIsChosenInFiles for FSViewerOutline and FSViewerTable.
affected #: 10 files


https://bitbucket.org/jfh/machg/changeset/b46a83c2607b/
changeset: b46a83c2607b
user: jfh
date: 2011-12-28 21:03:42
summary: - FSViewer Browser, Outline, Table now have their double click actions set up correctly.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/ee407a691b71/
changeset: ee407a691b71
user: jfh
date: 2011-12-28 21:18:10
summary: - When the clone source name is overly long it collides with label "Advanced Options", so
patch this here. The real solution is to move to the same sort of sheet layout as the
push / pull / incoming / outgoing sheets.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/7bac22e67e4b/
changeset: 7bac22e67e4b
user: jfh
date: 2011-12-28 23:31:42
summary: - Make the path textfield in the Create / Manage local repository sheet respond to drag
and drop even when it isn't the first responder.
- Auto fill in the short name if we can.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/2b69c8f97827/
changeset: 2b69c8f97827
user: jfh
date: 2011-12-28 23:45:22
summary: - Gracefully, handle inserting a child into a node at an index outside the range of the
node.
- This fixes drag and drop when the target index is NSNotFound.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/3797bab407f1/
changeset: 3797bab407f1
user: jfh
date: 2011-12-29 01:37:48
summary: - Correctly maintain or discard the selection following a drag-and-drop or removeitems in
the sidebar.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/a5e97937ca95/
changeset: a5e97937ca95
user: jfh
date: 2011-12-29 01:52:16
summary: - Set it up so that upon awakeFromNib the FSViewer can determine if it is the main viewer
or not.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/e2dcca981089/
changeset: e2dcca981089
user: jfh
date: 2011-12-29 21:34:15
summary: - Add HistoryViewPane image since I am about to add imagery for switching between the
Browser, Outline, and Table views of the files views.
- Change the icon for the files view.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/93ffd79efce4/
changeset: 93ffd79efce4
user: jfh
date: 2011-12-29 22:21:01
summary: - Fix the segmented control of the views. Make it disabled unless a local repository is
selected and ready.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/a29a2165a595/
changeset: a29a2165a595
user: jfh
date: 2011-12-29 23:01:52
summary: - Add new user preference for the default files view if no view has been used before for
the given repository.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/298d23e24230/
changeset: 298d23e24230
user: jfh
date: 2011-12-30 01:27:11
summary: - Refactor and fix accordion views. Now construction of accordion views is much simpler
than before.
- The view has an outlet to each divider view, and each pane view, and everything else is
constructed on the fly.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/720b8f3cd202/
changeset: 720b8f3cd202
user: jfh
date: 2011-12-30 22:18:27
summary: - Major change to generalize JHAccordianView to work with an array of JHAccordianSubViews
(panes) and not a fixed number of subviews.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/2a99cd93f5cf/
changeset: 2a99cd93f5cf
user: jfh
date: 2011-12-30 23:51:46
summary: - Have convenience methods for specificing up to 4 panes in a ConcertinaView.
(If needed programatically it is easy to have more than 4 panes.)
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/0b1c0e08bdb5/
changeset: 0b1c0e08bdb5
user: jfh
date: 2011-12-31 00:23:29
summary: - Switch name AccordionView -> ConcertinaView and move this class to a common place since
it is now being used in both the FilesView and the HistoryView.
affected #: 9 files


https://bitbucket.org/jfh/machg/changeset/732ddb2c2c4c/
changeset: 732ddb2c2c4c
user: jfh
date: 2011-12-31 14:28:17
summary: - Simplifications and documentation to JHConvertinaViews.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/01d26bca3788/
changeset: 01d26bca3788
user: jfh
date: 2011-12-31 15:13:44
summary: - Override isSubviewCollapsed to reflect the dividers thickness.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/af429bdceb87/
changeset: af429bdceb87
user: jfh
date: 2011-12-31 15:26:32
summary: - Indent the files outline view level step a bit more...
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/c7600e50a3ad/
changeset: c7600e50a3ad
user: jfh
date: 2011-12-31 15:39:37
summary: - Now that we have a number of panes also running around in the files view it can be a
little disconcerting to have the window change size when we change views. Thus change
the default to all views having the same size.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/7857fae00576/
changeset: 7857fae00576
user: jfh
date: 2011-12-31 17:37:59
summary: - Add the ConcertinaView with content "Files" and "Differences" to the the main FilesView.
A main step in having a flat files view with in application differences.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/205befab6638/
changeset: 205befab6638
user: jfh
date: 2012-01-05 09:20:18
summary: - Add NSView category method enclosingBoxView which is exactly like the system
enclosingScrollView but instead functions with NSBox instead of NSScrollView.
- Similarly, add enclosingViewOfClass.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/bb12725cc8c1/
changeset: bb12725cc8c1
user: jfh
date: 2012-01-05 11:43:51
summary: - FSViewerPane clipping. Make views slightly too large by one or two pixels to ensure we
clip sometimes unwanted boarders. Eg NSBrowsers always seem to have a 1 pixel boarder
even when it's undesired. So by embedding the FSViewerBrowser in a box one pixel too
small on left, right, top and bottom we get rid of the unwanted boarder.
- Clean up divider items by eliminating their offsets and instead going to a new uniform
background image.
- Make sure the FSViewerTable is not editable.
affected #: 8 files


https://bitbucket.org/jfh/machg/changeset/43e9317ecffc/
changeset: 43e9317ecffc
user: jfh
date: 2011-12-31 20:06:38
summary: - Move DividerButtonImages to the DividerItems folder.
- Improve diff button positioning.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/54e22e4e60ef/
changeset: 54e22e4e60ef
user: jfh
date: 2011-12-31 20:29:07
summary: - Upon switching to a different view, post a didSwitchViewTo: to the parent controller.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/bd6f9ed453ef/
changeset: bd6f9ed453ef
user: jfh
date: 2011-12-31 20:42:28
summary: - Have the buttons on the files view divider do view switching.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/b9d6479c06cb/
changeset: b9d6479c06cb
user: jfh
date: 2011-12-31 20:49:59
summary: - Switch order of view menu item FilesView-Outline and FilesView-Table.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/e037b4579e37/
changeset: e037b4579e37
user: jfh
date: 2012-01-01 10:20:18
summary: - Fix FSViewerTable from showing an item when there are no child nodes but only the root
node.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/67136e0f05aa/
changeset: 67136e0f05aa
user: jfh
date: 2012-01-01 10:40:19
summary: - In preparation to open a FSViewerPane have the pane reload (redisplay) the data.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/33bc86569d0e/
changeset: 33bc86569d0e
user: jfh
date: 2012-01-01 10:49:41
summary: - Make latest version of Kaleidoscope work smoothly again as a diff tool.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/6757971fb10d/
changeset: 6757971fb10d
user: jfh
date: 2012-01-01 13:34:10
summary: - Make the status sidebar on the right hand side collapsable.
- Restructure things so that the status buttons are in their own box which can be swapped out.
- Add a toggle (collapse / expand) sidebar button.
- Add images for the button.
- Animate the collapse / expand and allow dragging of the divider.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/555199839ea0/
changeset: 555199839ea0
user: jfh
date: 2012-01-01 13:53:07
summary: - Add viewerSelectionDidChange
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/ee18799e412f/
changeset: ee18799e412f
user: jfh
date: 2012-01-01 15:43:42
summary: - Emulate a browserViewSelectionDidChange method so that when the selection changes, we
can change the differences view content.
- Change FSViewerOutline::reloadDataSin so that it saves the current selection and restores it.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/6397379a1b3d/
changeset: 6397379a1b3d
user: jfh
date: 2012-01-01 15:48:29
summary: - Remove redundant import.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/bcc19d9d0cb7/
changeset: bcc19d9d0cb7
user: jfh
date: 2012-01-01 17:32:26
summary: - Allow the "Open with..." menu to work with multiple items.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/0782815fbf0c/
changeset: 0782815fbf0c
user: jfh
date: 2012-01-01 20:14:40
summary: - Add a WebView of the differences to the FilesView
- Update the FilesView differences WebView upon pane switching.
- Split the HTML for WebViews into html for import and html for viewing differences.
- In the html of the FilesView differences WebView, don't include a checkbox.
affected #: 17 files


https://bitbucket.org/jfh/machg/changeset/7fe3f787331f/
changeset: 7fe3f787331f
user: jfh
date: 2012-01-06 09:33:41
summary: - Add preferences for number of context lines, font size, and cutoff for differences in
files view.
affected #: 10 files


https://bitbucket.org/jfh/machg/changeset/55eff1e462f4/
changeset: 55eff1e462f4
user: jfh
date: 2012-01-06 11:06:09
summary: - Get the font size change in the web view working.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/9a5b0c97c090/
changeset: 9a5b0c97c090
user: jfh
date: 2012-01-07 09:42:07
summary: - Add switchToViewForIdentifier:animate: which switches both the toolbar item and the
view.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/f21fcdc56d16/
changeset: f21fcdc56d16
user: jfh
date: 2012-01-07 10:04:51
summary: - Add and hook up the appearance preferences button to the differences divider.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/d288d52a6ef2/
changeset: d288d52a6ef2
user: jfh
date: 2012-01-07 10:21:33
summary: - Get tooltips correct.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/64c1c76ae967/
changeset: 64c1c76ae967
user: jfh
date: 2012-01-07 10:46:26
summary: - Add SHA1HashString.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/be1014237e26/
changeset: be1014237e26
user: jfh
date: 2012-01-07 12:54:52
summary: - Switch Patch data to using filePatches. This way we can make filtering a bit more
persistent.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/0e6c6e847899/
changeset: 0e6c6e847899
user: jfh
date: 2012-01-07 13:42:48
summary: - Better parsing of patches, especially file patch headers.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/d0f4eac1ff10/
changeset: d0f4eac1ff10
user: jfh
date: 2012-01-07 14:10:36
summary: - Add objectForKey:addingIfNil: to typically take 5 lines to 1 line.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/ebd7cfeb1b28/
changeset: ebd7cfeb1b28
user: jfh
date: 2012-01-07 14:15:37
summary: - Use objectForKey:addingIfNil:
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/8def5056bd86/
changeset: 8def5056bd86
user: jfh
date: 2012-01-07 18:27:09
summary: - Allow include / exclude of the hunks in the differences web view of the FSView.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/f680ca679afc/
changeset: f680ca679afc
user: jfh
date: 2012-01-07 19:08:58
summary: - Make the concertina view and it's sub-views opaque for drawing efficiency.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/3be559f44325/
changeset: 3be559f44325
user: jfh
date: 2012-01-07 20:29:46
summary: - Redo the fix in 342 : fd618ae7f7b2 by simply setting myDocuments' parent linkage. I
noticed this while doing some startup stuff to do with autosaving positions.
affected #: 6 files


https://bitbucket.org/jfh/machg/changeset/706ddf513497/
changeset: 706ddf513497
user: jfh
date: 2012-01-07 22:47:54
summary: - Ensure that the labels table view is reset upon switching to the history pane. This
stops the labels coming up empty on startup.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/8cff975470ea/
changeset: 8cff975470ea
user: jfh
date: 2012-01-07 23:24:39
summary: - Make the LogTableView only respect the search field if it the parent controller has
access to the search field. Ie the sheets which contain log table views don't filter
their results from the main toolbar search field.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/eefac27eaf5c/
changeset: eefac27eaf5c
user: jfh
date: 2012-01-08 09:43:26
summary: - Add general autosaving of the concertina positions.
- Divvy up the space better in resizeSubviewsWithOldSize.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/847a3f9daedb/
changeset: 847a3f9daedb
user: jfh
date: 2012-01-08 11:39:51
summary: - Add autosaving of the FilesView and HistoryView concertina positions.
- The restoration of the concertina split positions is delayed until after the frame is
restored to the correct size.
affected #: 6 files


https://bitbucket.org/jfh/machg/changeset/816db250870c/
changeset: 816db250870c
user: jfh
date: 2012-01-08 12:21:00
summary: - Remove now unused options ViewsHaveIndependentSizes and DifferencesFileCountCutoff
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/3e0b2f326aa8/
changeset: 3e0b2f326aa8
user: jfh
date: 2012-01-08 12:38:50
summary: - Add constrainFloat(val, min, max)
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/69180902d564/
changeset: 69180902d564
user: jfh
date: 2012-02-12 14:05:37
summary: - Factor out bwDrawPixelThickLineAtPosition to Common from GradientBox for general use.
- Unflip GradientBox drawing.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/cab65f60ed9d/
changeset: cab65f60ed9d
user: jfh
date: 2012-01-08 18:37:55
summary: - Remove BWToolkit and replace uses of it with new classes.
- I am doing this for better compatibility with XCode 4, but it's a teal shame that apple
has not supported plugins for XCode 4. BWToolkit is / was very nice.
- Add PopupActionButton to substitute for BWToolkit's nice BWAnchoredButton's
- Add StandardSplitView which is used as a general purpose horizontal split view
consistent with the overall theme.
- Add DifferencesSplitView to replace the BWSplitView which was previously used as the
main splitter in the differences view. Make it remember it's split view position.
- Add SidebarSplitView to replace the BWSplitView which was previously used as the main
splitter. Make it remember it's split view position.
affected #: 334 files


https://bitbucket.org/jfh/machg/changeset/9e74225e3c2e/
changeset: 9e74225e3c2e
user: jfh
date: 2012-01-08 19:37:33
summary: - Make the differences contextual menu work again...
- Make the SplitViews in the DifferencesView more visible and make it clear that there are
two split views even when the log table details split view is fully collapsed.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/f937dc58eba4/
changeset: f937dc58eba4
user: jfh
date: 2012-01-08 19:55:58
summary: - setCopyOnScroll to false to fix initial screen litter after bugs in OSX / cocoa not
scrolling the scroll view correctly.
- Set the minimum window dimensions.
- Scroll to the start of the collapse message upon opening the confirmation sheet.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/3ff0c54585d3/
changeset: 3ff0c54585d3
user: jfh
date: 2012-01-08 20:53:48
summary: - Get the FSViewer pane selector buttons to update correctly whenever switching to the
FilesView.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/34685b914786/
changeset: 34685b914786
user: jfh
date: 2012-01-08 22:12:34
summary: - Make StandardSplitViews work vertically as well as horizontally
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/52055ff0833e/
changeset: 52055ff0833e
user: jfh
date: 2012-01-08 23:25:20
summary: - Make the 4 way log view splits into standard split views for the same appearance.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/b02e3c00cb8e/
changeset: b02e3c00cb8e
user: jfh
date: 2012-01-09 00:53:24
summary: - Generalize the mechanism whereby we can drag and drop file paths from an FSViewerPane
into the finder or the dock, and make it work for FSViewerOutlines and FSViewerTables.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/09b79ddbc0d2/
changeset: 09b79ddbc0d2
user: jfh
date: 2012-01-09 01:09:04
summary: - Fix issue #300 where .. would be stripped from URL's.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/ea90c636b1b6/
changeset: ea90c636b1b6
user: jfh
date: 2012-01-09 01:39:28
summary: - Change 'include' to 'commit' in the differences inside the FilesView.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/002077842694/
changeset: 002077842694
user: jfh
date: 2012-01-09 02:13:45
summary: - Add CommitCheckBoxState.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/bbf32145f269/
changeset: bbf32145f269
user: jfh
date: 2012-01-09 04:16:48
summary: - Refactor the computation and display of the combined icon image.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/fe3a29ba6da8/
changeset: fe3a29ba6da8
user: jfh
date: 2012-01-14 09:28:53
summary: - Big refactoring of the commit sheet, use concertina views, have checkboxes in each row
to include / exclude each file.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/78051ce19c17/
changeset: 78051ce19c17
user: jfh
date: 2012-01-14 12:19:37
summary: - Factor out common parts in order to add FSViewerPaneCheckedIconedCell
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/0884355b02ba/
changeset: 0884355b02ba
user: jfh
date: 2012-01-14 15:54:53
summary: - Add buffering to the FilesView differences webview.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/f6601bace321/
changeset: f6601bace321
user: jfh
date: 2012-01-14 18:20:35
summary: - Add a CSS spinner to the web view when we show the message for generating differences.
- Ensure we take down the generating differences message if we get a null result.
- Only generate FileView Differences if the WebView is open.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/90a39b747b86/
changeset: 90a39b747b86
user: jfh
date: 2012-01-14 19:01:06
summary: - Fix call to hg by making sure to include the '--header' option. (It should always be
included when calling hg.)
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/52a5a8814624/
changeset: 52a5a8814624
user: jfh
date: 2012-01-14 22:22:16
summary: - Add a ShowResizeUpDownCursorView class to JHConcertinaView in order to allow the correct
displaying of the cursor when hovering over or dragging a divider in the concertina
view.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/b5fe41a2dcc8/
changeset: b5fe41a2dcc8
user: jfh
date: 2012-01-14 22:39:53
summary: - Add ShowResizeUpDownCursorView views to the Concertinas in MacHg to get the correct
cursor when mousing over and when dragging.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/7614ddd8da6a/
changeset: 7614ddd8da6a
user: jfh
date: 2012-01-15 00:05:13
summary: - Remove member dividerDragNumber and instead use a local variable dividerDragIndex.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/a003a4a06429/
changeset: a003a4a06429
user: jfh
date: 2012-02-15 04:00:09
summary: - Fix concertina view collapse. Have each of the subviews execute only one animation at a
time or else the animations can interfere with each other.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/91ec253a00cb/
changeset: 91ec253a00cb
user: jfh
date: 2012-02-15 03:27:58
summary: - Refactor concertina view so you can expand any one content.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/742c3eb73d64/
changeset: 742c3eb73d64
user: jfh
date: 2012-01-15 00:24:12
summary: - Add numberAsBool and boolAsNumber.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/535bb6e36466/
changeset: 535bb6e36466
user: jfh
date: 2012-01-15 02:47:08
summary: - Post collapse /uncollapse notifications when the content view of a concertina is
collapsed / uncollapsed.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/6e9e5cc0f96f/
changeset: 6e9e5cc0f96f
user: jfh
date: 2012-01-15 03:21:30
summary: - listen for the files view web view being opened.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/c93a17df9073/
changeset: c93a17df9073
user: jfh
date: 2012-01-15 03:42:26
summary: - Optimize pruneContainedPaths so it is not n^2 and instead it is order n Log(n).
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/afe6b088d998/
changeset: afe6b088d998
user: jfh
date: 2012-01-15 12:19:21
summary: - Ensure we regenerate the FilesView differences WebView if there have been changes in the
paths selected and shown.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/a52c5c7e7404/
changeset: a52c5c7e7404
user: jfh
date: 2012-01-15 13:45:13
summary: - Change name relativePath to relativePathComponent since I am about to add relativePath
as the absolutePath without the root prefix.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/4f1bebc5e525/
changeset: 4f1bebc5e525
user: jfh
date: 2012-01-15 14:21:03
summary: - All webkit interactions need to be done on the main thread.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/ae319365f4c5/
changeset: ae319365f4c5
user: jfh
date: 2012-01-15 15:04:59
summary: - The selectedItems for NSOutlineViews needs to be done on the main thread or bad things
can happen.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/ef6e5a0e9575/
changeset: ef6e5a0e9575
user: jfh
date: 2012-02-03 23:26:56
summary: - Put all of the displaying of the results on the main thread to fix some display glitches
when this is done off the main thread.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/f837eee2e412/
changeset: f837eee2e412
user: jfh
date: 2012-01-15 15:23:19
summary: - Fix crash I stumbled across.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/ff589de07d0c/
changeset: ff589de07d0c
user: jfh
date: 2012-01-15 17:11:50
summary: - During debugging allow the inspection of the web view's.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/a426c0df1e89/
changeset: a426c0df1e89
user: jfh
date: 2012-01-15 18:23:59
summary: - Switch name machg controller name to machgWebviewController
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/9ab72efe34b4/
changeset: 9ab72efe34b4
user: jfh
date: 2012-01-15 22:20:19
summary: - Add a sideBySide diff to work alongside the unified diff view.
- Move diffHighliter.js to shared code for all web view's which display patches (currently
the import sheet and the files view differences web view.)
affected #: 6 files


https://bitbucket.org/jfh/machg/changeset/2b47598904bd/
changeset: 2b47598904bd
user: jfh
date: 2012-01-16 01:27:48
summary: - Add a mini-display preferences for the files differences web view where the font size
and the number of context lines, etc can be set. (Do this through MAAttachedWindow.)
- Validate differencesDisplayPreferencesChanged so the popupmenu enables it's items.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/d1e1c0ba0e3f/
changeset: d1e1c0ba0e3f
user: jfh
date: 2012-01-16 02:47:46
summary: - Add a default option for the differences webview diff style.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/5ea8ce3855ae/
changeset: 5ea8ce3855ae
user: jfh
date: 2012-01-21 09:44:47
summary: - Start to hookup popup selector for diffstyle.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/e49a6b4f8f70/
changeset: e49a6b4f8f70
user: jfh
date: 2012-01-21 11:21:54
summary: - Additionally Pass in the font size as well as the "style" to the showDiff call.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/b49e3d4a3175/
changeset: b49e3d4a3175
user: jfh
date: 2012-01-21 15:48:41
summary: - Add google's DiffMatchPath in order to get nice subline diffing.
- Change what we produce to include subline <delete>...</delete> and <insert>...</insert>
annotations.
- Take off the '+', '-', and ' ' when doing side by side diffs.
- Move quoting the content from javascript to inside MacHg's objective C so then we can
mix in our own tags without them getting quoted.
- Use the same font stylings for unified diffs as side-by-side diffs.
- Get better diffing colors.
affected #: 20 files


https://bitbucket.org/jfh/machg/changeset/b53f58f45bb9/
changeset: b53f58f45bb9
user: jfh
date: 2012-01-21 16:37:34
summary: - Change PatchData->PatchRecord
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/d6e6e677fb53/
changeset: d6e6e677fb53
user: jfh
date: 2012-01-21 17:49:44
summary: - Factor out PatchData from PatchRecord.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/dea7f9504612/
changeset: dea7f9504612
user: jfh
date: 2012-01-21 18:27:58
summary: - Add debugging description strings for FilePatch and PatchData.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/05016834c782/
changeset: 05016834c782
user: jfh
date: 2012-02-11 12:14:21
summary: - Switch to a HunkExclusions object to maintain the excluded hunks.
- Standardize on a hunk hash form so that the disabled hunks are persistent across edits.
- Add hashes to our htmlized output in the hunk header after the @@ ... @@
- Adjust our javascript to look for the hunk hash and use it when sending info to MacHg
during a hunk enable / disable.
- Fix logic in htmlizedDifference so that we capture the remaining left and right lines if
the additions or deletions are at the end of the file.
- Move stringOfDifferencesWebviewDiffStyle to PatchData.[hm]
- By switching to HunkExclusions which tracks excluded hashHunks, we keep the storage of
the excluded parts separate from the patches themselves, so the patch can actually vary
but the hash hunk of just the changes will remain the same. (This allows persistence of
the exclusions and more robust tracking of the exclusions.)
affected #: 12 files


https://bitbucket.org/jfh/machg/changeset/4548d06fae20/
changeset: 4548d06fae20
user: jfh
date: 2012-01-26 17:26:03
summary: - Make the changeset hash column maximum width width enough to allow the full column.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/baadcb697be6/
changeset: baadcb697be6
user: jfh
date: 2012-01-26 17:26:24
summary: - Change the diff button in the details to +++/---
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/13eb81fcf400/
changeset: 13eb81fcf400
user: jfh
date: 2012-01-26 12:22:40
summary: commit: ignore subrepos completely if the '.hgsub' is excluded via -X

As a way for users to make sure that their sub repository state is not
committed, make it so that -X .hgsub actually obeys the exclusion.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/ca60e52ebe11/
changeset: ca60e52ebe11
user: jfh
date: 2012-01-27 12:48:24
summary: - Add synchronizedInvalidate to NSTimer
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/eb56478002ce/
changeset: eb56478002ce
user: jfh
date: 2012-01-27 12:50:11
summary: - Add the timer's asynchronously onto the main queue.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/ed8dfb86ece2/
changeset: ed8dfb86ece2
user: jfh
date: 2012-01-27 12:51:09
summary: - Fix race condition.
- loading the absolutePathOfRepositoryRoot through the document can cause the files new to
load off the main thread which can cause race conditions so do the full computation of
root changed on the main thread.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/b9e3b52af65d/
changeset: b9e3b52af65d
user: jfh
date: 2012-01-27 18:11:11
summary: - Move to having a HunkObject which contains the hunk header, the hunk lines, and the hunk
hash.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/48c8a24ba8f8/
changeset: 48c8a24ba8f8
user: jfh
date: 2012-01-27 18:55:49
summary: - Move the Hunk Exclusions storage to the parent controller the ImportPatchesSheet (from
the PatchesTableView).
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/68ebf9f905b5/
changeset: 68ebf9f905b5
user: jfh
date: 2012-01-27 19:36:08
summary: - Fix persistence of patches in the patches table view.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/e38255ee4510/
changeset: e38255ee4510
user: jfh
date: 2012-01-27 20:51:43
summary: - Add the creation of patch files with parts excluded by exclusions.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/363373ad16c0/
changeset: 363373ad16c0
user: jfh
date: 2012-01-27 21:01:41
summary: - Remove excludedPatchHunksForFilePath_
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/8b45fdc44b4d/
changeset: 8b45fdc44b4d
user: jfh
date: 2012-02-11 12:14:43
summary: - Add filePatchForFilePath and change name.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/d258b2eff877/
changeset: d258b2eff877
user: jfh
date: 2012-02-07 01:30:00
summary: - Add tempDirectoryPathWithTemplate
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/e5075d6c9bc5/
changeset: e5075d6c9bc5
user: jfh
date: 2012-01-28 14:06:37
summary: - Add PatchData::pathsAffectedByExclusions:withRoot:
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/1c342f542e75/
changeset: 1c342f542e75
user: jfh
date: 2012-01-28 14:47:32
summary: - Change 'browser' to 'viewer' in browserMenuOpenSelectedFilesInFinder
- Change 'browser' to 'viewer' in browserMenuOpenSelectedFilesInFinder
- Change 'browser' to 'viewer' in browserMenuOpenSelectedFilesInFinder
affected #: 8 files


https://bitbucket.org/jfh/machg/changeset/46cfb009fcee/
changeset: 46cfb009fcee
user: jfh
date: 2012-02-04 23:01:17
summary: - Add NSString methods stringDividedIntoLines, firstCharacter, and lastCharacter.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/3794927fa638/
changeset: 3794927fa638
user: jfh
date: 2012-01-28 14:48:15
summary: - Use stringDividedIntoLines
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/d3b259888f50/
changeset: d3b259888f50
user: jfh
date: 2012-02-07 16:54:28
summary: - Reworking htmlizing so it is much faster
- Add a cutoff so that if we are diffing a patch which is "too" big then don't do sublime diffing.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/4e4c1ca9f12b/
changeset: 4e4c1ca9f12b
user: jfh
date: 2012-01-28 20:38:41
summary: - Experiment in making sure we don't double observe and notifications. Especially to eg
renew a view.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/4ebae220ce53/
changeset: 4ebae220ce53
user: jfh
date: 2012-01-28 22:01:20
summary: - Add pathsOfFSNodes
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/1b702921e4cd/
changeset: 1b702921e4cd
user: jfh
date: 2012-02-12 04:04:13
summary: - Add restrictPathsToPaths.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/47d522bb63a1/
changeset: 47d522bb63a1
user: jfh
date: 2012-01-29 19:02:09
summary: - Cache the result of patchBodyHTMLized.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/71e8cff08bc2/
changeset: 71e8cff08bc2
user: jfh
date: 2012-02-10 22:21:36
summary: - Replace the CommitFilesTableView with an FSViewer which I will specialize. This gets
us lots of free FSViewer behavior for free.
- Restrict the status of the paths to be those inside the starting set.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/a029bf178dbb/
changeset: a029bf178dbb
user: jfh
date: 2012-02-12 23:39:26
summary: - Add PatchesWebview and shift handling from the web views associated with the FSViewer
and PatchesTableView to the PatchesWebview.
- Use the same HTML for the import sheet as the file differences web view.
affected #: 14 files


https://bitbucket.org/jfh/machg/changeset/f818bf6266a4/
changeset: f818bf6266a4
user: jfh
date: 2012-02-11 11:01:26
summary: - Make it so we can get the patch with hunk excluded and also the patch with only the
excluded hunks.
- Take account of making sure empty patches return nil.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/eb057adc61ac/
changeset: eb057adc61ac
user: jfh
date: 2012-01-29 22:46:08
summary: - Do factor.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/b7f0f261b551/
changeset: b7f0f261b551
user: jfh
date: 2012-02-28 07:30:18
summary: - Factor the popup attached window out into it's own class for reuse in other places in
MacHg.
- Make the popup window disappear when it's controlling button is clicked instead of
noting the windowDidResignKey and the button press to toggle the mini-preferences
window twice.
- Fix attachement location.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/3968bcecf4ed/
changeset: 3968bcecf4ed
user: jfh
date: 2012-02-03 21:49:04
summary: - Rename kDifferencesDisplayPreferencesChanged to kFileDiffsDisplayPreferencesChanged
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/b1d5a6c9025d/
changeset: b1d5a6c9025d
user: jfh
date: 2012-02-03 22:44:32
summary: - Rename differencesDisplayPreferencesChanged to fileDiffsDisplayPreferencesChanged and
move it to the PatchesWebView.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/5b58f836c3ce/
changeset: 5b58f836c3ce
user: jfh
date: 2012-02-04 01:59:06
summary: - Fix the mini preferences button on the files detail divider of the commit sheet.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/057768ac7390/
changeset: 057768ac7390
user: jfh
date: 2012-02-05 19:47:30
summary: - Use buttons instead of checkboxes for exclude / include.
- Add a button for external diffing.
- Make the button sizes proportional to the font-size.
- Add hair lines to separate the diffs.
- Improve the CSS of the differences web view.
- Standardize on Menlo 10 pt as the default font for diffs.
- Fix trimming of strings passed from javascript.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/1f8189c819c0/
changeset: 1f8189c819c0
user: jfh
date: 2012-02-04 23:29:10
summary: - Add futureDispatchTime
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/33dc13facc0d/
changeset: 33dc13facc0d
user: jfh
date: 2012-02-04 23:55:37
summary: - Move myDeselectAll from Sidebar.m to Common.[hm] for use in other table views and outline views.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/e0c6ce3540cd/
changeset: e0c6ce3540cd
user: jfh
date: 2012-02-04 23:57:12
summary: - Ensure switching views always removes the current file view selection.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/564616af4ee6/
changeset: 564616af4ee6
user: jfh
date: 2012-02-05 20:23:43
summary: - Add copyItemAtPath:toPath:withIntermediateDirectories:
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/4e988c383758/
changeset: 4e988c383758
user: jfh
date: 2012-02-05 19:47:45
summary: - Add absolutePathsWithExclusionsForRoot: and contestedPathsIn:forRoot: and
uncontestedPathsIn:forRoot:
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/0cd18ab05b95/
changeset: 0cd18ab05b95
user: jfh
date: 2012-02-06 01:41:13
summary: - Make the commit sheet respect the excluded hunks when doing the commit. (Ie do the
final step in making commits respect hunk level selection.)
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/2be223f82765/
changeset: 2be223f82765
user: jfh
date: 2012-02-19 09:21:20
summary: - Integrating amend into the commit process when we allow exclusion of hunks.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/a138339362cb/
changeset: a138339362cb
user: jfh
date: 2012-02-06 03:21:16
summary: - Add the feature were we can control hunk level selection.
- For merges make sure we turn off hunk level selection control.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/d7b640663b0d/
changeset: d7b640663b0d
user: jfh
date: 2012-02-08 02:04:19
summary: - Lead up to being able to unify the javascript handling of unified-diffs and side-by-side
diffs for the web view.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/af532c8c6dc4/
changeset: af532c8c6dc4
user: jfh
date: 2012-02-08 02:58:30
summary: - Finish unifying the javascript handling of unified-diffs and side-by-side diffs for the
web view.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/f4de324c2c93/
changeset: f4de324c2c93
user: jfh
date: 2012-02-10 23:54:30
summary: - Add valid hunk hashes to the HunkExclusions record and rename members and methods.
- This is preparation for handling of when all the hunks in a file are disabled.
affected #: 6 files


https://bitbucket.org/jfh/machg/changeset/a3cb8df66423/
changeset: a3cb8df66423
user: jfh
date: 2012-02-11 03:34:59
summary: - Add exclude and include file.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/55a43bb176c8/
changeset: 55a43bb176c8
user: jfh
date: 2012-02-11 11:01:05
summary: - post notifications upon including / excluding a hunk / file.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/e9973b6c67c8/
changeset: e9973b6c67c8
user: jfh
date: 2012-02-12 12:24:51
summary: - Fix HunkExclusions bugs.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/16c91b41a6c3/
changeset: 16c91b41a6c3
user: jfh
date: 2012-02-10 09:10:44
summary: - Allow changing of the loaded nib names.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/ae469dc3f532/
changeset: ae469dc3f532
user: jfh
date: 2012-02-11 22:30:17
summary: - Add the CommitFSViewer, CommitFilesTableView and FSViewerTableButtonCell.
- These are subclasses of FSViewer, FilesTableView, and allow the inclusion of a check box
as the first column. in the FSViewer. This checkbox reflects the status of the file in
the commit.
- Observe any posted include / exclude hunk / file notifications.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/f4c555d5e681/
changeset: f4c555d5e681
user: jfh
date: 2012-01-22 11:40:16
summary: - Allow show clean files to be tri-state.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/c49db49e1b7f/
changeset: c49db49e1b7f
user: jfh
date: 2012-02-11 11:13:33
summary: - Clicking the exclude / include button in the FSViewerTable (if the column is present)
will exclude / include all the hunks in the file of the clicked row.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/cb4ea78d56e7/
changeset: cb4ea78d56e7
user: jfh
date: 2012-02-11 12:15:47
summary: - Listen to include / exclude notifications and visually update the patches hunks
accordingly.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/eeadc4acb790/
changeset: eeadc4acb790
user: jfh
date: 2012-02-11 20:34:25
summary: - Expose absolutePathsOfFilesToCommit
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/23d08b056a48/
changeset: 23d08b056a48
user: jfh
date: 2012-02-11 21:28:22
summary: - Add the preferences item of DiffDisplaySizeLimit and restrict the diff sizes displayed
to be less that this number of million characters since WebViews have performance
problems displaying bigger diffs.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/59f48f639fcf/
changeset: 59f48f639fcf
user: jfh
date: 2012-02-12 12:31:46
summary: - Better way to compute changesInSelectedPaths.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/8161ccce405b/
changeset: 8161ccce405b
user: jfh
date: 2012-02-12 12:33:19
summary: - change updateExclusionDataForChangedPaths:absoluteChangedPaths
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/85d8bf23e12c/
changeset: 85d8bf23e12c
user: jfh
date: 2012-02-12 13:50:36
summary: - Fix commit sheet validation.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/44fe75707693/
changeset: 44fe75707693
user: jfh
date: 2012-02-13 00:08:48
summary: - Add the commit SubrepoSubstate option so users can control when the substate state is
recorded.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/926ad4c0d9c9/
changeset: 926ad4c0d9c9
user: jfh
date: 2012-02-12 22:35:47
summary: - Update pull, push, incoming and outgoing sheets to have options: --bookmark, --branch,
--insecure.
affected #: 12 files


https://bitbucket.org/jfh/machg/changeset/8cf56c996ad6/
changeset: 8cf56c996ad6
user: jfh
date: 2012-02-13 00:22:06
summary: - Make the ImportSheet use a ConcertinaView instead of a SplitView.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/3e4bb430a4c1/
changeset: 3e4bb430a4c1
user: jfh
date: 2012-02-13 01:50:02
summary: - Make the PatchesTableView specify that the HTMLized patch should not contain external
diff buttons.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/20494be8a1ad/
changeset: 20494be8a1ad
user: jfh
date: 2012-02-17 20:20:09
summary: - In the strip sheet put up a waring if there are uncommitted change and also show by
selection when the incomplete revision will be stripped.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/878b9ff36d8a/
changeset: 878b9ff36d8a
user: jfh
date: 2012-02-13 11:33:51
summary: - Fix visual diffing for Binary patches.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/2f9e52002693/
changeset: 2f9e52002693
user: jfh
date: 2012-02-17 20:19:45
summary: - Add a Labels submenu, with items for adding and managing tags, branches, and bookmarks.
- Re-organize the patch operations, and the history editing operations into a submenu.
affected #: 13 files


https://bitbucket.org/jfh/machg/changeset/ac2f995e23b9/
changeset: ac2f995e23b9
user: jfh
date: 2012-02-20 02:01:58
summary: - Switch from storing a bool showingSheet_ to the actual sheet in shownSheet_ so we can
reference it later.
- To begin and end a sheet go through MacHgDocument so we can record the shownSheet_
- (It seems to me there should be some way to do this through NSApp but I haven't found
it.)
affected #: 24 files


https://bitbucket.org/jfh/machg/changeset/7e295ce96ba3/
changeset: 7e295ce96ba3
user: jfh
date: 2012-02-18 22:12:40
summary: - Remove unused action labelsMenuAddLabelToCurrentRevision which has been replaced by
historyMenuAddLabelToChosenRevision
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/98b3d0ad5087/
changeset: 98b3d0ad5087
user: jfh
date: 2012-02-19 07:08:33
summary: - Add a Differences submenu to the Repository menu and hook it's actions up.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/ce1b771bb762/
changeset: ce1b771bb762
user: jfh
date: 2012-02-19 07:11:00
summary: - Whitespace changes.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/ec9606a48e3c/
changeset: ec9606a48e3c
user: jfh
date: 2012-02-20 02:38:42
summary: - Fix escape key closes sheets for the collapse sheets.
- Collapse sheet optimization.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/0c305608cf1d/
changeset: 0c305608cf1d
user: jfh
date: 2012-03-03 22:22:08
summary: - Add AlterDetails sheet.
affected #: 11 files


https://bitbucket.org/jfh/machg/changeset/45be8bc2ea81/
changeset: 45be8bc2ea81
user: jfh
date: 2012-02-24 21:45:12
summary: - Rename RadialGradiantBox -> RadialGradientBox
affected #: 10 files


https://bitbucket.org/jfh/machg/changeset/774a29cd4968/
changeset: 774a29cd4968
user: jfh
date: 2012-02-24 22:50:24
summary: - Fix RadialGradientBox background in the about window.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/f82f55e538f7/
changeset: f82f55e538f7
user: jfh
date: 2012-02-24 23:31:01
summary: - Change from browserAction to fsviewerAction and have the actions percolate up from the
viewer pane.
affected #: 11 files


https://bitbucket.org/jfh/machg/changeset/b09b813133cd/
changeset: b09b813133cd
user: jfh
date: 2012-02-25 00:49:20
summary: - Fix bug where clicking on the parent directory in a browser would not regenerate the web
view differences.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/a5841d3d55bd/
changeset: a5841d3d55bd
user: jfh
date: 2012-02-25 07:17:36
summary: - Place the disclosure triangle between the status icons and the file icon in outline
views.
- Rework the pane icon drawing to account for the disclosure arrow in the case of the
outline views.
- Remove FSViewerPaneCheckedIconedCell and introduce FSViewerOutlinePaneIconedCell for
use in outline views.
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/9cc816b4f74b/
changeset: 9cc816b4f74b
user: jfh
date: 2012-02-25 08:21:36
summary: - Better vertical alignment of the icons and arrows in viewer pane cells.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/ee477e6d04af/
changeset: ee477e6d04af
user: jfh
date: 2012-02-25 10:16:48
summary: - Add browser / table / outline buttons to the differences view layout.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/3ceeaec330b0/
changeset: 3ceeaec330b0
user: jfh
date: 2012-02-25 23:09:04
summary: - Add the pane segment selector to the differences view.
affected #: 9 files


https://bitbucket.org/jfh/machg/changeset/acb4ecfdf74d/
changeset: acb4ecfdf74d
user: jfh
date: 2012-02-26 02:06:08
summary: - Add contextual menus for the fsviewer in the commit sheet.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/569bf2d71f7a/
changeset: 569bf2d71f7a
user: jfh
date: 2012-02-26 06:41:20
summary: - Adjust the differences view so that the separator is in the concertina style divider.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/edd47bd8b273/
changeset: edd47bd8b273
user: jfh
date: 2012-02-26 07:30:24
summary: - Allow specification of the attachment position in popup windows.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/54c130f16027/
changeset: 54c130f16027
user: jfh
date: 2012-02-26 05:33:04
summary: - Refactor the icon methods into static methods so other code can call this code.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/447ebfb4a8c9/
changeset: 447ebfb4a8c9
user: jfh
date: 2012-02-26 08:04:32
summary: - Make the collapse of the side bar really collapse it.
- When collapsed show a status button which can be used to control which status items are shown.
- Remove unneeded reference.
affected #: 7 files


https://bitbucket.org/jfh/machg/changeset/767a679b679e/
changeset: 767a679b679e
user: jfh
date: 2012-02-26 06:41:20
summary: - Make the dividers in the history view display better for very narrow window widths.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/1986eb3c8a2d/
changeset: 1986eb3c8a2d
user: jfh
date: 2012-03-02 12:21:39
summary: - Make sure theSetContentView happens on the main thread.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/dae4cbb741dc/
changeset: dae4cbb741dc
user: jfh
date: 2012-03-03 00:55:32
summary: - Make all anchors use the shifted class which makes the anchor open not right at the top
of the page but a little lower. This leaves room for the header which runs across the
top of the page.
affected #: 33 files


https://bitbucket.org/jfh/machg/changeset/189e882a0151/
changeset: 189e882a0151
user: jfh
date: 2012-03-03 19:24:23
summary: - Fix issue #308. FileMerge is now correctly opened in Apple's latest XCode 4.3
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/c981ed77db22/
changeset: c981ed77db22
user: jfh
date: 2012-03-03 08:14:01
summary: - Fix drawing of the fsviewer outline cells when the nodes are "dirty".
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/e30b62a680f0/
changeset: e30b62a680f0
user: jfh
date: 2012-03-03 09:28:00
summary: - Add preference item AutoExpandOutlines
affected #: 4 files


https://bitbucket.org/jfh/machg/changeset/e47fc5794af2/
changeset: e47fc5794af2
user: jfh
date: 2012-03-03 10:27:56
summary: - Add autoExpandViewerOutlines to the FSViewerController protocol methods.
affected #: 5 files


https://bitbucket.org/jfh/machg/changeset/19d96be639c1/
changeset: 19d96be639c1
user: jfh
date: 2012-03-03 12:09:18
summary: - Implement AutoExpand for outline views, whereby when the outline tree is displayed then
any interesting files are shown. (ie expand all parent nodes leading to the interesting
file.) An interesting file is deemed to be one that can be committed (modifications,
added files, removed files).
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/ac5143f4fc87/
changeset: ac5143f4fc87
user: jfh
date: 2012-03-04 07:39:56
summary: - Make showingFilesBrowser, showingFilesOutline, showingFilesTable KVO compliant on the
underlying currentFSViewerPane property. This allows us to use showingFilesXYZ in
bindings.
- Switch the files view segment button updating to bindings
- Change the visibility of the AutoExpand button to only show when we are showing the
fsviewer outline.
affected #: 9 files


https://bitbucket.org/jfh/machg/changeset/e96094f1610b/
changeset: e96094f1610b
user: jfh
date: 2012-03-04 08:37:06
summary: - Add an AutoExpand icon
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/79ac1d226d07/
changeset: 79ac1d226d07
user: jfh
date: 2012-03-04 10:34:57
summary: - Add the AutoExpand file outlines button to the differences view.
affected #: 3 files


https://bitbucket.org/jfh/machg/changeset/1faa4931d0b1/
changeset: 1faa4931d0b1
user: jfh
date: 2012-03-04 11:29:35
summary: - When receiving a compatible repository count only update the node receiving the count
change. This means that an entire reload data is not called and one can continue to
edit the selected sidebar node if one is so doing this while at the same time receiving
compatible repository count updates.
affected #: 2 files


https://bitbucket.org/jfh/machg/changeset/c04f66cc9752/
changeset: c04f66cc9752
user: jfh
date: 2012-03-04 11:40:24
summary: - Turn off mixed state for the up to date checkbox.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/8f986b3327c0/
changeset: 8f986b3327c0
user: jfh
date: 2012-03-04 07:45:34
summary: - Add help link to the collapse sheet.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/d7006a8c5d61/
changeset: d7006a8c5d61
user: jfh
date: 2012-03-04 15:17:51
summary: - PartII When receiving a compatible repository count only update the node receiving the count
change. This means that an entire reload data is not called and one can continue to
edit the selected sidebar node if one is so doing this while at the same time receiving
compatible repository count updates.
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/5f191444c2bf/
changeset: 5f191444c2bf
user: jfh
date: 2012-03-04 15:18:16
summary: - Update BuildNumber to 1.0.0Beta. Stupendous!
affected #: 1 file


https://bitbucket.org/jfh/machg/changeset/d38ca526c197/
changeset: d38ca526c197
user: jfh
date: 2012-03-04 15:37:23
summary: Added tag release1.0.0Beta for changeset 5f191444c2bf
affected #: 1 file

Repository URL: https://bitbucket.org/jfh/machg/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Reply all
Reply to author
Forward
0 new messages