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
|
Tue, 13 Oct 2015 17:11:18 -0400 |
Augie Fackler |
shelve: use cg?unpacker.apply() instead of changegroup.addchangegroup()
|
Wed, 14 Oct 2015 20:35:06 -0700 |
Christian Delahousse |
shelve: delete shelve statefile on any exception during abort
|
Fri, 09 Oct 2015 15:31:50 -0700 |
Pierre-Yves David |
shelve: rename 'publicancestors' to something accurate (issue4737)
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Fri, 09 Oct 2015 03:53:46 +0900 |
FUJIWARA Katsunori |
localrepo: execute appropriate actions for dirstate at releasing transaction
|
Thu, 08 Oct 2015 01:41:30 +0900 |
FUJIWARA Katsunori |
shelve: restore unshelved dirstate explicitly after aborting transaction
|
Thu, 08 Oct 2015 01:41:30 +0900 |
FUJIWARA Katsunori |
shelve: restore shelved dirstate explicitly after aborting transaction
|
Thu, 08 Oct 2015 01:41:30 +0900 |
FUJIWARA Katsunori |
shelve: add utility to abort current transaction but keep dirstate
|
Thu, 08 Oct 2015 01:41:30 +0900 |
FUJIWARA Katsunori |
bookmarks: use recordchange instead of writing if transaction is active
|
Thu, 01 Oct 2015 15:08:00 -0700 |
Pierre-Yves David |
shelve: bundle using bundle2 if repository is general delta (issue4862)
|
Thu, 01 Oct 2015 15:09:32 -0700 |
Pierre-Yves David |
shelve: move changegroup generation inside writebundle
|
Tue, 29 Sep 2015 17:14:30 -0700 |
Pierre-Yves David |
shelve: compress on-disk bundle
|
Sat, 18 Jul 2015 14:17:46 -0500 |
Matt Mackall |
shelve: make maxbackup doc check-config friendly
|
Wed, 15 Jul 2015 04:45:58 +0900 |
FUJIWARA Katsunori |
shelve: omit incorrect 'commit' suggestion at 'hg shelve -i'
|
Mon, 13 Jul 2015 23:34:12 +0900 |
FUJIWARA Katsunori |
shelve: keep old backups if timestamp can't decide exact order of them
|
Wed, 01 Jul 2015 13:14:03 -0700 |
Colin Chan |
shelve: only keep the latest N shelve backups
|
Wed, 01 Jul 2015 13:13:02 -0700 |
Colin Chan |
shelve: always backup shelves instead of deleting them
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Thu, 21 May 2015 14:57:30 -0700 |
Laurent Charignon |
selve: make 'shelve --interactive' not experimental
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Sat, 16 May 2015 11:28:04 -0700 |
Martin von Zweigbergk |
util: drop alias for collections.deque
|
Tue, 14 Apr 2015 16:23:54 -0400 |
Tony Tung |
shelve: allow --patch and --stat without --list for a single shelf
|
Tue, 14 Apr 2015 16:23:07 -0400 |
Tony Tung |
shelve: refactor allowables to specify sets of valid operations
|
Fri, 15 May 2015 09:55:31 -0500 |
Matt Mackall |
shelve: use try/except/finally
|
Tue, 14 Apr 2015 13:17:33 -0700 |
Ryan McElroy |
bookmarks: rename bookmarkcurrent to activebookmark (API)
|
Mon, 27 Apr 2015 15:36:10 -0700 |
Laurent Charignon |
shelve: make the interactive mode experimental
stable
|
Sun, 12 Apr 2015 14:59:31 -0400 |
Pierre-Yves David |
shelve: acquire lock in the right order
|
Wed, 25 Mar 2015 15:53:30 -0700 |
Laurent Charignon |
shelve: add interactive mode
|
Wed, 25 Mar 2015 15:52:28 -0700 |
Laurent Charignon |
shelve: add interactive mode command line option
|
Thu, 15 Jan 2015 14:39:41 -0800 |
Eric Sumner |
changegroup.writebundle: provide ui
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
Fri, 03 Oct 2014 22:12:43 -0700 |
Martin von Zweigbergk |
shelve: access status fields by name rather than index
|
Fri, 10 Oct 2014 13:44:40 -0500 |
Matt Mackall |
shelve: add a bundlerepo method
|
Fri, 10 Oct 2014 12:15:46 -0500 |
Matt Mackall |
merge with stable
|
Wed, 08 Oct 2014 07:47:11 -0400 |
Jordi GutiƩrrez Hermoso |
shelve: don't delete "." when rebase is a no-op (issue4398)
stable
|
Wed, 24 Sep 2014 17:18:57 -0700 |
Martin von Zweigbergk |
shelve: remove unused status variables
|
Mon, 29 Sep 2014 23:23:44 -0700 |
Martin von Zweigbergk |
shelve: avoid writing file that is never read from
|
Fri, 15 Aug 2014 04:37:45 +0200 |
Mads Kiilerich |
cleanup: remove some unused / duplicate imports
|
Fri, 15 Aug 2014 16:20:47 +0200 |
Mads Kiilerich |
cleanup: avoid _ for local unused tmp variables - that is reserved for i18n
|
Fri, 15 Aug 2014 10:54:15 -0500 |
Matt Mackall |
unshelve: silence internal revert
|
Thu, 24 Jul 2014 15:06:08 -0400 |
Jordi GutiƩrrez Hermoso |
strip: remove -b/--backup codepaths
|
Tue, 05 Aug 2014 13:51:13 -0700 |
Pierre-Yves David |
shelve: use `targetphase` while unbundling
|
Tue, 05 Aug 2014 14:37:45 -0700 |
Pierre-Yves David |
shelve: do not retract phase boundary by hand
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
shelve: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Fri, 20 Jun 2014 16:15:38 +0900 |
FUJIWARA Katsunori |
shelve: accept '--edit' like other commands creating new changeset
|
Fri, 20 Jun 2014 16:15:38 +0900 |
FUJIWARA Katsunori |
shelve: refactor option combination check to easily add new ones
|
Mon, 14 Apr 2014 15:45:30 -0400 |
Pierre-Yves David |
bundle2: add a ui argument to readbundle
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
shelve: add "writebundle()" to invoke "writebundle()" with relative path and vfs
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
shelve: add "applybundle()" to invoke "readbundle()" with relative path and vfs
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
shelve: introduce secret option for using fixed date for temporary commit
|
Mon, 07 Apr 2014 23:10:20 +0200 |
Mads Kiilerich |
shelve: repo['.'] is not a wctx but a pctx
|
Fri, 04 Apr 2014 14:01:25 -0500 |
Matt Mackall |
merge with stable
|
Thu, 03 Apr 2014 20:32:56 -0500 |
Sean Farley |
shelve: remove unused variable caught by pyflakes
stable
|
Tue, 01 Apr 2014 15:27:53 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroup method in changegroup module
|
Tue, 01 Apr 2014 14:25:03 -0700 |
Pierre-Yves David |
localrepo: move the changegroupsubset method in changegroup module
|
Mon, 10 Feb 2014 00:54:27 +0100 |
Mads Kiilerich |
shelve: status messages from unshelve
|
Mon, 10 Feb 2014 00:54:12 +0100 |
Mads Kiilerich |
shelve: be quiet when unshelve pulls from the shelve bundle
|
Mon, 10 Feb 2014 00:53:27 +0100 |
Mads Kiilerich |
shelve: add 'changes to' prefix to default shelve message
|
Mon, 10 Feb 2014 00:53:27 +0100 |
Mads Kiilerich |
shelve: mention FILE options in help
|
Mon, 10 Feb 2014 00:53:25 +0100 |
Mads Kiilerich |
shelve: mention walk options in help
|
Mon, 10 Feb 2014 00:52:56 +0100 |
Mads Kiilerich |
shelve: really pass publicancestors to changegroupsubset - not the parents
|
Mon, 10 Feb 2014 00:52:46 +0100 |
Mads Kiilerich |
shelve: publicancestors do not have to visit nullrev
|
Tue, 26 Nov 2013 16:23:05 -0800 |
Durham Goode |
unshelve: don't commit unknown files during unshelve (issue4113)
stable
|
Mon, 25 Nov 2013 13:46:46 -0600 |
Matt Mackall |
shelve: fix bad argument interaction with largefiles (issue4111)
stable
|
Thu, 07 Nov 2013 20:36:26 -0800 |
David Soria Parra |
shelve: unshelve using an unfiltered repository
stable
|
Sat, 02 Nov 2013 04:49:42 +0900 |
FUJIWARA Katsunori |
shelve: remove unused variable assignment
stable
|
Tue, 29 Oct 2013 01:03:43 +0900 |
FUJIWARA Katsunori |
shelve: remove useless and incorrect code paths for file access
stable
|