~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ngit/NGit/NGit.Storage.File/PackReverseIndex.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
                                if (i32 < 0)
213
213
                                {
214
214
                                        throw new CorruptObjectException(MessageFormat.Format(JGitText.Get().cantFindObjectInReversePackIndexForTheSpecifiedOffset
215
 
                                                , offset));
 
215
                                                , Sharpen.Extensions.ValueOf(offset)));
216
216
                                }
217
217
                                if (i32 + 1 == offsets32.Length)
218
218
                                {
230
230
                                if (i64 < 0)
231
231
                                {
232
232
                                        throw new CorruptObjectException(MessageFormat.Format(JGitText.Get().cantFindObjectInReversePackIndexForTheSpecifiedOffset
233
 
                                                , offset));
 
233
                                                , Sharpen.Extensions.ValueOf(offset)));
234
234
                                }
235
235
                                if (i64 + 1 == offsets64.Length)
236
236
                                {