Manjaro Difference between revisions of "Translations:VCS PKGBUILD Guidelines/28/ru"

Difference between revisions of "Translations:VCS PKGBUILD Guidelines/28/ru"

From Manjaro
(Created page with "==== Меркурий? ==== {{hc|<nowiki>pkgver() { cd "$srcdir/repo" printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)" }</nowiki>| r2813.75881cc5391e }}")
 
 
Line 1: Line 1:
==== Меркурий? ====
==== Непостоянная ====
{{hc|<nowiki>pkgver() {
{{hc|<nowiki>pkgver() {
   cd "$srcdir/repo"
   cd "$srcdir/repo"

Latest revision as of 04:46, 1 March 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (VCS PKGBUILD Guidelines)
==== Mercurial ====
{{hc|<nowiki>pkgver() {
  cd "$srcdir/repo"
  printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}</nowiki>|
r2813.75881cc5391e
}}

Непостоянная

pkgver() {
  cd "$srcdir/repo"
  printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}
r2813.75881cc5391e
Cookies help us deliver our services. By using our services, you agree to our use of cookies.