tests/test-tag.t
Fri, 29 Jan 2021 12:16:55 -0800 Martin von Zweigbergk errors: use exit code 40 for when a hook fails
Thu, 12 Nov 2020 10:35:33 -0800 Martin von Zweigbergk errors: use InputError for errors about bad label names (tags etc)
Mon, 12 Oct 2020 12:44:18 -0700 Martin von Zweigbergk errors: introduce StateError and use it from commands and cmdutil
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Mon, 20 Apr 2020 14:37:10 -0700 Martin von Zweigbergk commit: tell user what to do with .hg/last-message.txt
Sun, 14 Oct 2018 13:19:24 +0200 Pierre-Yves David debugobsolete: also issue the "new obsmarkers" messsage
Wed, 16 Jan 2019 17:33:47 -0800 Martin von Zweigbergk localrepo: use context manager for transaction in commit()
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sun, 11 Feb 2018 17:01:25 +0530 Pulkit Goyal py3: replace file() with open() in test-tag.t
Mon, 08 Jan 2018 19:41:47 +0530 Pulkit Goyal merge: add `--abort` flag which can abort the merge
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Thu, 28 Sep 2017 21:07:58 +0100 Boris Feld config: use 'experimental.evolution.exchange'
Thu, 28 Sep 2017 18:19:06 +0100 Boris Feld config: use 'experimental.evolution.create-markers'
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Tue, 29 Aug 2017 11:25:22 +0200 Denis Laxalde tag: use filtered repo when creating new tags (issue5539)
Wed, 05 Jul 2017 11:10:11 -0500 Augie Fackler tests: replace yet more calls to `python` with $PYTHON
Sun, 16 Apr 2017 20:59:14 -0400 Matt Harbison test-tag: make hook runnable on Windows
Tue, 28 Mar 2017 10:15:02 +0200 Pierre-Yves David track-tags: write all tag changes to a file
Tue, 28 Mar 2017 10:14:55 +0200 Pierre-Yves David track-tags: compute the actual differences between tags pre/post transaction
Tue, 28 Mar 2017 06:38:09 +0200 Pierre-Yves David track-tags: introduce first bits of tags tracking during transaction
Mon, 31 Oct 2016 17:12:32 -0500 Nathan Goldbaum tag: clarify warning about making a tag on a branch head stable
Wed, 18 Nov 2015 01:36:58 -0800 Laurent Charignon localrepo: put bookmark move following commit in one transaction
Sun, 23 Aug 2015 23:44:58 -0400 Matt Harbison templater: introduce {latesttag()} function to match a pattern (issue4184)
Mon, 06 Jul 2015 23:23:22 -0400 Matt Harbison templatekw: make {latesttag} a hybrid list
Fri, 26 Jun 2015 23:11:05 -0400 Matt Harbison templatekw: introduce the changessincelatesttag keyword
Fri, 26 Jun 2015 23:23:10 -0400 Matt Harbison templatekw: use a list of tags in getlatesttags() instead of joining them
Sun, 28 Jun 2015 13:38:03 -0400 Matt Harbison workingctx: don't report the tags for its parents
Thu, 22 Jan 2015 00:08:13 +0900 FUJIWARA Katsunori tests: invoke hg command indirectly from shell script to run on Windows stable
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Thu, 09 Oct 2014 05:27:23 -0700 Pierre-Yves David addset: use the ascending argument in _iterordered
Sun, 28 Sep 2014 17:15:28 +0200 Mads Kiilerich filemerge: switch the default name for internal tools from internal:x to :x
Thu, 02 Oct 2014 18:39:57 -0500 Matt Mackall tag: use an abort hint
Mon, 21 Jul 2014 11:27:24 -0700 Danek Duvall tests: cat error messages are different on Solaris stable
Thu, 26 Jun 2014 01:20:25 +0200 Angel Ezquerra filemerge: add internal:tagmerge merge tool
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori localrepo: add "editor" argument to "tag()"
Wed, 19 Mar 2014 01:07:41 +0900 FUJIWARA Katsunori tag: save manually edited commit message into ".hg/last-message.txt" stable
Thu, 02 May 2013 15:21:47 -0500 Matt Mackall check-code: add more path sep glob checks
Thu, 11 Apr 2013 14:44:22 +0200 Mads Kiilerich tag: clarify cryptic error message when tagging null revision
Sun, 21 Oct 2012 11:20:33 -0200 Wagner Bruna scmutil: generalize message to make it more i18n-friendly stable
Wed, 17 Oct 2012 22:25:41 -0500 Kevin Bullock test-tag: test that all reserved names are rejected
Tue, 05 Jun 2012 17:00:13 -0700 Brad Hall tag: don't allow tagging the null revision (issue1915) stable
Sun, 10 Jun 2012 14:41:14 +0200 Mads Kiilerich tests: consistently use a HGEDITOR pattern that works with msys on windows
Sat, 12 May 2012 20:06:02 +0200 Mads Kiilerich tag: run commit hook when lock is released (issue3344) stable
Thu, 08 Dec 2011 16:01:44 -0600 Matt Mackall merge with stable
Thu, 08 Dec 2011 14:32:44 -0600 Matt Mackall branch: warn on branching stable
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: add 'hghave system-sh' to skip tests on windows
Mon, 02 May 2011 19:20:29 +0200 Peter Arrenbrecht localrepo: reuse parent manifest in commitctx if no files have changed
Thu, 10 Feb 2011 09:03:06 +0100 Gilles Moris rollback: clarifies the message about the reverted state (issue2628) stable
Fri, 11 Feb 2011 22:24:10 +0800 Afuna tag: add tests for tags with whitespace (issue2174)
Thu, 16 Dec 2010 14:50:27 -0600 Matt Mackall tests: eliminate fast-forward merge in test-tag
Mon, 06 Dec 2010 22:04:10 -0600 Kevin Bullock tag: abort if not at a branch head (issue2552) stable
Tue, 07 Dec 2010 08:02:54 +0100 Kevin Bullock tag: fix uncommitted merge check and error message (issue2542) stable
Mon, 13 Dec 2010 21:20:30 -0600 Kevin Bullock tag: don't check .hgtags status if --local passed stable
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich tests: remove the last traces of $HGTMP
Fri, 24 Sep 2010 10:13:49 +0200 Martin Geisler tests: added a short description to issue numbers
Tue, 21 Sep 2010 16:00:02 -0500 Matt Mackall tests: cleanup exit code handling in unified tests
Thu, 16 Sep 2010 17:51:32 -0500 Matt Mackall tests: add exit codes to unified tests
Thu, 02 Sep 2010 23:22:51 +0200 Martin Geisler tests: remove unneeded -d flags
Thu, 12 Aug 2010 16:35:34 +0900 Nicolas Dumazet tests: unify test-tag
less more (0) tip