hgext/shelve.py
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
Fri, 08 Apr 2016 23:33:28 -0700 Oleg Afanasyev shelve: refactor directory name into constant
Mon, 28 Mar 2016 14:41:29 -0700 Martin von Zweigbergk bundle: move writebundle() from changegroup.py to bundle2.py (API)
Wed, 10 Feb 2016 02:23:27 +0100 liscju shelve: adds restoring newly created branch (issue5048) (BC)
Mon, 07 Mar 2016 22:58:11 +0100 liscju shelve: make non bare shelve not saving branch information in bundle
Sat, 12 Mar 2016 18:36:31 +0100 liscju shelve: preserve newly created branch on non-bare shelve in wctx (BC)
Wed, 09 Mar 2016 08:21:57 +0100 liscju shelve: changes getting opts values by get method
Wed, 02 Mar 2016 21:30:51 +0000 timeless shelve: use absolute_import
Thu, 04 Feb 2016 03:47:38 +0000 timeless shelve: suggest the correct tool to continue (not unshelve)
Tue, 19 Jan 2016 15:37:07 -0800 Martin von Zweigbergk shelve: use cg3 for treemanifests stable
Thu, 21 Jan 2016 00:20:19 +0000 timeless shelve: lowercase flag description stable 3.7-rc
Thu, 14 Jan 2016 10:03:31 -0800 Simon Farnsworth shelve: permit shelves to contain unknown files
Thu, 14 Jan 2016 12:52:59 -0800 Simon Farnsworth shelve: move commitfunc closer to use site
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan with: use context manager in unshelveabort
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan with: use context manager for lock in continue
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan with: use context manager for wlock in unshelve
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan with: use context manager for wlock in shelve deletecmd
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan with: use context manager for wlock in shelve cleanupcmd
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan with: use context manager for wlock in shelve createcmd
Tue, 12 Jan 2016 14:47:21 -0800 Bryan O'Sullivan shelve: use a context manager for file I/O in listcmd
Tue, 05 Jan 2016 22:23:27 +0000 timeless shelve: hook afterresolvedstates
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori shelve: remove redundant acquisition of wlock for sub commands of unshelve
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori shelve: widen wlock scope of unshelve for consistency while processing
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori shelve: execute checkunfinished inside wlock scope
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori shelve: widen wlock scope of shelve for consistency while processing
Sun, 22 Nov 2015 21:40:23 -0800 Siddharth Agarwal shelve: use colon instead of quotes in 'changes to' description
Wed, 18 Nov 2015 15:11:23 -0800 Siddharth Agarwal unshelve: add support for custom merge tools
Wed, 18 Nov 2015 15:18:16 -0800 Siddharth Agarwal unshelve: shed spurious space
Wed, 18 Nov 2015 15:04:03 -0800 Siddharth Agarwal unshelve: add -k as short form of --keep
Tue, 17 Nov 2015 13:56:10 -0800 Siddharth Agarwal shelve: switch to mergestate.read()
Tue, 10 Nov 2015 14:41:14 -0800 Christian Delahousse shelve: choose where .orig file locations are kept
Mon, 19 Oct 2015 15:42:50 +0200 Pierre-Yves David shelve: properly process bundle2 bundle
less more (0) -100 -60 tip