UNPKG

564 Btext/coffeescriptView Raw
1###
2The roadmap for the project. This is where new features are tracked during development.
3###
4
5describe "node-hg", ->
6
7 it "can issue Mercurial commands via a command server", -> true
8
9 it "can create a repo", -> true
10
11 it "can add files to a repo", -> true
12
13 it "can commit changes to a repo", -> true
14
15 it "can clone a repo from a local path", -> true
16
17 it "can clone a repo from a remote server", -> true
18
19 it "can pull changes into a repo", -> true
20
21 it "can update a repo to latest", -> true
22
23 it "can push changes", -> true
24
25 it "can merge repos", -> true
\No newline at end of file