Compare commits
2 Commits
v1.1.0
..
a5bec93228
| Author | SHA1 | Date | |
|---|---|---|---|
|
a5bec93228
|
|||
|
d1c67afd33
|
@@ -71,8 +71,8 @@ revision, you can use the `-n` or `--new` flag.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
jj-cz -n # equivalent of `jj-cz && jj new`
|
jj-cz -n # equivalent of `jj-cz && jj new`
|
||||||
jj-cz xs -n # equivalent of `jj-cz xs && jj new xs`
|
jj-cz xs -n # equivalent of `jj-cz xs && jj new`
|
||||||
jj-cz -n xs # equivalent of `jj-cz xs && jj new xs`
|
jj-cz -n xs # equivalent of `jj-cz xs && jj new`
|
||||||
```
|
```
|
||||||
|
|
||||||
You cannot, however, call `jj-cz` on multiple revisions with the `--new` flag active.
|
You cannot, however, call `jj-cz` on multiple revisions with the `--new` flag active.
|
||||||
|
|||||||
@@ -9,10 +9,7 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [pkgs.zip];
|
nativeBuildInputs = [pkgs.zip];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
mkdir -p $out/dist
|
mkdir -p $out/dist
|
||||||
# zip -j $out/dist/${name}.zip ${bin}/bin/jj-cz* ${src}/README.md ${src}/LICENSE.*
|
zip -j $out/dist/${name}.zip ${bin}/bin/jj-cz* ${src}/README.md ${src}/LICENSE.*
|
||||||
cp ${bin}/bin/jj-cz* $out/dist/
|
|
||||||
cp ${src}/README.md $out/dist/
|
|
||||||
cp ${src}/LICENSE.* $out/dist/
|
|
||||||
'';
|
'';
|
||||||
installPhase = "";
|
installPhase = "";
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user