Commit a3990b9
committed
[update-checkout] Add an option '--dump-hashes' for dumping the checked out hashes for each repo.
I think update-checkout is growing to the point, we should probably rename it to
something like repo-tool.
The output of this command looks as follows:
clang 973bd1a Merge remote-tracking branch 'origin/swift-3.1-branch' into stable
cmark 5af77f3 Merge pull request swiftlang#95 from kainjow/master
compiler-rt 1f24bd0 Merge remote-tracking branch 'origin/swift-3.1-branch' into stable
llbuild c324ee3 Merge pull request swiftlang#35 from tinysun212/pr-cygwin-1
lldb f6a5830 Adjust LLDB for changes to the layout of _SwiftTypePreservingNSNumber
llvm 52482d0 Merge remote-tracking branch 'origin/swift-3.1-branch' into stable
swift 45f3d2a [update-checkout] Add a small tool to dump hashes for all of the checkout repos.
swift-corelibs-foundation cc5985e Loopback tests for URLSession (swiftlang#613)
swift-corelibs-libdispatch ba7802e Merge pull request swiftlang#178 from dgrove-oss/depend-on-swiftc
swift-corelibs-xctest 51b419d Merge pull request swiftlang#174 from modocache/sr-1901-remove-workarounds
swift-integration-tests c95c832 Merge pull request swiftlang#12 from abertelrud/fix-swift-package-init-lib-test
swift-xcode-playground-support 4b40c34 Merge pull request swiftlang#10 from apple/stdlib-unittest-expect-nil
swiftpm 65403f5 [ConventionTests] Collect all the diagnostics from PackageBuilder1 parent 7beb3dd commit a3990b9
1 file changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
174 | 188 | | |
175 | 189 | | |
176 | 190 | | |
| |||
241 | 255 | | |
242 | 256 | | |
243 | 257 | | |
244 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
245 | 263 | | |
246 | 264 | | |
247 | 265 | | |
| |||
254 | 272 | | |
255 | 273 | | |
256 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
257 | 279 | | |
258 | 280 | | |
259 | 281 | | |
| |||
0 commit comments