hgext/shelve.py
Fri, 28 Jun 2019 22:57:48 +0530 Navaneeth Suresh shelve: remove rebase.clearstatus()
Thu, 20 Jun 2019 00:59:16 +0530 Taapas Agrawal shelve: removed redundant merge detection method
Thu, 20 Jun 2019 11:40:08 +0530 Taapas Agrawal statecheck: added support for cmdutil.afterresolvedstates
Sun, 09 Jun 2019 00:43:36 +0530 Taapas Agrawal state: created new class statecheck to handle unfinishedstates
Sat, 08 Jun 2019 23:43:53 +0530 Taapas Agrawal states: moved cmdutil.unfinishedstates to state.py
Fri, 03 May 2019 16:07:57 -0400 timeless unshelve: add space to help
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
Tue, 29 May 2018 11:40:40 +0200 Boris Feld shelve: rename method for data write/read
Thu, 23 Aug 2018 00:51:38 +0200 Boris Feld shelve: move createcmd next to _docreatecmd
Fri, 03 Aug 2018 11:09:41 -0700 Martin von Zweigbergk narrow: call narrowspec.{save,restore,clear}backup directly
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Mon, 16 Jul 2018 14:04:48 -0700 Danny Hooper shelve: pick the most recent shelve if none specified for --patch/--stat
Fri, 13 Jul 2018 13:48:56 -0700 Danny Hooper shelve: improve help text for --patch and --stat
Tue, 05 Jun 2018 12:04:15 +0200 Boris Feld shelve: use more accurate description in conflict marker
Tue, 29 May 2018 00:30:50 +0200 Boris Feld shelve: directly handle the initial parent alignment
Sun, 01 Jul 2018 21:40:55 +0900 Yuya Nishihara cleanup: pass in overwrite flag to hg.updaterepo() as named argument
Tue, 29 May 2018 00:13:48 +0200 Boris Feld shelve: directly handle `--continue`
Mon, 28 May 2018 18:15:21 +0200 Boris Feld shelve: directly handle the abort process
Mon, 07 May 2018 16:49:31 -0700 Martin von Zweigbergk shelve: reduce scope of merge tool config override
Thu, 12 Apr 2018 22:59:49 +0900 Yuya Nishihara export: extract function to write patch to file object (API)
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Mon, 05 Mar 2018 12:30:20 -0500 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Fri, 02 Mar 2018 00:00:41 +0530 Pulkit Goyal py3: replace str() with it's bytes equivalent in hgext/shelve.py
Wed, 14 Feb 2018 17:05:33 +0530 Pulkit Goyal py3: use "%d" to convert integers to bytes
Sun, 04 Feb 2018 20:46:26 +0530 Pulkit Goyal py3: add r'' to convert keys to keyword arguments to str
Mon, 23 Oct 2017 00:06:49 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/shelve.py
Fri, 30 Jun 2017 03:44:19 +0200 Boris Feld configitems: register the 'shelve.maxbackups' config
Sun, 10 Sep 2017 18:43:59 -0700 Durham Goode changegroup: replace changegroupsubset with makechangegroup
Wed, 12 Jul 2017 15:24:07 -0700 Adam Simpkins dirstate: update backup functions to take full backup filename
Tue, 01 Dec 2015 09:19:54 -0800 Martin von Zweigbergk shelve: don't reimplement mergestate.unresolved()
less more (0) -100 -60 tip