dart-changelog icon indicating copy to clipboard operation
dart-changelog copied to clipboard

Problem with bitbucket repo

Open masterjg opened this issue 9 years ago • 0 comments

Whenever I try to do changelog -c from git project I get exception stack: Unhandled exception: RangeError (index): Invalid value: Not in range 0..1, inclusive: 2 #0 List.[](dart:core-patch/growable_array.dart:135) #1 RepoBitBucket.repository (package:changelog/src/Repo.dart:224) #2 Application._getLogSections (package:changelog/src/Application.dart:271) #3 Application.writeChangeLog (package:changelog/src/Application.dart:176) #4 Application.run (package:changelog/src/Application.dart:41) #5 main (http://localhost:44602/changelog.dart:5) #6 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:259) #7 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:148)

Maybe it has something to do with the BitBucket repository?

masterjg avatar Feb 13 '16 20:02 masterjg