Skip to content

Instantly share code, notes, and snippets.

@stepheneb
Created April 6, 2010 23:21
Show Gist options
  • Save stepheneb/358261 to your computer and use it in GitHub Desktop.
Save stepheneb/358261 to your computer and use it in GitHub Desktop.
33280458 -rw-r--r-- 1 stephen staff 1648 Apr 4 21:49 patches/hotspot/series
33280458 -rw-r--r-- 1 stephen staff 1648 Apr 4 21:49 sources/hotspot/.hg/patches/series
+ (cd sources/hotspot; hg qselect --reapply buildable testable $(sh $davinci/patches/make/current-release.sh))
+ (cd sources/jdk; hg qselect --reapply buildable testable $(sh $davinci/patches/make/current-release.sh))
+ (cd sources/langtools; hg qselect --reapply buildable testable $(sh $davinci/patches/make/current-release.sh))
+ (cd sources/hotspot; hg qselect --pop buildable testable $(sh $davinci/patches/make/current-release.sh))
+ (cd sources/jdk; hg qselect --pop buildable testable $(sh $davinci/patches/make/current-release.sh))
+ (cd sources/langtools; hg qselect --pop buildable testable $(sh $davinci/patches/make/current-release.sh))
+ (cd sources/hotspot; hg qselect; hg qunapplied)
1e976d3fd820
buildable
testable
indy-c1-x86-6919934.patch
fix-oop-relocs-6940520.patch
meth.patch
meth-ing-6939134.patch
meth-bcp-6939196.patch
cpindex-6939207.patch
meth-ldc-6939203.patch
+ (cd sources/jdk; hg qselect; hg qunapplied)
84dce638a021
buildable
testable
meth.test.patch
meth.patch
meth-ing-6939134.patch
meth-bcp-6939196.patch
meth-ldc-6939203.patch
indy.patch
indy.pack.patch
anonk.patch
coro.patch
+ (cd sources/langtools; hg qselect; hg qunapplied)
455e979624a6
buildable
testable
meth.patch
meth-ing-6939134.patch
meth-ldc-6939203.patch
+ (cd sources/hotspot; hg update -r $(sh $davinci/patches/make/current-release.sh))
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ (cd sources/jdk; hg update -r $(sh $davinci/patches/make/current-release.sh))
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ (cd sources/langtools; hg update -r $(sh $davinci/patches/make/current-release.sh))
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ (cd sources/hotspot; hg qpush -a)
applying indy-c1-x86-6919934.patch
applying fix-oop-relocs-6940520.patch
skipping indy-sparc-6829193.patch - guarded by '-testable'
skipping dynopt-6912064.patch - guarded by '-testable'
applying meth.patch
patch meth.patch is empty
applying meth-ing-6939134.patch
skipping meth-conv-6939861.patch - guarded by '-testable'
applying meth-bcp-6939196.patch
applying cpindex-6939207.patch
applying meth-ldc-6939203.patch
skipping meth.proj.patch - guarded by ['+projects']
skipping anonk.proj.patch - guarded by ['+projects']
skipping annot.patch - guarded by '-testable'
skipping inti.patch - guarded by '-buildable'
skipping callcc.patch - guarded by '-testable'
skipping tailc.patch - guarded by ['+tailc-lazy']
skipping tailc-eager.patch - guarded by ['+tailc-lazy']
skipping hotswap.patch - guarded by ['+hotswap']
skipping coro.patch - guarded by '-testable'
now at: meth-ldc-6939203.patch
+ (cd sources/jdk; hg qpush -a)
(working directory not at a head)
applying meth.test.patch
applying meth.patch
applying meth-ing-6939134.patch
applying meth-bcp-6939196.patch
applying meth-ldc-6939203.patch
skipping meth-conv-6939861.patch - guarded by '-testable'
applying indy.patch
patch indy.patch is empty
applying indy.pack.patch
skipping dyncast.patch - guarded by ['+dyncast']
skipping inti.patch - guarded by '-buildable'
skipping callcc.patch - guarded by '-testable'
skipping tailc.patch - guarded by ['+tailc']
applying anonk.patch
applying coro.patch
now at: coro.patch
+ (cd sources/langtools; hg qpush -a)
applying meth.patch
patch meth.patch is empty
applying meth-ing-6939134.patch
applying meth-ldc-6939203.patch
skipping meth-anno.patch - guarded by '-testable'
skipping dyncast.patch - guarded by ['+dyncast']
skipping tailc.patch - guarded by ['+tailc']
now at: meth-ldc-6939203.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment