Mercurial > hg
annotate contrib/chg/chg.1 @ 43332:8fda98a68427 stable
packaging: remove version info from Breaks+Replaces in Debian package
The versioned Breaks: and Replaces: cause problem when trying to install
our package over the one in Debian.
$ sudo apt install ./packages/debian-buster/mercurial_5.2~rc0+15-buster-a2ff3aff81d2_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'mercurial' instead of './packages/debian-buster/mercurial_5.2~rc0+15-buster-a2ff3aff81d2_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mercurial : Breaks: mercurial-common (< 5.2~rc0+15-buster-a2ff3aff81d2) but 5.2~rc0-1 is to be installed
E: Unable to correct problems, you have held broken packages.
Removing version information resolves the situation.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Fri, 25 Oct 2019 14:02:40 +0200 |
parents | 8062869860b8 |
children | 283828850c56 |
rev | line source |
---|---|
28060 | 1 .\" Hey, EMACS: -*- nroff -*- |
2 .\" First parameter, NAME, should be all caps | |
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection | |
4 .\" other parameters are allowed: see man(7), man(1) | |
5 .TH CHG 1 "March 3, 2013" | |
6 .\" Please adjust this date whenever revising the manpage. | |
7 .\" | |
8 .\" Some roff macros, for reference: | |
9 .\" .nh disable hyphenation | |
10 .\" .hy enable hyphenation | |
11 .\" .ad l left justify | |
12 .\" .ad b justify to both left and right margins | |
13 .\" .nf disable filling | |
14 .\" .fi enable filling | |
15 .\" .br insert line break | |
16 .\" .sp <n> insert n+1 empty lines | |
17 .\" for manpage-specific macros, see man(7) | |
18 .SH NAME | |
19 chg \- a fast client for Mercurial command server | |
20 .SH SYNOPSIS | |
21 .B chg | |
22 .IR command " [" options "] [" arguments "]..." | |
23 .br | |
24 .SH DESCRIPTION | |
25 The | |
26 .B chg | |
27 command is the wrapper for | |
28 .B hg | |
29 command. | |
30 It uses the Mercurial command server to reduce start-up overhead. | |
31 .SH OPTIONS | |
32 This program accepts the same command line syntax as the | |
33 .B hg | |
34 command. Additionally it accepts the following options. | |
35 .TP | |
36 .B \-\-kill\-chg\-daemon | |
37 Terminate the background command servers. | |
38 .SH SEE ALSO | |
39 .BR hg (1), | |
40 .SH AUTHOR | |
41 Written by Yuya Nishihara <yuya@tcha.org>. |