Changes between Version 7 and Version 8 of WorkingConventions/Darcs
- Timestamp:
- 03/03/10 13:44:05 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions/Darcs
v7 v8 78 78 A GHC tree consists of several repositories (see [wiki:Building/GettingTheSources]). Sometimes you want to push from them all at the same time, for example after running a validate (see TestingPatches). 79 79 80 It's good practice to have a completely clean set of repositories locally, i.e. a locally cached copy of the main repositories on `darcs.haskell.org`. This is useful for creating new trees quickly, or comparing your trees to the HEAD. To see which patches you have in a GHC tree relative to a clean repository, you can use the [wiki:Building/DarcsAll `darcs-all`script] in the root of the GHC repository:80 It's good practice to have a completely clean set of repositories locally, i.e. a locally cached copy of the main repositories on `darcs.haskell.org`. This is useful for creating new trees quickly, or comparing your trees to the HEAD. To see which patches you have in a GHC tree relative to a clean repository, you can use the [wiki:Building/DarcsAll darcs-all script] in the root of the GHC repository: 81 81 82 82 {{{
