mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
docs: explain that jj was started 3 years before Sapling announcement
Someone at work asked me why I started jj when Sapling already existed. Let's clarify that I started it before.
This commit is contained in:
parent
9257d0946e
commit
2cdb767991
1 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,11 @@
|
|||
## Introduction
|
||||
|
||||
This document attempts to describe how jj is different
|
||||
from [Sapling](https://sapling-scm.com). Sapling is a VCS developed by Meta. It is a
|
||||
heavily modified fork of [Mercurial](https://www.mercurial-scm.org/). Because
|
||||
jj has copied many ideas from Mercurial, there are many similarities between the
|
||||
two tools, such as:
|
||||
from [Sapling](https://sapling-scm.com). Sapling is a VCS developed by Meta. It
|
||||
was announced about 3 years after development started on jj. It is a heavily
|
||||
modified fork of [Mercurial](https://www.mercurial-scm.org/). Because jj has
|
||||
copied many ideas from Mercurial, there are many similarities between the two
|
||||
tools, such as:
|
||||
|
||||
* A user-friendly CLI
|
||||
* A "[revset](revsets.md)" language for selecting revisions
|
||||
|
|
Loading…
Reference in a new issue