hgext/strip.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sun, 08 Nov 2020 16:23:35 -0500 Valentin Gatien-Baron strip: move into core
Mon, 21 Sep 2020 15:05:38 -0400 Augie Fackler merge with stable
Fri, 18 Sep 2020 12:20:28 +0200 Pierre-Yves David strip: with --keep, consider all revs "removed" from the wcp (issue6270) stable
Tue, 15 Sep 2020 22:40:26 -0700 Martin von Zweigbergk mergestate: make some callers not pass pointless node argument
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
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)
Thu, 05 Oct 2017 15:11:34 +0200 Paul Morelle strip: factor out update target selection
Mon, 10 Jul 2017 17:37:48 +0200 Boris Feld bookmark: use 'applychanges' when stripping
Mon, 19 Jun 2017 11:20:29 -0700 Martin von Zweigbergk strip: use context manager for locking and transaction in stripcmd()
Mon, 19 Jun 2017 11:17:31 -0700 Martin von Zweigbergk strip: use context manager for locking in strip()
Sat, 17 Jun 2017 15:29:26 +0530 Pulkit Goyal py3: convert keys of kwargs back to bytes using pycompat.byteskwargs()
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 02 Mar 2016 21:26:36 +0000 timeless strip: use absolute_import
Tue, 01 Mar 2016 03:28:46 +0900 FUJIWARA Katsunori doc: remove deprecated option from synopsis of command help stable
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan with: use a context manager for transaction in strip
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan with: use context manager for wlock in shelve stripcmd
Fri, 20 Nov 2015 13:46:36 -0800 Laurent Charignon strip: use repo._bookmarks.recordchange instead of repo._bookmarks.write
Thu, 19 Nov 2015 12:50:10 +0530 Shubhanshu Agrawal strip: changing bookmark argument to be a list
Sun, 15 Nov 2015 21:03:44 +0530 Shubhanshu Agrawal strip: strip a list of bookmarks
Tue, 17 Nov 2015 17:02:35 -0800 Siddharth Agarwal strip: switch to mergestate.clean()
Sun, 15 Nov 2015 20:27:27 +0530 Shubhanshu Agrawal strip: renaming local variables
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori dirstate: make dirstate.write() callers pass transaction object to it
Fri, 09 Oct 2015 14:48:59 -0700 Ryan McElroy strip: factor out revset calculation for strip -B
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Tue, 14 Apr 2015 13:17:33 -0700 Ryan McElroy bookmarks: rename bookmarkcurrent to activebookmark (API)
Mon, 13 Apr 2015 21:53:37 -0700 Ryan McElroy bookmarks: rename unsetcurrent to deactivate (API)
Mon, 13 Apr 2015 07:42:25 -0500 Matt Mackall strip: properly clear resolve state with --keep (issue4593)
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
Tue, 17 Mar 2015 22:47:08 +0900 Yuya Nishihara commands: replace "working copy" with "working directory" in help/messages
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Sat, 04 Oct 2014 20:53:05 -0700 Martin von Zweigbergk strip: make checklocalchanges() return full status tuple
Thu, 24 Jul 2014 15:06:08 -0400 Jordi GutiƩrrez Hermoso strip: remove -b/--backup codepaths
Fri, 11 Jul 2014 18:04:51 -0500 Matt Mackall strip: drop -b/--backup option (BC)
Tue, 08 Jul 2014 16:24:23 -0700 David Soria Parra strip: remove bookmarks after strip succeed (issue4295)
Mon, 18 Nov 2013 09:09:05 -0800 Siddharth Agarwal strip.stripcmd: remove redundant wlock acquire/release
Mon, 25 Nov 2013 12:18:29 -0600 Matt Mackall merge with stable
less more (0) -60 tip