Skip to content

Commit

Permalink
Adding Log command and setting up menu structure.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/CVS.tmbundle@3573 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Brian Donovan committed Jun 7, 2006
1 parent f8835e2 commit c0f2e45
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Commands/Log.plist
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>require_cmd "${TM_CVS:=cvs}" "If you have installed cvs, then you need to either update your &lt;tt&gt;PATH&lt;/tt&gt; or set the &lt;tt&gt;TM_CVS&lt;/tt&gt; shell variable (e.g. in Preferences / Advanced)"
cd "$TM_DIRECTORY" &amp;&amp;
"$TM_CVS" log "$TM_FILENAME"</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>^Z</string>
<key>name</key>
<string>Log</string>
<key>output</key>
<string>openAsNewDocument</string>
<key>uuid</key>
<string>9EA691A5-A166-4D8F-955F-270490F02827</string>
</dict>
</plist>
51 changes: 51 additions & 0 deletions info.plist
Expand Up @@ -2,6 +2,56 @@
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>mainMenu</key>
<dict>
<key>items</key>
<array>
<string>ADCD4FCD-D39D-41B3-88D0-84C5BE115535</string>
<string>2C5DB599-04DC-40CC-BBE8-0A73620BC42A</string>
<string>BE6728A5-AFC4-4D98-9EC7-C2E951483B71</string>
<string>52464886-2584-4632-A105-12E3A9E6051F</string>
<string>2BABA244-2BB2-4F3C-BA72-66ADEA8FAA01</string>
<string>D2411BE8-CF0D-4F61-A51F-9587F267D6D0</string>
<string>20865252-80D2-4CA4-9834-391D09210C4F</string>
</array>
<key>submenus</key>
<dict>
<key>2BABA244-2BB2-4F3C-BA72-66ADEA8FAA01</key>
<dict>
<key>items</key>
<array>
<string>338A3670-DA8E-4036-87E0-DF2E212254C8</string>
<string>76E34DE2-1DCB-47B8-BA2F-4F3341A3AB9C</string>
<string>9EA691A5-A166-4D8F-955F-270490F02827</string>
</array>
<key>name</key>
<string>History</string>
</dict>
<key>52464886-2584-4632-A105-12E3A9E6051F</key>
<dict>
<key>items</key>
<array>
<string>22FC4CAB-4664-4CFC-BC8E-C2294616E464</string>
<string>00C541DE-9A5C-4C59-A075-E754BAEB25C2</string>
<string>E29C9E3B-B7FB-4ED1-94C3-2F702CD090B5</string>
<string>6416A49F-8B3E-47EE-81B4-F2F7F19C6B41</string>
</array>
<key>name</key>
<string>Diff</string>
</dict>
<key>D2411BE8-CF0D-4F61-A51F-9587F267D6D0</key>
<dict>
<key>items</key>
<array>
<string>473C6519-F164-4496-A699-F9DE2CAB56DD</string>
<string>1F22884A-6702-4FB6-B4E7-D49B2431BD4E</string>
<string>1FE7E10E-70B4-44D7-924D-879C54F19289</string>
</array>
<key>name</key>
<string>Tags</string>
</dict>
</dict>
</dict>
<key>name</key>
<string>CVS</string>
<key>ordering</key>
Expand All @@ -15,6 +65,7 @@
<string>00C541DE-9A5C-4C59-A075-E754BAEB25C2</string>
<string>E29C9E3B-B7FB-4ED1-94C3-2F702CD090B5</string>
<string>6416A49F-8B3E-47EE-81B4-F2F7F19C6B41</string>
<string>9EA691A5-A166-4D8F-955F-270490F02827</string>
<string>20865252-80D2-4CA4-9834-391D09210C4F</string>
<string>1FE7E10E-70B4-44D7-924D-879C54F19289</string>
<string>473C6519-F164-4496-A699-F9DE2CAB56DD</string>
Expand Down

0 comments on commit c0f2e45

Please sign in to comment.