tests/test-shelve.t
Tue, 13 Feb 2018 18:12:26 +0800 Anton Shestakov tests: allow age to go up to triple digits in test-shelve.t stable
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Sat, 02 Dec 2017 19:33:34 -0500 Matt Harbison tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Thu, 28 Sep 2017 18:19:06 +0100 Boris Feld config: use 'experimental.evolution.create-markers'
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Fri, 15 Sep 2017 22:08:25 -0400 Augie Fackler tests: add and remove some (glob) markers
Mon, 11 Sep 2017 17:49:49 +0000 Mark Thomas scmutil: don't append .orig to backups in origbackuppath (BC)
Tue, 22 Aug 2017 23:11:35 -0400 Augie Fackler debugcommands: stabilize output of debugbundle by having a custom repr
Fri, 04 Aug 2017 18:41:16 +0200 Boris Feld test: update evolution config
Thu, 03 Aug 2017 05:12:35 +0530 Pulkit Goyal morestatus: move fb extension to core by plugging to `hg status --verbose`
Sun, 16 Jul 2017 02:33:14 +0200 Boris Feld debugobsolete: also report the number of obsoleted changesets
Fri, 07 Jul 2017 18:51:46 -0700 Jun Wu rebase: use scmutil.cleanupnodes (issue5606) (BC)
Sat, 13 May 2017 14:52:29 -0700 Kostia Balytskyi shelve: make shelvestate use simplekeyvaluefile
Wed, 08 Mar 2017 14:29:25 -0800 Martin von Zweigbergk tests: make test-shelve.t timing-independent
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)
Thu, 22 Dec 2016 23:27:32 +0530 Pulkit Goyal shelve: add tests to ensure illegal shelve names are avoided
Tue, 29 Nov 2016 07:20:03 -0800 Kostia Balytskyi shelve: move patch extension to a string constant
Tue, 29 Nov 2016 04:11:05 -0800 Kostia Balytskyi shelve: fix use of unexpected working dirs in test-shelve.t
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)
Sat, 19 Nov 2016 15:41:37 -0800 Kostia Balytskyi conflicts: make spacing consistent in conflict markers
Mon, 14 Nov 2016 22:43:25 +0100 Mads Kiilerich shelve: add missing space in help text stable
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Sun, 09 Oct 2016 03:11:18 +0200 Pierre-Yves David help: backout f3c4edfd35e1 (mark boolean flags with [no-] in help) for now
Tue, 13 Sep 2016 22:58:12 -0400 Augie Fackler help: mark boolean flags with [no-] to explain that they can be negated
Tue, 20 Sep 2016 23:47:46 +0000 timeless help: use single quotes in use warning
Sun, 17 Jul 2016 15:13:51 -0700 Gregory Szorc bundle2: store changeset count when creating file bundles
Sun, 17 Jul 2016 15:10:30 -0700 Gregory Szorc util: implement a deterministic __repr__ on sortdict
Wed, 13 Jul 2016 16:16:18 +0100 Kostia Balytskyi shelve: make unshelve be able to abort in any case
Fri, 15 Apr 2016 22:53:53 -0400 Matt Harbison test-shelve: shorten a long path so it works on Windows
Wed, 23 Mar 2016 13:34:47 -0700 Martijn Pieters graphmod: set default edge styles for ascii graphs (BC)
Wed, 10 Feb 2016 02:23:27 +0100 liscju shelve: adds restoring newly created branch (issue5048) (BC)
Sat, 12 Mar 2016 18:36:31 +0100 liscju shelve: preserve newly created branch on non-bare shelve in wctx (BC)
Thu, 04 Feb 2016 03:47:38 +0000 timeless shelve: suggest the correct tool to continue (not unshelve)
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
Tue, 05 Jan 2016 22:23:27 +0000 timeless shelve: hook afterresolvedstates
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:04:03 -0800 Siddharth Agarwal unshelve: add -k as short form of --keep
Mon, 09 Nov 2015 13:12:35 -0500 Matt Harbison tests: tolerate differences between Linux and Windows error strings
Tue, 10 Nov 2015 14:41:14 -0800 Christian Delahousse shelve: choose where .orig file locations are kept
Thu, 12 Nov 2015 15:26:30 -0600 Matt Mackall merge with stable
Thu, 12 Nov 2015 02:52:19 -0800 Pierre-Yves David test: enforce generaldelta format with the right option
Fri, 13 Nov 2015 02:36:30 +0900 FUJIWARA Katsunori share: wrap bmstore._writerepo for transaction sensitivity (issue4940) stable
Thu, 15 Oct 2015 20:32:01 -0400 timeless test-shelve: do not use non-portable pipe-and
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori merge: make in-memory changes visible to external update hooks
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori hook: centralize passing HG_PENDING to external hook process
Wed, 14 Oct 2015 20:35:06 -0700 Christian Delahousse shelve: delete shelve statefile on any exception during abort
Fri, 09 Oct 2015 13:54:52 -0700 Siddharth Agarwal simplemerge: move conflict warning message to filemerge
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)
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
Fri, 29 May 2015 22:23:58 +0200 Gilles Moris summary: move the parents phase marker to commit line (issue4688)
less more (0) -100 -60 tip