hgext/shelve.py
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()
Thu, 22 Jun 2017 15:00:19 -0700 Martin von Zweigbergk bundle: make applybundle() delegate v1 bundles to applybundle1()
Fri, 16 Jun 2017 10:25:11 -0700 Martin von Zweigbergk bundle: add a applybundle1() method
Tue, 20 Jun 2017 23:39:59 -0700 Jun Wu shelve: allow unlimited shelved changes per name
Thu, 15 Jun 2017 22:46:38 -0700 Martin von Zweigbergk changegroup: let callers pass in transaction to apply() (API)
Sat, 17 Jun 2017 23:09:39 -0700 Martin von Zweigbergk shelve: rewrite "x in y.children()" as "y in x.parents()"
Fri, 16 Jun 2017 10:36:43 -0700 Martin von Zweigbergk bundle2: use "else" instead of checking condition again
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Sat, 13 May 2017 14:52:29 -0700 Kostia Balytskyi shelve: make shelvestate use simplekeyvaluefile
Sun, 14 May 2017 14:15:07 -0700 Kostia Balytskyi shelve: refactor shelvestate loading
Mon, 10 Apr 2017 15:32:09 -0700 Kostia Balytskyi shelve: rename nodestoprune to nodestoremove
Wed, 29 Mar 2017 05:31:31 -0700 Kostia Balytskyi shelve: move ui.quiet manipulations to configoverride
Sun, 26 Mar 2017 16:51:19 -0700 Kostia Balytskyi shelve: add logic to preserve active bookmarks
Fri, 10 Mar 2017 16:18:43 -0800 Kostia Balytskyi shelve: rename stripnodes to nodestoprune
Fri, 10 Mar 2017 15:03:09 -0800 Kostia Balytskyi shelve: add an ability to write key-val data to a new type of shelve files
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy shelve: use tryunlink
Thu, 16 Mar 2017 14:27:41 -0700 Jun Wu shelve: get rid of ui.backupconfig
Wed, 08 Mar 2017 16:52:42 -0800 Pierre-Yves David shelve: directly use repo.vfs.join
Sat, 11 Mar 2017 11:04:14 -0800 Mads Kiilerich vfs: use repo.vfs.rename
Sat, 11 Mar 2017 11:02:25 -0800 Mads Kiilerich vfs: use repo.vfs.unlinkpath
Thu, 02 Mar 2017 13:31:32 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'hgext.shelve'
Sat, 25 Feb 2017 03:42:43 +0530 Pulkit Goyal pager: add support to --patch, --list and --stat options of hg shelve
Sun, 19 Feb 2017 10:56:08 +0100 liscju shelve: add -n/--name option to unshelve (issue5475)
Thu, 19 Jan 2017 09:48:40 -0800 Kostia Balytskyi shelve: make unshelve not crash when there are missing files (issue4176) stable
Sat, 14 Jan 2017 01:23:07 +0530 Pulkit Goyal shelve: allow multiple shelves with --patch and --stat
Thu, 22 Dec 2016 19:35:30 +0530 Pulkit Goyal shelve: choose a legal shelve name when no name is passed (issue5112)
Tue, 29 Nov 2016 07:20:03 -0800 Kostia Balytskyi shelve: move patch extension to a string constant
Sun, 27 Nov 2016 20:44:52 -0500 Augie Fackler merge with stable
Wed, 23 Nov 2016 14:58:52 -0800 Kostia Balytskyi shelve: make --keep option survive user intervention (issue5431)
Fri, 11 Nov 2016 07:01:27 -0800 Kostia Balytskyi shelve: move unshelve-finishing logic to a separate function
Thu, 10 Nov 2016 11:02:39 -0800 Kostia Balytskyi shelve: move file-forgetting logic to a separate function
Thu, 10 Nov 2016 10:57:10 -0800 Kostia Balytskyi shelve: move rebasing logic to a separate function
Thu, 10 Nov 2016 10:51:06 -0800 Kostia Balytskyi shelve: move commit restoration logic to a separate function
Sun, 13 Nov 2016 03:35:52 -0800 Kostia Balytskyi shelve: move temporary commit creation to a separate function
Mon, 14 Nov 2016 22:43:25 +0100 Mads Kiilerich shelve: add missing space in help text stable
Sat, 12 Nov 2016 13:36:17 +0100 Henning Schild patch: remove unused git parameter from patch.diffstat()
Thu, 10 Nov 2016 03:15:41 -0800 Kostia Balytskyi shelve: move shelve-finishing logic to a separate function
Thu, 10 Nov 2016 03:20:28 -0800 Kostia Balytskyi shelve: move unknown files handling to a separate function
Thu, 10 Nov 2016 03:07:20 -0800 Kostia Balytskyi shelve: move actual created commit shelving to a separate function
Thu, 10 Nov 2016 03:33:01 -0800 Kostia Balytskyi shelve: move 'nothing changed' messaging to a separate function
Thu, 10 Nov 2016 03:26:31 -0800 Kostia Balytskyi shelve: move commitfunc creation to a separate function
Thu, 10 Nov 2016 03:24:07 -0800 Kostia Balytskyi shelve: move mutableancestors to not be a closure
Thu, 10 Nov 2016 03:22:55 -0800 Kostia Balytskyi shelve: move shelve name generation to a separate function
Thu, 10 Nov 2016 03:07:20 -0800 Kostia Balytskyi shelve: move possible shelve file extensions to a single place
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Wed, 13 Jul 2016 16:16:18 +0100 Kostia Balytskyi shelve: make unshelve be able to abort in any case
Tue, 24 May 2016 13:29:53 -0700 Mateusz Kwapich shelve: use backup functions instead of manually copying dirstate
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
less more (0) -100 -60 tip