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
|
Fri, 15 Nov 2013 18:31:02 -0800 |
Siddharth Agarwal |
strip: use bookmarks.unsetcurrent instead of setcurrent with None
|
Mon, 18 Nov 2013 08:57:19 -0800 |
Siddharth Agarwal |
strip: hold wlock for entire duration
stable
|
Thu, 14 Nov 2013 21:37:18 -0600 |
Matt Mackall |
strip: fix last unprotected mq reference (issue4097)
stable
|
Mon, 21 Oct 2013 22:23:36 +0100 |
Javi Merino |
strip: fix spelling: "allows to" -> "allows you to"
stable
|
Fri, 27 Sep 2013 21:54:53 -0500 |
Kevin Bullock |
strip: bring extension description in line with style and copy-edit
|
Thu, 26 Sep 2013 23:57:21 +0200 |
Pierre-Yves David |
mq: extract strip function as its standalone extension (issue3824)
|
Thu, 26 Sep 2013 23:43:00 +0200 |
Pierre-Yves David |
strip: move the strip helper function for mq to strip
|
Thu, 26 Sep 2013 23:32:52 +0200 |
Pierre-Yves David |
strip: move checklocalchanges from mq to strip
|
Thu, 26 Sep 2013 23:12:43 +0200 |
Pierre-Yves David |
strip: move checksubstate from mq to strip
|
Thu, 26 Sep 2013 23:10:11 +0200 |
Pierre-Yves David |
mq: prepare a strip extension for extraction
|