Re: [PATCH remotenames-ext] tests: adjust tests to respect negation in cmd flags

2016-10-03 Thread Sean Farley
Kostia Balytskyi  writes:

> # HG changeset patch
> # User Kostia Balytskyi 
> # Date 1475505045 25200
> #  Mon Oct 03 07:30:45 2016 -0700
> # Node ID e4c0713ea86204b900a2e1cce238f61e4bef2062
> # Parent  3aa5c4dbf5086615dbbe42b0d2d9fd5ca0488cf1
> tests: adjust tests to respect negation in cmd flags

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


[PATCH remotenames-ext] tests: adjust tests to respect negation in cmd flags

2016-10-03 Thread Kostia Balytskyi
# HG changeset patch
# User Kostia Balytskyi 
# Date 1475505045 25200
#  Mon Oct 03 07:30:45 2016 -0700
# Node ID e4c0713ea86204b900a2e1cce238f61e4bef2062
# Parent  3aa5c4dbf5086615dbbe42b0d2d9fd5ca0488cf1
tests: adjust tests to respect negation in cmd flags

diff --git a/tests/test-remotenames.t b/tests/test-remotenames.t
--- a/tests/test-remotenames.t
+++ b/tests/test-remotenames.t
@@ -289,9 +289,9 @@ Test loading with hggit
   $ echo "hggit=" >> $HGRCPATH
   $ hg help bookmarks  | grep -A 3 -- '--track'
-t --track BOOKMARK track this bookmark or remote name
-   -u --untrackremove tracking for this bookmark
-   -a --allshow both remote and local bookmarks
-  --remote show only remote bookmarks
+   -u --[no-]untrack   remove tracking for this bookmark
+   -a --[no-]all   show both remote and local bookmarks
+  --[no-]remoteshow only remote bookmarks
 
 Test branches marked as closed are not loaded
   $ cd ../alpha
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel