log hgext/strip.py @ 30849:763031a7690d stable

age author description
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