hgext/shelve.py
Mon, 25 Mar 2019 12:33:41 +0530 Navaneeth Suresh unshelve: disable unshelve during merge (issue5123)
Fri, 29 Mar 2019 11:32:02 -0700 Martin von Zweigbergk shelve: let cmdutil.revert() take care of backing up untracked files
Fri, 29 Mar 2019 11:31:42 -0700 Martin von Zweigbergk shelve: stop passing list of files to revert
Sun, 24 Mar 2019 20:13:13 -0400 Jordi Gutiérrez Hermoso shelve: add --keep to list of allowables
Fri, 22 Mar 2019 11:26:47 -0400 Jordi Gutiérrez Hermoso shelve: do not update when keeping changes, just move the dirstate
Fri, 22 Mar 2019 13:03:26 -0400 Jordi Gutiérrez Hermoso shelve: refactor _shelvecreatedcommit's match object into calling site
Fri, 22 Mar 2019 11:24:23 -0400 Jordi Gutiérrez Hermoso shelve: new keep option
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Mon, 04 Feb 2019 20:49:45 -0800 Martin von Zweigbergk shelve: fix broken backup of conflicting untracked file
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Wed, 05 Dec 2018 15:37:03 -0800 Martin von Zweigbergk shelve: drop unnecessary backup of narrowspec
Mon, 07 May 2018 17:08:17 -0700 Martin von Zweigbergk shelve: pass transaction around to clarify where it's used
Wed, 05 Dec 2018 14:17:15 -0800 Martin von Zweigbergk shelve: change transaction description from "commit" to "shelve"
Wed, 05 Dec 2018 14:08:01 -0800 Martin von Zweigbergk shelve: drop unnecessary backup of dirstate for phase-based case
Tue, 13 Nov 2018 17:14:47 -0800 Kyle Lippincott shelve: use matcher to restrict prefetch to just the modified files
Thu, 09 Feb 2017 09:17:40 -0800 Martin von Zweigbergk update: clarify update() call sites by specifying argument names
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Wed, 03 Oct 2018 10:27:44 -0700 Martin von Zweigbergk cleanup: some Yoda conditions, this patch removes
Thu, 20 Sep 2018 17:47:05 +0200 Boris Feld shelve: find shelvedctx from bundle even if they are already in the repo
Wed, 19 Sep 2018 12:19:28 +0200 Boris Feld shelve: return the shelved node as part of bundle application
Wed, 06 Jun 2018 02:31:46 +0200 Boris Feld shelve: no longer strip internal commit when using internal phase
Tue, 11 Sep 2018 18:41:14 -0700 Gregory Szorc shelve: use bundlerepo.instance() to construct a repo object
Tue, 29 May 2018 12:12:18 +0200 Boris Feld shelve: use the internal phase when possible
Fri, 31 Aug 2018 21:10:28 +0900 Yuya Nishihara shelve: fix crash on unshelve without .shelve metadata file
Wed, 06 Jun 2018 01:46:37 +0200 Boris Feld shelve: add an "internal" extra
Wed, 06 Jun 2018 01:10:01 +0200 Boris Feld shelve: write metadata file on the fly if they are missing
Wed, 06 Jun 2018 00:57:22 +0200 Boris Feld shelve: look for shelved node in the repository before unbundling
Wed, 06 Jun 2018 01:03:10 +0200 Boris Feld shelve: handle shelved node on unfiltered repository
Tue, 29 May 2018 11:47:32 +0200 Boris Feld shelve: store shelved node in a new data file
Wed, 06 Jun 2018 00:48:24 +0200 Boris Feld shelve: drop mention of obsshelve file
less more (0) -100 -50 -30 tip