Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

cmenu: add hgignore and guess commands

Also reorganized the 'in repo without files selected' menu a bit to
give it more balance and hopefully a bit of organization.

Fixes #358

Changeset ff48a5022b05

Parent a9d729d7c62f

by Steve Borho

Changes to one file · Browse files at ff48a5022b05 Showing diff from parent a9d729d7c62f Diff from another changeset...

 
83
84
85
 
 
 
 
 
 
86
87
88
 
95
96
97
98
 
99
100
101
 
103
104
105
106
107
108
 
 
 
109
110
111
 
83
84
85
86
87
88
89
90
91
92
93
94
 
101
102
103
 
104
105
106
107
 
109
110
111
 
 
 
112
113
114
115
116
117
@@ -83,6 +83,12 @@
  {"vdiff", "Visual Diff",   "View changes using GUI diff tool",   "TortoiseMerge.ico", 0}, + {"hgignore", "Edit Ignore Filter", + "Edit repository ignore filter", + "ignore.ico", 0}, + {"guess", "Guess Renames", + "Detect renames and copies", + "detect_rename.ico", 0},     /* Add new items here */   @@ -95,7 +101,7 @@
 {   Commit, Init, Clone, Status, Shelve, Add, Revert, Remove, Rename,   Log, Synch, Serve, Update, Recover, Thgstatus, Userconf, Repoconf, - About, Datamine, VDiff, + About, Datamine, VDiff, Ignore, Guess,   /* Add new items here */   Separator, EndOfList  }; @@ -103,9 +109,9 @@
 menuDescListEntries RepoNoFilesMenu[] =  {   Commit, Status, Shelve, VDiff, Separator, - Log, Separator, - Update, Separator, - Synch, Clone, Recover, Serve, Thgstatus, Separator, + Log, Update, Datamine, Thgstatus, Separator, + Synch, Serve, Clone, Init, Separator, + Ignore, Guess, Recover, Separator,   Repoconf, Userconf, Separator,   About, EndOfList  };