diff -r 18d06283743d -r e0f607754b9a ChangeSetBrowser.st --- a/ChangeSetBrowser.st Thu Apr 04 01:43:18 2013 +0100 +++ b/ChangeSetBrowser.st Thu Apr 04 19:06:16 2013 +0100 @@ -47,7 +47,6 @@ " ! ! - !ChangeSetBrowser class methodsFor:'instance creation'! open @@ -79,6 +78,7 @@ ^ self openOn:changeSet " + self openOnFile:'st.chg' self openOnFile:'c:\Users\cg\work\stx\goodies\soap\spray5.2\Steve Waring\Spray WebServices\Spray\Auth\SWT Spray Auth Tests.pac' ChangeSet fromFile:'c:\Users\cg\work\stx\goodies\soap\spray5.2\Steve Waring\Spray WebServices\Spray\Auth\SWT Spray Auth Tests.pac' " @@ -86,7 +86,6 @@ "Modified: / 17-02-2011 / 10:29:50 / cg" ! ! - !ChangeSetBrowser class methodsFor:'defaults'! defaultLabel @@ -95,7 +94,6 @@ "Created: / 6.2.1998 / 13:25:47 / cg" ! ! - !ChangeSetBrowser class methodsFor:'menu specs'! menuSpec @@ -547,7 +545,6 @@ ) ! ! - !ChangeSetBrowser methodsFor:'initialization & release'! askIfChangesAreToBeWrittenBack @@ -627,7 +624,6 @@ ^ "false" super showingDiffsDefault ! ! - !ChangeSetBrowser methodsFor:'menu aspects'! hasNotUndoableChangeSelected @@ -671,7 +667,6 @@ ^ false ! ! - !ChangeSetBrowser methodsFor:'private'! applyChange:changeNr @@ -984,7 +979,6 @@ "Modified: / 7.2.1998 / 19:52:44 / cg" ! ! - !ChangeSetBrowser methodsFor:'user actions'! doInspectChange @@ -1039,14 +1033,18 @@ super updateDiffViewFor:changeNr. ! ! - !ChangeSetBrowser class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.57 2013-03-31 11:58:23 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.58 2013-04-02 19:24:48 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.57 2013-03-31 11:58:23 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.58 2013-04-02 19:24:48 cg Exp $' +! + +version_HG + + ^ '$Changeset: $' ! !