comparison tests/test-chainsaw-update.t @ 51503:d4095f7b000a stable

admin-commands: move the chainsaw extension to the admin commands module Activating an extension is always a little bit of a chore and the long name, options and "chainsaw" bits are deterrent enough. This also allows us to help the discoverability for people looking for repo "administration" tools, with the widest semantic of "administration".
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 14 Mar 2024 11:24:52 +0100
parents d36a81d70f25
children
comparison
equal deleted inserted replaced
51502:a5d8f261b716 51503:d4095f7b000a
2 Tests for the admin::chainsaw-update command 2 Tests for the admin::chainsaw-update command
3 ============================================ 3 ============================================
4 4
5 setup 5 setup
6 ===== 6 =====
7
8 $ cat >> $HGRCPATH << EOF
9 > [extensions]
10 > chainsaw=
11 > EOF
12 7
13 $ hg init src 8 $ hg init src
14 $ cd src 9 $ cd src
15 $ echo 1 > root 10 $ echo 1 > root
16 $ hg add root 11 $ hg add root