947
edits
(→Mirroring: more usage info) |
|||
Line 265: | Line 265: | ||
And if everything looks good... | And if everything looks good... | ||
* generates a diff that will upgrade the specified packages to the specified versions | * generates a diff that will upgrade the specified packages to the specified versions. Unless specified with `-o`, the output will be in the current working directory named after the hash tag of the git repo | ||
'''Usage:''' | |||
generate_diff.py [options] package1[=version1] <package2=version2> <...> | |||
''(as displayed with: `generate_diff.py --help`)'' | |||
Example: | |||
│./generate_diff.py mozcrash=0.3 | |||
Cloning into 'mozbase'... | |||
remote: Counting objects: 3883, done. | |||
remote: Compressing objects: 100% (1746/1746), done. | |||
remote: Total 3883 (delta 2198), reused 3773 (delta 2105) | |||
Receiving objects: 100% (3883/3883), 1.16 MiB | 241 KiB/s, done. | |||
Resolving deltas: 100% (2198/2198), done. | |||
Note: checking out 'mozcrash-0.3'. | |||
You are in 'detached HEAD' state. You can look around, make experimental | |||
changes and commit them, and you can discard any commits you make in this | |||
state without impacting any branches by performing another checkout. | |||
If you want to create a new branch to retain commits you create, you may | |||
do so (now or later) by using -b with the checkout command again. Example: | |||
git checkout -b new_branch_name | |||
HEAD is now at 1634023... Bug 813132 - support tbpl friendly output from mozcrash and python 2.4 | |||
HEAD is now at 1634023... Bug 813132 - support tbpl friendly output from mozcrash and python 2.4 | |||
removing testing/mozbase/mozcrash/README.md | |||
undeleting testing/mozbase/mozcrash/README.md | |||
reverting testing/mozbase/mozcrash/mozcrash/__init__.py | |||
reverting testing/mozbase/mozcrash/mozcrash/mozcrash.py | |||
reverting testing/mozbase/mozcrash/setup.py | |||
Diff at /home/jhammel/mozilla/src/mozilla-central/testing/mozbase/1634023250af1cb9bce9ccbf9dfe620e4a95c970.diff | |||
=== Licensing === | === Licensing === |
edits