mercurial/hg.py
Mon, 13 Feb 2017 00:05:55 -0800 Martin von Zweigbergk update: allow setting default update check to "noconflict"
Mon, 13 Feb 2017 16:03:05 -0800 Martin von Zweigbergk update: add experimental config for default way of handling dirty wdir
Mon, 13 Feb 2017 12:58:37 -0800 Martin von Zweigbergk update: accept --merge to allow merging across topo branches (issue5125)
Mon, 13 Feb 2017 14:05:24 +0100 Dan Villiom Podlaski Christiansen share: add --relative flag to store a relative path to the source
Tue, 21 Feb 2017 11:06:02 -0500 Augie Fackler outgoing: avoid running pager until we're actually showing changes
Tue, 21 Feb 2017 10:53:13 -0500 Augie Fackler incoming: delay pager activation until right before printing changes
Mon, 13 Feb 2017 11:58:02 -0800 Martin von Zweigbergk update: move check for dirty wdir into hg.updatetotally()
Mon, 13 Feb 2017 11:32:09 -0800 Martin von Zweigbergk destutil: drop now-unused "check" parameter from destupdate()
Fri, 07 Oct 2016 08:51:50 -0700 Simon Farnsworth merge: add conflict labels to merge command
Sun, 02 Oct 2016 22:34:40 -0700 Gregory Szorc hg: set default path correctly when doing a clone+share (issue5378)
Mon, 22 Aug 2016 14:44:14 +0200 Pierre-Yves David update: label bookmark name in message
Sun, 07 Aug 2016 17:10:47 +0200 Pierre-Yves David shared: take wlock for writting the 'shared' file
Mon, 01 Aug 2016 06:08:26 +0900 FUJIWARA Katsunori doc: omit useless _() invocation stable
Tue, 19 Jul 2016 19:57:34 -0700 Gregory Szorc hg: copy [hostsecurity] options to remote ui instances (issue5305) stable
Sun, 05 Jun 2016 12:18:20 +0900 Yuya Nishihara ssl: remove special case of web.cacerts=! from remoteui()
Fri, 24 Jun 2016 10:32:38 +0100 Martijn Pieters share: move magic string to a constant
Tue, 14 Jun 2016 11:53:55 +0200 liscju i18n: translate abort messages
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Wed, 27 Apr 2016 22:45:52 -0400 Matt Harbison verify: don't init subrepo when missing one is referenced (issue5128) (API) stable
Mon, 28 Mar 2016 17:16:00 -0500 Matt Mackall merge with stable
Fri, 25 Mar 2016 10:47:49 -0700 Gregory Szorc hg: perform update after pulling during clone with share (issue5103) stable
Sat, 12 Mar 2016 04:35:42 +0900 FUJIWARA Katsunori hg: acquire wlock while updating the working directory via updatetotally
Sat, 12 Mar 2016 04:35:42 +0900 FUJIWARA Katsunori commands: centralize code to update with extra care for non-file components
Wed, 02 Mar 2016 16:44:56 -0600 Matt Mackall merge with stable
Sat, 27 Feb 2016 18:22:49 -0800 Gregory Szorc hg: obtain lock when creating share from pooled repo (issue5104) stable 3.7.2
Sat, 20 Feb 2016 17:44:29 -0800 Gregory Szorc hg: perform update after pulling during clone with share (issue5103)
Sat, 20 Feb 2016 17:41:59 -0800 Gregory Szorc hg: extract post share update logic into own function
Sun, 14 Feb 2016 01:33:55 +0900 FUJIWARA Katsunori hg: make cachedlocalrepo cache appropriate repoview object
Mon, 01 Feb 2016 20:28:32 -0800 Siddharth Agarwal merge: tell _checkunknownfiles about whether this was merge --force
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Mon, 14 Dec 2015 23:14:06 +0000 timeless update: add quietempty flag to _showstats
Mon, 14 Dec 2015 22:08:14 +0000 timeless histedit: omit useless message from abort
Mon, 14 Dec 2015 23:13:25 +0000 timeless hg: add quietempty flag to _showstats
Sat, 12 Dec 2015 22:20:29 -0500 Gregory Szorc hg: establish function for performing post-share actions
Mon, 14 Dec 2015 18:54:03 -0500 Augie Fackler merge: have merge.update use a matcher instead of partial fn
Wed, 11 Nov 2015 19:47:49 -0500 Augie Fackler localrepo: remove clone method by hoisting into hg.py
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Mon, 12 Oct 2015 03:37:09 -0500 Matt Mackall mq: use cmdutil.revert instead of hg.revert
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Thu, 24 Sep 2015 15:52:11 -0700 Sean Farley clone: check update rev for being True
Thu, 24 Sep 2015 15:47:23 -0700 Sean Farley clone: fix over-indented continuation line
Sat, 12 Sep 2015 11:31:56 -0700 Gregory Szorc hg: always create new localrepository instance
Sat, 22 Aug 2015 18:54:34 -0700 Gregory Szorc hg: establish a cache for localrepository instances
Sun, 30 Aug 2015 11:47:43 +0200 liscju clone: fix updaterev to update to latest branch changeset (issue4528)
Thu, 13 Aug 2015 19:37:47 -0500 Matt Mackall merge with stable
Thu, 13 Aug 2015 15:07:07 +0900 FUJIWARA Katsunori hg: avoid auto sharing when the clone destination is remote stable
Sat, 08 Aug 2015 18:52:36 -0700 Gregory Szorc hg: use absolute_import
Wed, 08 Jul 2015 16:19:09 -0700 Gregory Szorc hg: support for auto sharing stores when cloning
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Thu, 18 Jun 2015 15:34:22 -0500 Matt Mackall publishing: use new helper method
Tue, 16 Jun 2015 16:15:15 -0400 Matt Harbison verify: check the subrepository references in .hgsubstate
Sat, 30 May 2015 12:46:30 +0900 Yuya Nishihara hg: explicitly check that peer lookup object has instance() if call failed
Mon, 13 Apr 2015 22:27:01 -0700 Ryan McElroy bookmarks: rename setcurrent to activate (API)
Fri, 13 Mar 2015 18:28:11 -0400 Augie Fackler clone: add progress support to hardlink clones (issue3059)
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Wed, 04 Mar 2015 23:27:04 +0900 Yuya Nishihara ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
Sun, 11 Jan 2015 16:20:15 +0100 Angel Ezquerra share: replace the bookmarks.shared file with an entry on a new "shared" file
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Sat, 13 Dec 2014 11:32:46 -0800 Ryan McElroy share: add option to share bookmarks
Fri, 12 Dec 2014 14:02:56 -0800 Siddharth Agarwal hg.clone: set 'stream' depending on whether --pull was requested or not
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Mon, 06 Oct 2014 16:35:02 -0400 Jordi GutiƩrrez Hermoso config: use the same hgrc for a cloned repo as for an uninitted repo
Tue, 07 Oct 2014 00:09:50 -0700 Pierre-Yves David repair: use `first` instead of direct indexing
Fri, 26 Sep 2014 13:56:20 -0700 Pierre-Yves David clone: remove duplicated bookmark pulling
Fri, 26 Sep 2014 15:15:49 -0700 Pierre-Yves David clone: explicitly push bookmarks when cloning from local to remote
Fri, 26 Sep 2014 13:55:53 -0700 Pierre-Yves David clone: copy `.hg/bookmarks` during copy clone
Thu, 25 Sep 2014 01:41:26 -0700 Pierre-Yves David clone: use `exchange.push` instead of `localrepo.push`
Tue, 09 Sep 2014 17:16:24 -0400 Augie Fackler clone: provide sample username = config entry in .hg/hgrc (issue4359)
Thu, 21 Aug 2014 16:05:29 -0700 Siddharth Agarwal clone: for local clones, copy over filtered branchcaches as well (issue4286)
Thu, 21 Aug 2014 15:58:32 -0700 Siddharth Agarwal clone: for local clones, copy branchcache from the right location (issue4286)
Sat, 21 Jun 2014 14:49:49 +0530 Chinmay Joshi hg: update newly added listdir function of vfs in clone
Sat, 21 Jun 2014 14:44:09 +0530 Chinmay Joshi hg: use vfs functions in clone
Sat, 21 Jun 2014 14:40:29 +0530 Chinmay Joshi hg: update util.writefile method to use write with vfs in share
Sat, 21 Jun 2014 14:37:39 +0530 Chinmay Joshi hg: update to use vfs functions in shared destination repository
Sat, 21 Jun 2014 14:29:20 +0530 Chinmay Joshi hg: use vfs functions in destination repository with share
Fri, 09 May 2014 18:09:11 -0700 Durham Goode update: specify custom conflict markers for update (BC)
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori hg: make "_outgoing()" return peer object for remote repository
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori hg: make "_outgoing()" return empty list instead of "None"
Tue, 01 Apr 2014 15:11:19 -0500 Matt Mackall merge with stable
Mon, 31 Mar 2014 10:12:07 -0500 Kevin Bullock merge with stable
Tue, 01 Apr 2014 02:46:03 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problems stable
Sat, 29 Mar 2014 01:20:07 +0900 FUJIWARA Katsunori hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109) stable
Tue, 25 Mar 2014 16:17:16 -0500 Matt Mackall merge with stable
Tue, 25 Mar 2014 19:34:17 +0900 FUJIWARA Katsunori hg: use "os.path.join()" to join path components which may be empty (issue4203) stable
Sat, 22 Mar 2014 00:46:12 +0900 Yuya Nishihara clone: abort if default destination has no meaningful name (BC)
Sat, 22 Mar 2014 00:46:08 +0900 Yuya Nishihara clone: add doctest for default destination
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Mon, 03 Feb 2014 14:36:20 -0800 Siddharth Agarwal hg: note that islocal only accepts paths pointing to repos stable
Mon, 03 Feb 2014 14:53:44 -0800 Siddharth Agarwal hg.openpath: use url.islocal to tell if the path is local (issue3624) stable
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: cache open/closed branch head information
Fri, 22 Nov 2013 19:13:26 +0100 Martin Geisler hg: remove outdated comment
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori lock: take both vfs and lock file path relative to vfs to access via vfs
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori hg: rewrite "copystore()" with vfs
Sat, 21 Sep 2013 21:33:29 +0900 FUJIWARA Katsunori extensions: list up only enabled extensions, if "ui" is specified
Sun, 30 Jun 2013 15:19:39 -0500 Matt Mackall merge with stable
Fri, 28 Jun 2013 16:58:31 -0700 Siddharth Agarwal update: remove .hg/graftstate on clean (issue3970) stable
Sat, 08 Jun 2013 22:37:08 +0200 simon hg: move return statement after finally block
Fri, 18 Jan 2013 15:54:09 +0100 Mads Kiilerich unionrepo: read-only operations on a union of two localrepos
Mon, 04 Feb 2013 23:26:44 +0100 Mads Kiilerich largefiles: don't crash when trying to find default dest for url without path stable
Tue, 27 Nov 2012 21:31:59 -0500 Matt Harbison share: backout fd903f89e42b, except the test stable
Mon, 28 Jan 2013 13:56:11 +0100 Pierre-Yves David discovery: outgoing pass unfiltered repo to findcommonincoming (issue3776) stable
Fri, 05 Oct 2012 18:10:56 -0500 Augie Fackler hg: replace DirCleanup class with normal try/finally use
Sun, 13 Jan 2013 01:39:16 -0600 Kevin Bullock filtering: rename filters to their antonyms
Fri, 11 Jan 2013 20:34:54 +0100 Pierre-Yves David clfilter: enforce hidden filtering on all repository accesses
Sat, 27 Oct 2012 12:38:59 +0200 simon share: always set default path to work with subrepos (issue3518)
Wed, 07 Nov 2012 16:21:39 -0600 Augie Fackler bookmarks: introduce a bmstore to manage bookmark persistence
Thu, 01 Nov 2012 13:46:03 +0100 Adrian Buehlmann openpath: specify binary mode and use util.posixfile stable
Wed, 24 Oct 2012 18:45:22 +0200 Simon Heimberg subrepo: only do clean update when overwrite is set (issue3276) stable
Wed, 17 Oct 2012 21:30:08 -0700 Siddharth Agarwal url: use open and not url.open for local files (issue3624) stable
Mon, 29 Oct 2012 14:02:30 +0100 Adrian Buehlmann clone: show status "updating to bookmark @" stable
Thu, 04 Oct 2012 19:46:43 +0200 Simon Heimberg subrepo: more isolation, only use ui for hg.peer when there is no repo stable
Sat, 28 Jul 2012 23:28:36 +0200 Simon Heimberg peer: subrepo isolation, pass repo instead of repo.ui to hg.peer stable
Sat, 27 Oct 2012 16:39:47 -0500 Matt Mackall bookmarks: backed out new message from changeset 52c7e171e355 stable
Fri, 26 Oct 2012 14:53:31 +0200 Thomas Arendsen Hein clone: print bookmark name when clone activates a bookmark stable
Fri, 26 Oct 2012 14:37:03 +0200 Thomas Arendsen Hein clone: activate @ bookmark if updating to it stable
Fri, 26 Oct 2012 12:36:15 +0200 Thomas Arendsen Hein clone: make sure to use "@" as bookmark and "default" as branch (issue3677) stable
Fri, 19 Oct 2012 14:47:55 -0500 Matt Mackall clone: don't %-escape the default destination (issue3145) stable
Wed, 21 Mar 2012 16:53:39 -0500 Kevin Bullock clone: update to @ bookmark if it exists
Wed, 03 Oct 2012 13:19:53 -0700 Tomasz Kleczek branchcache: fetch source branchcache during clone (issue3378)
less more (0) -120 tip