288:fa2ce712a8b0
Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Sep 2024 00:48:36 +0400
.hgrc: dp1 and dp2 aliases to diff for sanity-checks of merges An extra alias "d" is needed to make sure `hg d` still works after we add other commands starting with "d". `--from` and `--to` are hg 5.7+, they provide clearer UI, but you can still use `hg diff -r foo -r bar`.

previous change 279:86ac042faf0f

ide.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/sh
xfce4-terminal --maximize --working-directory "$1"
sleep 0.1
if test -d "$1"/tests; then
xfce4-terminal --maximize --working-directory "$1"/tests
sleep 0.1
fi
xfce4-terminal --maximize --working-directory "$1"