File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -94,30 +94,6 @@ public virtual bool IsTracking
94
94
get { return TrackedBranch != null ; }
95
95
}
96
96
97
- /// <summary>
98
- /// Gets the number of commits that exist in this local branch but don't exist in the tracked one.
99
- /// <para>
100
- /// This property will return null if there is no tracked branch linked to this local branch.
101
- /// </para>
102
- /// </summary>
103
- [ Obsolete ( "This property will be removed in the next release. Please use TrackingDetails.AheadBy instead." ) ]
104
- public virtual int ? AheadBy
105
- {
106
- get { return TrackingDetails . AheadBy ; }
107
- }
108
-
109
- /// <summary>
110
- /// Gets the number of commits that exist in the tracked branch but don't exist in this local one.
111
- /// <para>
112
- /// This property will return null if there is no tracked branch linked to this local branch.
113
- /// </para>
114
- /// </summary>
115
- [ Obsolete ( "This property will be removed in the next release. Please use TrackingDetails.BehindBy instead." ) ]
116
- public virtual int ? BehindBy
117
- {
118
- get { return TrackingDetails . BehindBy ; }
119
- }
120
-
121
97
/// <summary>
122
98
/// Gets additional information about the tracked branch.
123
99
/// </summary>
You can’t perform that action at this time.
0 commit comments