[Bug 6695] New: DDfree dishnews

2022-05-03 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6695

Bug ID: 6695
   Summary: DDfree dishnews
   Product: Mercurial
   Version: unspecified
  Hardware: PC
OS: Windows
Status: UNCONFIRMED
  Severity: feature
  Priority: wish
 Component: bookmarks
  Assignee: bugzi...@mercurial-scm.org
  Reporter: ddfreedishnews...@gmail.com
CC: mercurial-devel@mercurial-scm.org
Python Version: ---

DD Freedish News gives all the latest news about DTH, Tech, Entertainment, and
lifestyle. In the review section, you can find reviews of popular products.

https://www.ddfreedishnews.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


[Bug 6694] New: Chandu Travels

2022-05-03 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6694

Bug ID: 6694
   Summary: Chandu Travels
   Product: Mercurial
   Version: unspecified
  Hardware: PC
OS: Windows
Status: UNCONFIRMED
  Severity: feature
  Priority: wish
 Component: bookmarks
  Assignee: bugzi...@mercurial-scm.org
  Reporter: chandutravels2...@gmail.com
CC: mercurial-devel@mercurial-scm.org
Python Version: ---

Chandu Travels now is a well-known brand in the bus operating industry. The
vision of Chandu travels is to give a new perspective to the bus operating
industry. The main motive of Chandu travels is the comfort of their passengers.

https://chandutravels.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


[Bug 6693] New: Celebrity News

2022-05-03 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6693

Bug ID: 6693
   Summary: Celebrity News
   Product: Mercurial
   Version: unspecified
  Hardware: PC
OS: Windows
Status: UNCONFIRMED
  Severity: feature
  Priority: wish
 Component: bookmarks
  Assignee: bugzi...@mercurial-scm.org
  Reporter: celebritynews...@gmail.com
CC: mercurial-devel@mercurial-scm.org
Python Version: ---

CelebrityNews is a website, where you can get all information about your
favorite Hollywood celebrity. So if you want to know the full lifestyle of any
Hollywood celebrity then come to visit our website.

https://www.celebritynews.wiki/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


[Bug 6692] New: Biography talk

2022-05-03 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6692

Bug ID: 6692
   Summary: Biography talk
   Product: Mercurial
   Version: unspecified
  Hardware: PC
OS: Windows
Status: UNCONFIRMED
  Severity: feature
  Priority: wish
 Component: bookmarks
  Assignee: bugzi...@mercurial-scm.org
  Reporter: biographyt...@gmail.com
CC: mercurial-devel@mercurial-scm.org
Python Version: ---

BiographyTalk is a user-friendly website for the users or audience who are
interested as well as keen to know about the celebrities be it, Actors, be it,
Singers, be it YouTubers, be it, Comedians, be it Dancers, or be it other
famous personalities. Moreover, it is the best place for people who want daily
updates related to famous personalities. It is a user-friendly interface
website, which is very handy to use.

https://biographytalk.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


[Bug 6691] New: Apk Beasts

2022-05-03 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6691

Bug ID: 6691
   Summary: Apk Beasts
   Product: Mercurial
   Version: 6.1rc0
  Hardware: PC
OS: Windows
Status: UNCONFIRMED
  Severity: feature
  Priority: wish
 Component: bookmarks
  Assignee: bugzi...@mercurial-scm.org
  Reporter: apkbeas...@protonmail.com
CC: mercurial-devel@mercurial-scm.org
Python Version: ---

APK BEASTS is an independent website that gives you all the details about the
latest Android Apps, Games and tools & technology. We are here to give your
answer related to games and applications.

https://apkbeasts.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D12600: Enforce narrowacl in narrow_widen

2022-05-03 Thread idlsoft (Sandu Turcan)
idlsoft created this revision.
Herald added a reviewer: durin42.
Herald added a reviewer: martinvonz.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D12600

AFFECTED FILES
  hgext/narrow/narrowwirepeer.py
  tests/test-narrow-acl.t

CHANGE DETAILS

diff --git a/tests/test-narrow-acl.t b/tests/test-narrow-acl.t
--- a/tests/test-narrow-acl.t
+++ b/tests/test-narrow-acl.t
@@ -41,3 +41,39 @@
   $ hg -R narrowclone1 tracked
   I path:f1
   I path:f2
+
+Narrow should not be able to widen to include f3
+  $ hg -R narrowclone1 tracked --addinclude f3
+  comparing with http://localhost:$HGPORT1/
+  searching for changes
+  abort: The following includes are not accessible for test: ['path:f3']
+  [255]
+  $ ls -A -1 narrowclone1 | sort
+  .hg
+  f1
+  f2
+  $ hg -R narrowclone1 tracked
+  I path:f1
+  I path:f2
+
+Narrow should allow widen to include f2
+  $ hg -R narrowclone1 tracked --removeinclude f2 > /dev/null
+  $ hg -R narrowclone1 tracked
+  I path:f1
+  $ ls -A -1 narrowclone1 | sort
+  .hg
+  f1
+  $ hg -R narrowclone1 tracked --addinclude f2
+  comparing with http://localhost:$HGPORT1/
+  searching for changes
+  adding changesets
+  adding manifests
+  adding file changes
+  added 0 changesets with 1 changes to 1 files
+  $ hg -R narrowclone1 tracked
+  I path:f1
+  I path:f2
+  $ ls -A -1 narrowclone1 | sort
+  .hg
+  f1
+  f2
diff --git a/hgext/narrow/narrowwirepeer.py b/hgext/narrow/narrowwirepeer.py
--- a/hgext/narrow/narrowwirepeer.py
+++ b/hgext/narrow/narrowwirepeer.py
@@ -9,6 +9,7 @@
 from mercurial import (
 bundle2,
 error,
+exchange,
 extensions,
 hg,
 narrowspec,
@@ -85,6 +86,11 @@
 newincludes = splitpaths(newincludes)
 oldexcludes = splitpaths(oldexcludes)
 newexcludes = splitpaths(newexcludes)
+
+# enforce narrow acl if set
+if repo.ui.has_section(exchange._NARROWACL_SECTION):
+exchange.applynarrowacl(repo, dict(includepats=newincludes))
+
 # validate the patterns
 narrowspec.validatepatterns(set(oldincludes))
 narrowspec.validatepatterns(set(newincludes))



To: idlsoft, durin42, martinvonz, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


[PATCH stable] docs: use proper rst markup for preformatted blocks

2022-05-03 Thread Mads Kiilerich
# HG changeset patch
# User Mads Kiilerich 
# Date 1651574481 -7200
#  Tue May 03 12:41:21 2022 +0200
# Branch stable
# Node ID 1d257c4c15683ee998edcc7dd6caf5a4cb52c820
# Parent  f2ef6a4f918f59f2ff01e5d4dc01c94ea35bd32f
docs: use proper rst markup for preformatted blocks

The multiple lines were re-flowed to a single line, both in man page and html.

diff --git a/mercurial/helptext/rust.txt b/mercurial/helptext/rust.txt
--- a/mercurial/helptext/rust.txt
+++ b/mercurial/helptext/rust.txt
@@ -28,7 +28,8 @@ in progress. For more experimental work 
 Checking for Rust
 =
 
-You may already have the Rust extensions depending on how you install 
Mercurial.
+You may already have the Rust extensions depending on how you install
+Mercurial::
 
   $ hg debuginstall | grep -i rust
   checking Rust extensions (installed)
@@ -46,7 +47,7 @@ version to use.
 Using pip
 -
 
-Users of `pip` can install the Rust extensions with the following command:
+Users of `pip` can install the Rust extensions with the following command::
 
   $ pip install mercurial --global-option --rust --no-use-pep517
 

___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel