Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
4d92f03
in code for
cmd.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Dec 24, 2013, 5:00:19 PM (
11 years
ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
bf02a60
Parents:
8886035
Message:
send a better error message when asked to switch over to the same group
File:
1 edited
cmd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
cmd.c
r8886035
r4d92f03
121
121
}
122
122
123
/*
changing to the same group is strictly prohibited
*/
123
/*
see if we're changing to the same group
*/
124
124
if (is->group && is->group == ig) {
125
icb_error(is, "
Huh?
");
125
icb_error(is, "
You are already in that group
");
126
126
return;
127
127
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive