263:8595f388c1d2 draft default tip
Anton Shestakov <av6@dwimlabs.net>, Tue, 09 May 2023 19:49:48 -0300
dpkg: don't install /etc/alsa/conf.d/99-pipewire-default.conf symlink This file makes ALSA use PipeWire by default, not only as pcm, but also as ctl. There's 50-pipewire.conf that makes PipeWire simply available as an ALSA device, that's fine.

previous change 56:49435f917654

docs/prompt-session-hg.sh

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/false
# paste this into an interactive shell
hg init hgrepo && cd hgrepo
echo 'a' > foo && hg add foo
hg ci -m 'a'
echo 'b' >> foo && hg ci -m 'b'
hg up 0 -q
hg branch secret -q
echo 's' >> foo && hg ci --secret -m 's'
hg ci --close-branch -m 'done here'
hg up default -q && hg merge secret -q --tool=internal:local
hg ci -m 'merge'
hg tag 0.1 && hg up -q 0.1
hg up -q && hg bookmark @