summaryrefslogtreecommitdiff
path: root/morphlib/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Factor out common function iterate_branch_repos()Sam Thursfield2012-10-121-10/+14
* morph status: Add initial version of commandSam Thursfield2012-10-121-0/+57
* Reorder branch and merge plumbing commands to end of fileSam Thursfield2012-10-121-25/+30
* Fix use of GzipFile to not assume "with" protocolLars Wirzenius2012-10-121-2/+3
* Merge remote-tracking branch 'origin/samthursfield/S4873-warn-when-merge-caus...Daniel Silverstone2012-10-111-8/+83
|\
| * morph merge: Warn if a merge will cause unexpected petrificationSam Thursfield2012-10-111-8/+83
* | Warn about unknown morphology fieldsLars Wirzenius2012-10-111-0/+32
* | Add morphology validation to branch+mergeLars Wirzenius2012-10-111-0/+35
* | Handle ValueErrors from JSON libraryLars Wirzenius2012-10-111-1/+7
|/
* morph foreach: Handle repos addressed by full URLs correctlySam Thursfield2012-10-101-3/+5
* Make hardlink paths relativeRichard Maw2012-10-091-0/+3
* Use os.path.relpath for fixing paths in tarball system builderRichard Maw2012-10-091-4/+2
* foldmeDaniel Silverstone2012-10-091-2/+7
* Fix up make-patchDaniel Silverstone2012-10-091-34/+56
* Fix typoLars Wirzenius2012-10-081-1/+1
* Actually construct a tarball for the rootfs-tarball system kind.Daniel Silverstone2012-10-051-0/+15
* Handle submodules in 'morph edit'Sam Thursfield2012-10-031-6/+6
* Fix after reviewSam Thursfield2012-10-031-3/+2
* morph merge: Rework how we interact with gitSam Thursfield2012-10-031-165/+105
* Use repository cache for git access other than current system branchSam Thursfield2012-10-031-71/+61
* Use origin/ref for all refs other than the system branch ref itselfSam Thursfield2012-10-031-1/+15
* morph merge: Use a special git merge driver for morphology filesSam Thursfield2012-09-271-7/+121
* morph merge: Set status on successSam Thursfield2012-09-271-0/+2
* morph merge: Error message wranglingSam Thursfield2012-09-271-5/+6
* morph merge: Clean up on failureSam Thursfield2012-09-251-50/+72
* morph merge: Handle merge conflicts more helpfullySam Thursfield2012-09-251-9/+35
* morph merge: Consolidate more functionality in merge_repo()Sam Thursfield2012-09-251-29/+33
* morph merge: Always pull --no-commit, so we can roll back more easilySam Thursfield2012-09-251-11/+12
* morph merge: Better errors from checkout_repository()Sam Thursfield2012-09-251-2/+8
* Use tarballs instead of bundlesDaniel Silverstone2012-09-252-4/+4
* morph branch, checkout, edit: Print message when updating git cacheSam Thursfield2012-09-241-0/+2
* Merge branch 'samthursfield/S4679-morph-petrify' of git://git.baserock.org/ba...Richard Maw2012-09-211-78/+147
|\
| * morph edit: unpetrify before editing, if need beSam Thursfield2012-09-211-0/+4
| * morph petrify: Handle strata in external reposSam Thursfield2012-09-211-49/+52
| * Add 'morph unpetrify'Sam Thursfield2012-09-211-0/+44
| * morph petrify: Rewrite in the style of todaySam Thursfield2012-09-211-33/+51
| * morph foreach: Fix with cliapp < 1.20120630Sam Thursfield2012-09-211-9/+5
* | Give better error when reading a morphology file failsSam Thursfield2012-09-211-4/+9
* | Warn when we edit morphologies where filename != nameSam Thursfield2012-09-211-0/+4
* | morph foreach: Mention -- in docstringSam Thursfield2012-09-211-0/+5
* | morph foreach: Fix with cliapp < 1.20120630Sam Thursfield2012-09-211-9/+5
|/
* morph foreach: Use self.app.output.write(), not printSam Thursfield2012-09-181-2/+2
* Add 'morph foreach'Sam Thursfield2012-09-171-0/+43
* morph merge: Don't make a merge commit if only the refs changedSam Thursfield2012-09-141-3/+10
* morph merge: Give full dir instead of repo name in merge errorsSam Thursfield2012-09-141-1/+1
* morph merge: Merge changes in morphology contentsSam Thursfield2012-09-141-31/+76
* morph merge: Only update refs that were pointing at the 'from' branchSam Thursfield2012-09-141-3/+9
* morph edit: Be more permissive checking out repos for system branchesSam Thursfield2012-09-141-27/+36
* Rework git caches to be bare mirrors of the repos.Daniel Silverstone2012-09-141-1/+4
* morph build: Use pre-v1.7.9 form of git commit-treeSam Thursfield2012-09-131-2/+2