log hgext/strip.py @ 42743:8c9a6adec67a

age author description
Sun, 09 Jun 2019 02:12:58 +0530 Taapas Agrawal statecheck: added support for STATES
Mon, 17 Jun 2019 10:53:00 -0700 Martin von Zweigbergk strip: move checksubstate() to mq (its only caller)
Mon, 17 Jun 2019 10:19:41 -0700 Martin von Zweigbergk strip: use bailifchanged() instead of reimplementing it
Mon, 17 Jun 2019 10:40:24 -0700 Martin von Zweigbergk strip: remove unused excsuffix argument from checklocalchanges()
Fri, 14 Jun 2019 18:25:14 +0530 Taapas Agrawal strip: during merge allow strip only when -f is used
Tue, 16 Oct 2018 15:48:00 +0200 Boris Feld strip: introduce a soft strip option
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Wed, 17 Oct 2018 21:00:36 +0800 Anton Shestakov commands: adjust metavariables as appropriate
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Thu, 05 Jul 2018 09:53:00 +0530 Sushil khanchi strip: improve help text for --no-backup option
Tue, 15 May 2018 14:35:41 +0200 David Demelier scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs (API)
Tue, 06 Feb 2018 08:54:36 -0800 Martin von Zweigbergk strip: don't reimplement any()
Wed, 17 Jan 2018 20:07:25 -0500 Augie Fackler strip: use %d for known-int string interpolation
Thu, 18 Jan 2018 10:22:41 -0500 Augie Fackler strip: use in-place revset formatspec instead of %-formatting ourselves
Thu, 05 Oct 2017 16:13:05 +0200 Paul Morelle strip: take branch into account when selecting update target (issue5540)