Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
tests/fake-editor.sh
author
Sushil khanchi <sushilkhanchi97@gmail.com>
Sat, 03 Nov 2018 12:21:19 +0530
branch
stable
changeset 4229
a8ed26f01c8d
parent 1742
970a4c13ebc3
permissions
-rwxr-xr-x
pick: `hg help` was not showing the full cmd desc of `pick` after running command `hg help` it was not including the second line of command description. I guess it picks the firstline only. So I moved that part in first line of cmd description.
#!/bin/sh
sleep
5
echo
"new desc"
>>
$1