robert
robert
``` $ sl @ 7d99579c2 20 minutes ago alive │ adding baz │ o 80b8a88cb 20 minutes ago alive │ adding bar │ o 92ac78e5b 20 minutes ago alive │...
When running `sl`, we get output like: ``` @ aa9a556dd 31 minutes ago emailuser │ my first commit with sapling ``` When `sl config ui.username` is ``` sl config ui.username...
context: `mkdir foo/, mkdir foo/bar/, touch foo/bar/file` `gb backup foo/` `rm -r foo/bar/` `gb backup foo/` now: `gb restore foo/bar/` will fail without timestamp provided, even though it's pretty clear...
When trying to restore a directory with a non-null `files.end`, it is pretty much a certainty that `files.end < now`. I don't understand why gb fails to restore instead of...