Reimer Behrends
Reimer Behrends
Steps to reproduce: Add the following lines to the user config file. ``` [schemes] gh = https://github.com/ gh-ssh = ssh://[email protected]/ ``` Then: ``` $ sl clone gh://facebook/sapling destination directory: sapling...
Steps to reproduce: ``` sl clone https://github.com/julialang/julia cd julia SL_CONFIG_PATH=/dev/null sl blame sysimage.mk ``` After that, `sl` will sit silently at 100% CPU usage until you kill it. With git,...
Steps to reproduce: ``` $ sl clone https://github.com/docker/roadmap exa $ sl clone exa exa2 abort: working copy is missing information or corrupt: unable to read gitdir: `No such file or...
The following may need to be split up in several issues, but they all seem to hang together. 1\. When doing `sl clone` and the repository does not have a...
When using `date` in conjunction with `the isodate`, `isodatesec`, `rfc3339date`, and `rfc822date` filters or with the `date()` function, this results in incorrect output. The timezone display is scrambled (sign inverted,...
This affects especially the smartlog and pull subcommands. `sl pull` is further affected in that disabling the github extension also results in an `unknown command 'debugprmarker'` error, unless you also...
Unlike `git init` or `hg init`, `sl init --git DIR` results in an error if `DIR` already exists. This is even more puzzling as the directory argument is optional and...
Doing `sl push` will result in the error message `abort: use '--to' to specify destination bookmark` in a couple of situations where it is difficult for the user to figure...
This is the start of the work on getting rid of Ward as a dependency. To try this code out, first install `unward` from https://github.com/rbehrends/unward; we assume that it is...
These changes add a submodule `Sync` to `Singular` so that methods of the form `Singular.f(...)` can be called through `Singular.Sync.f(...)` in a thread-safe fashion.