Sat, 25 Aug 2018 12:26:44 -0400 |
Matt Harbison |
hg: ensure the progress bar is completed when copying the store
|
Sat, 18 Aug 2018 01:07:43 -0400 |
Matt Harbison |
share: allow more than one level of directories to be created
|
Sat, 18 Aug 2018 00:51:26 -0400 |
Matt Harbison |
clone: allow local cloning to create more than one level of directories
|
Wed, 01 Aug 2018 16:06:53 +0200 |
Martijn Pieters |
extensions: add detailed loading information
|
Mon, 30 Jul 2018 15:36:04 +0200 |
Boris Feld |
clone: process 'lookup' return as an arbitrary symbol
stable
|
Sun, 17 Jun 2018 22:57:34 -0700 |
Martin von Zweigbergk |
copystore: use progress helper
|
Sat, 14 Apr 2018 09:57:44 -0700 |
Gregory Szorc |
hg: pass command intents to repo/peer creation (API)
|
Fri, 13 Apr 2018 11:17:45 -0700 |
Gregory Szorc |
hg: use command executor for wire protocol commands
|
Thu, 12 Apr 2018 14:30:37 +0530 |
Pulkit Goyal |
py3: use '%d' for integers instead of '%s'
|
Sun, 08 Apr 2018 09:30:35 -0700 |
Martin von Zweigbergk |
addbranchrevs: no longer accept revset as "revs" (API)
|
Sun, 08 Apr 2018 08:53:43 -0700 |
Martin von Zweigbergk |
clone: avoid using repo.lookup() with binary nodeid
|
Sun, 01 Apr 2018 23:27:50 -0700 |
Martin von Zweigbergk |
outgoing: avoid repo.lookup() for converting revnum to nodeid
|
Mon, 02 Apr 2018 08:46:07 -0700 |
Martin von Zweigbergk |
clone: rename "rev" to "revs" since there can be many
|
Sun, 01 Apr 2018 15:41:16 -0700 |
Martin von Zweigbergk |
parseurl: consistently call second output "branches"
|
Mon, 05 Mar 2018 00:30:00 -0500 |
Gregory Szorc |
merge: deprecate accessing update results by index
|
Mon, 05 Mar 2018 00:02:13 -0500 |
Gregory Szorc |
merge: return an attrs class from update() and applyupdates()
|
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
|
Sun, 04 Mar 2018 22:37:41 +0530 |
Pulkit Goyal |
py3: use util.forcebytestr instead of str to convert error messages
|
Mon, 12 Feb 2018 16:15:34 -0800 |
Gregory Szorc |
hg: move share._getsrcrepo into core
|
Sun, 11 Feb 2018 14:30:44 -0800 |
Gregory Szorc |
py3: check for bytes instead of str in hg.share()
|
Sun, 21 Jan 2018 14:07:52 +0900 |
Yuya Nishihara |
logcmdutil: hold makefilematcher/makehunksfilter() by changesetpriner (API)
|
Sun, 21 Jan 2018 13:03:03 +0900 |
Yuya Nishihara |
cmdutil: drop aliases for logcmdutil functions (API)
|
Wed, 17 Jan 2018 17:46:49 +0100 |
Boris Feld |
caches: make 'cachetocopy' available in scmutil
|
Thu, 18 Jan 2018 19:40:17 +0530 |
Pulkit Goyal |
merge: use public interface ms.localctx instead of ms._local
|
Mon, 08 Jan 2018 19:41:47 +0530 |
Pulkit Goyal |
merge: add `--abort` flag which can abort the merge
|
Sat, 13 Jan 2018 13:31:27 +0900 |
Yuya Nishihara |
share: convert EOL of hgrc before writing to bytes IO
|
Sat, 13 Jan 2018 13:24:17 +0900 |
Yuya Nishihara |
clone: use utility function to write hgrc
|
Sat, 13 Jan 2018 13:23:16 +0900 |
Yuya Nishihara |
share: use context manager or utility function to write file
|
Fri, 29 Dec 2017 05:25:27 +0530 |
Pulkit Goyal |
py3: use node.hex(h.digest()) instead of h.hexdigest()
|
Thu, 21 Dec 2017 13:58:11 +0100 |
Boris Feld |
clonebundle: make it possible to retrieve the initial bundle through largefile
|
Thu, 14 Dec 2017 15:03:55 -0800 |
Hollis Blanchard |
outgoing: respect ":pushurl" paths (issue5365)
|
Thu, 07 Dec 2017 00:26:45 +0530 |
Pulkit Goyal |
remotenames: rename related file and storage dir to logexchange
|
Wed, 06 Dec 2017 06:40:27 +0530 |
Pulkit Goyal |
clone: add support for storing remotenames while cloning
|
Thu, 02 Nov 2017 23:55:09 -0400 |
Matt Harbison |
share: handle --relative shares to a different drive letter gracefully
stable
|
Tue, 17 Oct 2017 22:55:33 -0400 |
Matt Harbison |
subrepo: implement 'unshare' for Mercurial subrepos
|
Tue, 17 Oct 2017 21:48:56 -0400 |
Matt Harbison |
share: move the implementation of 'unshare' to the 'hg' module
|
Sun, 15 Oct 2017 22:48:02 -0400 |
Matt Harbison |
subrepo: share instead of clone if the parent repo is shared (issue5675) (BC)
|
Mon, 16 Oct 2017 18:58:16 +0200 |
Boris Feld |
config: simplify aliasing commands.update.check
|
Sat, 14 Oct 2017 03:13:50 -0400 |
Augie Fackler |
config: graduate experimental.updatecheck to commands.update.check
|
Sun, 03 Sep 2017 14:32:11 +0900 |
Yuya Nishihara |
doctest: bulk-replace string literals with b'' for Python 3
|
Thu, 03 Aug 2017 00:45:02 +0900 |
Yuya Nishihara |
py3: use bytes IO to write sample hgrc
|
Thu, 22 Jun 2017 03:20:11 +0530 |
Pulkit Goyal |
py3: check for bytes instead of str in isinstance
|
Tue, 20 Jun 2017 23:46:18 +0530 |
Pulkit Goyal |
py3: replace str with bytes in isinstance()
|
Thu, 25 May 2017 12:09:09 +0200 |
Pierre-Yves David |
local-clone: also copy tags related caches
|
Thu, 25 May 2017 12:05:33 +0200 |
Pierre-Yves David |
local-clone: also copy revs-branch-cache files
|
Thu, 25 May 2017 11:59:07 +0200 |
Pierre-Yves David |
local-clone: extract the listing of caches to copy
|
Thu, 25 May 2017 11:55:00 +0200 |
Pierre-Yves David |
local-clone: extract the closure copying caches
|
Sat, 29 Apr 2017 21:39:47 -0700 |
Jun Wu |
dispatch: make request accept additional reposetups
|
Fri, 05 May 2017 10:08:36 -0700 |
Martin von Zweigbergk |
outgoing: run on filtered repo
|
Fri, 07 Apr 2017 13:46:35 +0530 |
Pulkit Goyal |
py3: replace str() with bytes()
|
Thu, 16 Mar 2017 14:18:50 -0700 |
Jun Wu |
clone: get rid of ui.backupconfig
|
Wed, 08 Mar 2017 16:53:24 -0800 |
Pierre-Yves David |
hg-mod: directly use repo.vfs.join
|
Sat, 11 Mar 2017 11:02:25 -0800 |
Mads Kiilerich |
vfs: use repo.vfs.unlinkpath
|
Thu, 02 Mar 2017 13:27:42 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.hg'
|
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)
|
Thu, 04 Oct 2012 10:11:17 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 02 Oct 2012 09:26:42 +0200 |
Thomas Arendsen Hein |
clone: activate bookmark specified with --updaterev
stable
|
Mon, 03 Sep 2012 14:05:19 +0200 |
Pierre-Yves David |
clfilter: introduce a `hassecret` function
|
Wed, 08 Aug 2012 10:04:02 -0500 |
Augie Fackler |
clone: don't fail with --update for non-local clones (issue3578)
stable
|
Wed, 25 Jul 2012 19:34:31 +0200 |
Patrick Mezard |
discovery: add extinct changesets to outgoing.excluded
stable
|
Sun, 15 Jul 2012 12:43:10 -0400 |
Matt Harbison |
outgoing: accept revset argument for --rev
|
Fri, 13 Jul 2012 21:52:37 +0200 |
Sune Foldager |
peer: remove cancopy from peer api; use directly on repo instead
|
Fri, 13 Jul 2012 21:47:06 +0200 |
Peter Arrenbrecht |
peer: introduce real peer classes
|
Fri, 13 Jul 2012 21:46:53 +0200 |
Sune Foldager |
peer: introduce peer methods to prepare for peer classes
|
Fri, 06 Jul 2012 18:45:27 +0900 |
FUJIWARA Katsunori |
localrepo: use the path relative to "self.vfs" instead of "path" argument
|
Sun, 13 May 2012 13:18:06 +0200 |
Brodie Rao |
check-code: ignore naked excepts with a "re-raise" comment
|
Tue, 03 Apr 2012 22:01:28 +0200 |
Thomas Arendsen Hein |
clone: always close source repository (issue2491)
stable
|
Wed, 21 Mar 2012 16:39:38 -0500 |
Kevin Bullock |
bookmarks: clone non-divergent bookmarks with @ in them
stable
|
Sun, 29 Jan 2012 13:36:10 -0600 |
Matt Mackall |
phases: fix verify with secret csets
stable
|
Wed, 25 Jan 2012 17:14:08 -0600 |
Matt Mackall |
scmutil: unify some 'no changes found' messages
stable
|
Wed, 25 Jan 2012 19:41:34 +0100 |
Alain Leufroy |
outgoing: display info about secret changets while no sharable changeset found
stable
|
Wed, 18 Jan 2012 14:56:52 -0600 |
Matt Mackall |
bookmarks: backout locking change in 12dea4d998ec
|
Fri, 13 Jan 2012 02:30:43 +0100 |
Mads Kiilerich |
bookmarks: primarily use repo lock, not wlock
|
Mon, 09 Jan 2012 03:47:16 +0100 |
Pierre-Yves David |
discovery: introduce outgoing object for result of findcommonoutgoing
|
Mon, 26 Dec 2011 13:48:31 +0100 |
Pierre-Yves David |
phases: on copy clone, do not copy phases data if repote is publishing
|
Fri, 04 Nov 2011 10:18:40 +0100 |
Arne Babenhauserheide |
clone: get all bookmarks before updating
|
Tue, 22 Nov 2011 12:06:42 -0600 |
Augie Fackler |
clone: don't save user's password in .hg/hgrc (Issue3122)
stable
|
Sat, 29 Oct 2011 11:02:23 -0500 |
Matt Mackall |
backout dbdb777502dc (issue3077) (issue3071)
stable
|
Mon, 24 Oct 2011 13:51:24 +0200 |
Thomas Arendsen Hein |
consistency: use util.realpath instead of os.path.realpath where useful
stable
|
Thu, 11 Aug 2011 00:03:16 +0200 |
Simon Heimberg |
hg: extract copying the store out of clone
|
Mon, 25 Jul 2011 15:22:18 -0500 |
Augie Fackler |
hg: use safehasattr instead of hasattr
|
Tue, 05 Jul 2011 14:28:55 +0300 |
Idan Kamara |
peer: change arg name to convey it can be a repo as well
|
Fri, 01 Jul 2011 17:37:09 +0200 |
Mads Kiilerich |
util: rename the util.localpath that uses url to urllocalpath (issue2875)
stable 1.9
|
Fri, 24 Jun 2011 11:39:12 -0400 |
David Golub |
call reposetup for repositories returned from peer (issue2864)
stable
|
Tue, 14 Jun 2011 16:33:46 +0200 |
Martin Geisler |
hg: rename opts argument to peeropts in clone
|
Mon, 13 Jun 2011 16:25:18 -0500 |
Matt Mackall |
hg: move peerschemes back to schemes
|
Mon, 13 Jun 2011 14:53:23 -0500 |
Matt Mackall |
hg: rearrange peer scheme lookup
|
Sat, 11 Jun 2011 14:14:52 -0500 |
Matt Mackall |
hg: split peer and repo lookup tables
|
Fri, 10 Jun 2011 11:43:38 -0500 |
Matt Mackall |
hg: change various repository() users to use peer() where appropriate
|
Fri, 10 Jun 2011 11:43:38 -0500 |
Matt Mackall |
hg: have peer() call _lookup directly
|
Fri, 10 Jun 2011 11:43:38 -0500 |
Matt Mackall |
hg: add peer method
|
Wed, 08 Jun 2011 18:24:33 +0200 |
Peter Arrenbrecht |
hg: add opts argument to clone for internal remoteui
|
Mon, 06 Jun 2011 21:18:35 +0200 |
Peter Arrenbrecht |
hg: use capable instead of capabilities
|
Fri, 27 May 2011 12:42:36 +0200 |
Martin Geisler |
hg: remove underscores in clone function
|
Wed, 18 May 2011 23:20:26 -0700 |
Brendan Cully |
clone: make default path absolute for all local paths
|
Fri, 06 May 2011 14:44:18 +0200 |
Peter Arrenbrecht |
discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Mon, 02 May 2011 12:36:23 +0200 |
Peter Arrenbrecht |
bundlerepo: fix and improve getremotechanges
|
Sun, 01 May 2011 18:43:20 +0200 |
Dan Villiom Podlaski Christiansen |
share: create 'hgrc' using an opener, like clone
|
Sat, 30 Apr 2011 09:43:20 -0700 |
Brodie Rao |
url: move URL parsing functions into util to improve startup time
|
Sat, 30 Apr 2011 17:21:37 +0200 |
Peter Arrenbrecht |
discovery: drop findoutgoing and simplify findcommonincoming's api
|
Sat, 30 Apr 2011 13:59:14 +0200 |
Alexander Solovyov |
remove unused imports and variables
|
Sat, 23 Apr 2011 00:51:25 +0300 |
Idan Kamara |
eliminate various naked except clauses
|
Wed, 06 Apr 2011 12:48:59 +0200 |
Thomas Arendsen Hein |
hg: make parseurl() consistently return normalised path
|
Wed, 30 Mar 2011 20:03:05 -0700 |
Brodie Rao |
url: refactor util.drop_scheme() and hg.localpath() into url.localpath()
|
Wed, 30 Mar 2011 20:02:09 -0700 |
Brodie Rao |
hg: use url.url to parse branch names in parseurl()
|
Wed, 30 Mar 2011 20:02:07 -0700 |
Brodie Rao |
hg: look up schemes using url.url
|
Mon, 28 Mar 2011 15:54:22 +0200 |
Adrian Buehlmann |
set NOT_CONTENT_INDEXED on .hg dir (issue2694)
|
Wed, 23 Mar 2011 16:06:55 +0100 |
Peter Arrenbrecht |
discovery: avoid discovery when local graph is a subset of remote
|
Thu, 17 Mar 2011 17:08:13 -0500 |
Matt Mackall |
merge with stable
|
Thu, 17 Mar 2011 22:55:02 +0100 |
Miloš Hadžić |
push/outgoing: print remote target path even if there's an error (issue2561)
stable
|
Sun, 13 Mar 2011 12:24:17 +0100 |
David Soria Parra |
hg: add support for cloning bookmarks
|
Fri, 28 Jan 2011 03:09:22 +0100 |
Mads Kiilerich |
merge with stable
|
Fri, 28 Jan 2011 02:57:59 +0100 |
Mads Kiilerich |
url: 'ssh known host'-like checking of fingerprints of HTTPS certificates
stable
|
Wed, 05 Jan 2011 15:56:03 +0100 |
Martin Geisler |
merge with stable
|
Sun, 02 Jan 2011 15:30:12 +0200 |
Eduard-Cristian Stefan |
url: expand path for web.cacerts
stable
|
Mon, 27 Dec 2010 17:54:45 +0100 |
Mads Kiilerich |
merge with stable
|
Mon, 27 Dec 2010 17:49:58 +0100 |
Mads Kiilerich |
https: use web.cacerts configuration from local repo to validate remote repo
stable
|
Mon, 13 Dec 2010 11:46:31 -0500 |
Greg Ward |
merge: document some internal return values.
|
Wed, 24 Nov 2010 15:56:32 -0600 |
Matt Mackall |
branch: operate on branch names in local string space where possible
|
Fri, 15 Oct 2010 05:21:51 +0200 |
Nicolas Dumazet |
outgoing: unify common graphlog.outgoing and hg.outgoing code
|
Thu, 14 Oct 2010 22:41:43 +0200 |
Nicolas Dumazet |
bundlerepo: unify common code into a new getremotechanges
|
Thu, 14 Oct 2010 21:36:00 +0200 |
Nicolas Dumazet |
incoming: unify code for incoming and graphlog.incoming
|
Thu, 14 Oct 2010 21:37:00 +0200 |
Nicolas Dumazet |
incoming: rename variable
|
Fri, 24 Sep 2010 12:00:55 +0200 |
Erik Zielke |
incoming/outgoing: Fix recursion on sub repositories
|
Sun, 12 Sep 2010 18:05:53 -0500 |
Brodie Rao |
merge: suggest 'hg up -C .' for discarding changes, not 'hg up -C'
|
Mon, 13 Sep 2010 13:09:30 +0200 |
Martin Geisler |
incoming: move code from commands to cmdutil
|
Mon, 13 Sep 2010 13:09:24 +0200 |
Martin Geisler |
outgoing: move code from commands to cmdutil
|
Thu, 02 Sep 2010 12:08:13 +0200 |
Martin Geisler |
clone, patch, convert: use hex(nullid) instead of '0'*40
|
Fri, 02 Jul 2010 15:12:50 +0900 |
Nicolas Dumazet |
hg.clone: do not ignore branch argument when source is a repo object
stable
|
Fri, 02 Jul 2010 15:05:21 +0900 |
Nicolas Dumazet |
hg.clone: fix branch value when passing a repo object (issue2267)
stable
|
Thu, 10 Jun 2010 12:46:09 +0200 |
Sune Foldager |
improve --branch processing (and differentiate from # syntax)
|
Tue, 08 Jun 2010 15:57:59 -0500 |
Matt Mackall |
Merge with stable
|
Tue, 08 Jun 2010 13:19:22 +0200 |
Sune Foldager |
fix encoding bug in 05ac42e56452
stable
|
Mon, 07 Jun 2010 16:29:06 +0200 |
Sune Foldager |
merge with stable
|
Mon, 07 Jun 2010 16:28:23 +0200 |
Sune Foldager |
push/pull: fix bug in "--branch ." handling
stable
|
Tue, 01 Jun 2010 11:18:57 -0500 |
Matt Mackall |
remoteui: move from cmdutil to hg
|
Tue, 01 Jun 2010 10:12:07 -0500 |
Matt Mackall |
Merge with stable
|
Fri, 28 May 2010 17:28:34 +0200 |
Adrian Buehlmann |
clone: save hardlink state of util.copyfiles()
stable
|
Mon, 31 May 2010 13:47:51 +0200 |
Adrian Buehlmann |
clone: print number of linked/copied files on --debug
|
Fri, 28 May 2010 17:28:34 +0200 |
Adrian Buehlmann |
clone: save hardlink state of util.copyfiles()
|
Tue, 11 May 2010 17:03:44 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 07 Dec 2009 12:31:45 +0200 |
Alexander Solovyov |
expand paths to local repository or bundle in appropriate classes
stable
|
Thu, 18 Mar 2010 14:36:24 -0700 |
Brendan Cully |
Merge with stable
|
Thu, 18 Mar 2010 16:38:07 +0100 |
Sune Foldager |
fix bug in hg.clone when passing in a repository object
stable
|
Thu, 11 Mar 2010 17:43:44 +0100 |
Benoit Boissinot |
style: use consistent variable names (*mod) with imports which would shadow
|
Sun, 07 Feb 2010 15:57:16 +0100 |
Sune Foldager |
addbranchrevs: fallback for older servers
|
Sun, 07 Feb 2010 15:23:46 +0100 |
Sune Foldager |
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
|
Sun, 07 Feb 2010 14:29:07 +0100 |
Sune Foldager |
interpret repo#name url syntax as branch instead of revision
|
Sat, 06 Feb 2010 20:24:51 +0100 |
Sune Foldager |
pull: with -u and -r, update to the first revision given
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 19 Dec 2009 22:55:33 -0800 |
Brendan Cully |
share: use defaultdest to compute unspecified destination
stable
|
Tue, 01 Dec 2009 19:28:15 -0600 |
Matt Mackall |
share: fix interaction with clone
stable 1.4.1
|
Sat, 07 Nov 2009 23:35:46 +0100 |
Thomas Arendsen Hein |
Branch name printed since a3d73b3e1f8a now in local encoding.
|
Thu, 05 Nov 2009 11:05:13 +0100 |
Adrian Buehlmann |
clone: add option -u/--updaterev
|
Fri, 16 Oct 2009 23:57:34 +0200 |
Adrian Buehlmann |
hg.clone: report branch name on update
|
Thu, 17 Sep 2009 22:39:38 -0700 |
Stuart W Marks |
hg: say 'hg update' instead of 'hg up' in merge status message
|
Mon, 14 Sep 2009 23:48:25 +0200 |
Martin Geisler |
hg: avoid combining translated strings
|
Fri, 04 Sep 2009 23:34:51 +0200 |
Martin Geisler |
Merge with crew-stable
|
Mon, 31 Aug 2009 10:58:33 -0500 |
Matt Mackall |
Make distinct lookup error for localrepo.lookup
|
Wed, 12 Aug 2009 12:07:11 -0500 |
Matt Mackall |
Merge with stable
|
Wed, 12 Aug 2009 12:06:12 -0500 |
Matt Mackall |
Merge with i18n-stable
|
Mon, 27 Jul 2009 18:38:20 -0500 |
Matt Mackall |
Merge with crew
|
Sat, 25 Jul 2009 19:04:08 -0500 |
Matt Mackall |
update: make a naked except more specific (issue1766)
|
Fri, 17 Jul 2009 20:52:21 +0200 |
Martin Geisler |
hg: better wrapping of string literal
|
Fri, 17 Apr 2009 16:34:43 -0700 |
Fred Wulff |
Add (pre)outgoing hooks for local clones.
|
Mon, 15 Jun 2009 02:45:38 -0500 |
Matt Mackall |
subrepo: add update/merge logic
|
Sat, 13 Jun 2009 18:16:44 -0500 |
Matt Mackall |
share: allow dest to default to the basename of source
|
Sat, 13 Jun 2009 18:01:47 -0500 |
Matt Mackall |
add helper function to create shared repos
|
Thu, 28 May 2009 17:44:57 +0200 |
Benoit Boissinot |
clone: fall back to pull source repo cannot be locked, 937ee88da3ef was a noop
|
Thu, 14 May 2009 22:00:56 +0200 |
Brett Carter |
clone: try updating to the actual changeset specified in options
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
clone: config escaping no longer needed
|
Fri, 24 Apr 2009 18:17:42 +0200 |
Martijn Pieters |
hg: allow hg.parseurl(url, None)
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch dircleanup in mercurial.hg.clone from gc based to explicit
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the core from gc to explicit
|
Tue, 31 Mar 2009 21:21:53 -0500 |
Steve Borho |
on clone failure, only remove directories we created
|
Sun, 29 Mar 2009 16:15:06 -0500 |
Steve Borho |
allow clone into existing but empty directories
|
Wed, 04 Mar 2009 13:06:16 -0600 |
Augie Fackler |
merge: better error messages to lead users to hg update --clean to abandon merges.
|
Mon, 12 Jan 2009 11:09:14 -0600 |
Matt Mackall |
error: move lock errors
|
Sun, 28 Dec 2008 19:59:42 +0100 |
Benoit Boissinot |
add a comment about the need of hg._update()
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
Wed, 24 Sep 2008 13:50:29 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Mon, 22 Sep 2008 14:47:21 +0200 |
Benoit Boissinot |
merge with -stable
|
Wed, 24 Sep 2008 13:10:09 +0200 |
Dirkjan Ochtman |
clone: honor -r even when pulling named branches
|
Sat, 20 Sep 2008 15:00:58 +0200 |
Benoit Boissinot |
Escape '%' when writing to hgrc (issue1199)
|
Fri, 29 Aug 2008 16:50:11 +0200 |
Benoit Boissinot |
fix regression on empty repo cloning introduced by 0642d9d7ec80
|
Wed, 13 Aug 2008 20:18:44 -0500 |
Matt Mackall |
clone: get a list of files to clone from store
|
Fri, 11 Apr 2008 22:19:52 -0700 |
Bryan O'Sullivan |
repo: add rjoin method
|
Fri, 11 Apr 2008 22:19:51 -0700 |
Bryan O'Sullivan |
parseurl: make revs optional
|
Fri, 11 Apr 2008 22:18:38 -0700 |
Bryan O'Sullivan |
Hoist localpath to the top level
|
Fri, 11 Apr 2008 12:52:56 -0500 |
Matt Mackall |
resolve: new command
|
Fri, 21 Mar 2008 14:52:24 +0100 |
Adrian Buehlmann |
clone: print "updating working directory" status message
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
clone: use cancopy
|
Thu, 06 Mar 2008 22:51:16 +0100 |
Joel Rosdahl |
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 22 Feb 2008 21:58:15 +0100 |
Thomas Arendsen Hein |
Allow "file://localhost/" in addition to "file:///" (issue728)
|
Wed, 13 Feb 2008 19:34:28 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Wed, 13 Feb 2008 18:37:38 -0200 |
Alexis S. L. Carvalho |
clone: make things work when source is a repo object
|
Wed, 13 Feb 2008 18:37:38 -0200 |
Alexis S. L. Carvalho |
clone: expand the path before saving it in .hg/hgrc
|
Thu, 27 Dec 2007 22:28:41 +0100 |
Patrick Mezard |
hg: fail upon copy/link errors while cloning locally
|
Mon, 10 Dec 2007 10:24:14 -0600 |
Matt Mackall |
merge: make return codes more sensible
|
Sun, 02 Dec 2007 13:37:30 -0600 |
Matt Mackall |
clone: fix race with same target directory (issue716)
|
Fri, 31 Aug 2007 23:15:44 +0200 |
Benoit Boissinot |
merge with crew
|
Mon, 27 Aug 2007 02:21:58 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 31 Aug 2007 22:31:43 +0200 |
Benoit Boissinot |
merge with crew-stable
|
Fri, 31 Aug 2007 22:31:03 +0200 |
Benoit Boissinot |
fix the dummy 00changelog.i not being copied on clone
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
clone: remove "file://" before making the path absolute
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
clone: if "url#rev" was given, update to rev
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
parseurl: also return the revision after the "#"; add a test
|
Fri, 17 Aug 2007 17:33:27 -0300 |
Alexis S. L. Carvalho |
Move cmdtable and reposetup handling out of extensions.py
|
Fri, 17 Aug 2007 00:35:16 -0500 |
Matt Mackall |
Merge with crew
|
Fri, 17 Aug 2007 00:43:49 +0200 |
Benoit Boissinot |
merge with -stable
|
Fri, 17 Aug 2007 00:42:22 +0200 |
Benoit Boissinot |
clone: do not delete the target if only the update fails
|
Wed, 15 Aug 2007 16:10:36 -0500 |
Matt Mackall |
move parseurl from cmdutil to hg
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use try/finally pattern to cleanup locks and transactions
|
Sun, 08 Jul 2007 09:54:42 +0200 |
Thomas Arendsen Hein |
Removed deprecated hg:// and old-http:// protocols (issue406)
|
Thu, 05 Jul 2007 15:37:23 -0500 |
Matt Mackall |
extensions: untangle some recursive dependencies
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Fri, 01 Jun 2007 18:40:14 -0500 |
Matt Mackall |
Add support for url#id syntax
|
Fri, 01 Jun 2007 18:52:18 -0500 |
Matt Mackall |
clone: checkout the "default" branch if available
|
Tue, 13 Feb 2007 10:25:45 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Thu, 08 Feb 2007 16:31:21 -0200 |
Alexis S. L. Carvalho |
Try to pass repo.ui to reposetup hooks
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Mon, 11 Dec 2006 18:09:52 +0100 |
Thomas Arendsen Hein |
Add instructions how to redo/finish failed merge with local working directory.
|
Sun, 10 Dec 2006 02:11:02 -0600 |
Matt Mackall |
Merge Benoit's .hg/store support
|
Fri, 01 Dec 2006 13:34:09 +0100 |
Benoit Boissinot |
switch to the .hg/store layout, fix the tests
|
Sun, 10 Dec 2006 00:06:59 +0100 |
Benoit Boissinot |
add "requires" file to the repo, specifying the requirements
|
Sun, 10 Dec 2006 00:06:43 +0100 |
Benoit Boissinot |
don't use localrepo.__init__ to create the dest repo with clone+hardlinks
|
Sat, 09 Dec 2006 14:19:52 +0100 |
Thomas Arendsen Hein |
Show the destionation for clone if not specified manually.
|
Tue, 05 Dec 2006 11:28:23 +0100 |
Benoit Boissinot |
introduce localrepo.spath for the store path, sopener fixes
|
Mon, 27 Nov 2006 22:22:44 +0100 |
Benoit Boissinot |
don't create the .hg/data at init time
|
Sun, 19 Nov 2006 16:09:04 +0100 |
Thomas Arendsen Hein |
Indentation cleanups for 2956948b81f3.
|
Sat, 18 Nov 2006 17:20:38 -0200 |
Marcos Chaves |
fix warnings generated by pygettext.py.
|
Sat, 09 Sep 2006 18:25:07 -0700 |
Eric Hopper |
Stop erroring out pull -r and clone -r if repository isn't local.
|
Tue, 17 Oct 2006 22:34:43 -0500 |
Matt Mackall |
imported patch foo
|
Tue, 17 Oct 2006 18:30:20 -0500 |
Matt Mackall |
Update branch on checkout/update
|
Tue, 10 Oct 2006 03:39:44 -0500 |
Matt Mackall |
merge: pull user messages out to hg.py
|
Fri, 29 Sep 2006 13:00:36 -0700 |
Brendan Cully |
Make hg.repository work with no path argument
|
Fri, 08 Sep 2006 09:36:18 +0200 |
Thomas Arendsen Hein |
Never apply string formatting to generated errors with util.Abort.
|
Sat, 02 Sep 2006 23:26:10 +0200 |
Benoit Boissinot |
clone: simplifying dest repo creation
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Thu, 10 Aug 2006 15:44:05 -0700 |
Vadim Gelfer |
call reposetup functions of extension modules whenever repo created
|
Wed, 09 Aug 2006 13:55:18 -0500 |
Matt Mackall |
Merge with crew, fix most tests
|
Tue, 08 Aug 2006 16:09:26 -0700 |
Vadim Gelfer |
fetch: fix breakage from mpm.
|
Tue, 08 Aug 2006 10:56:48 -0500 |
Matt Mackall |
Merge: combine force and forcemerge arguments
|
Tue, 08 Aug 2006 09:19:20 -0500 |
Matt Mackall |
Refactor update locking slightly
|
Tue, 08 Aug 2006 09:11:16 -0500 |
Matt Mackall |
Merge: combine choose and moddirstate to partial
|
Mon, 07 Aug 2006 23:53:04 -0500 |
Matt Mackall |
Rename merge.allow -> merge.branchmerge
|
Mon, 07 Aug 2006 23:18:16 -0500 |
Matt Mackall |
Use demandload @ syntax
|
Mon, 07 Aug 2006 22:54:33 -0500 |
Matt Mackall |
Introduce update helper functions: update, merge, clean, and revert
|
Mon, 07 Aug 2006 16:27:09 -0500 |
Matt Mackall |
Move repo.verify
|
Thu, 03 Aug 2006 15:24:41 -0500 |
Matt Mackall |
Move merge code to its own module
|
Thu, 03 Aug 2006 13:07:57 -0500 |
Matt Mackall |
Add a doc string
|
Wed, 02 Aug 2006 12:46:00 -0700 |
Vadim Gelfer |
allow None for path of hg.repository
|
Mon, 31 Jul 2006 07:11:12 -0700 |
Vadim Gelfer |
clean up hg.py: move repo constructor code into each repo module
|
Sun, 30 Jul 2006 21:46:38 -0700 |
Vadim Gelfer |
pull: allow to pull from bundle file without need for bundle: syntax
|
Fri, 28 Jul 2006 10:46:25 -0700 |
Vadim Gelfer |
hg.py: add islocal() and defaultdest() functions, refactor
|
Tue, 18 Jul 2006 00:32:18 +0200 |
Benoit Boissinot |
codingstyle: use spaces instead of tabs
|
Sat, 15 Jul 2006 16:06:35 -0700 |
Vadim Gelfer |
clone: disable stream support on server side by default.
|
Fri, 14 Jul 2006 14:51:36 -0700 |
Vadim Gelfer |
clone: do not make streaming default. add --stream option instead.
|
Fri, 14 Jul 2006 11:17:22 -0700 |
Vadim Gelfer |
add support for streaming clone.
|
Wed, 12 Jul 2006 08:28:00 -0700 |
Vadim Gelfer |
clean up trailing white space.
|
Tue, 11 Jul 2006 16:18:53 -0700 |
Vadim Gelfer |
clone: move code into hg module. make doc better.
|
Tue, 11 Jul 2006 15:52:36 -0700 |
Vadim Gelfer |
parse url schemes more strictly.
|
Sun, 09 Jul 2006 01:30:30 +0200 |
Benoit Boissinot |
use __contains__, index or split instead of str.find
|
Sun, 02 Jul 2006 22:39:39 -0300 |
Alexis S. L. Carvalho |
hg.py: move exception handling code to try to avoid hiding errors
|
Fri, 30 Jun 2006 19:24:02 -0700 |
Sean Meiners |
Added ability to clone from a local repository to a (new) remote one.
|
Wed, 21 Jun 2006 17:09:29 -0700 |
Vadim Gelfer |
hg.repository: many routines expect path to be a string even if empty.
|
Wed, 21 Jun 2006 09:32:31 -0700 |
Vadim Gelfer |
merge with crew.
|
Wed, 21 Jun 2006 09:14:36 -0700 |
Vadim Gelfer |
make repo scheme table driven.
|
Tue, 20 Jun 2006 18:39:52 -0700 |
Vadim Gelfer |
hg.repository: make protocol table driven.
|
Wed, 14 Jun 2006 21:53:42 +0200 |
Benoit Boissinot |
replace old-http:// syntax by static-http:// and deprecate the redundant hg://
|
Mon, 13 Mar 2006 03:56:36 +0100 |
Benoit Boissinot |
new type of repo: bundle://path/to/repo+/path/to/bundlename
|
Sat, 27 Aug 2005 16:34:54 -0700 |
mpm |
localrepo: minor opener usage restructuring
|
Sat, 27 Aug 2005 16:28:53 -0700 |
mpm |
Separate out old-http support
|
Sat, 27 Aug 2005 14:59:25 -0700 |
mpm |
Adjust some imports
|
Sat, 27 Aug 2005 14:56:58 -0700 |
mpm |
commands: use revlog directly for debug commands
|
Sat, 27 Aug 2005 14:31:41 -0700 |
mpm |
Move opener to utils
|
Sat, 27 Aug 2005 14:21:25 -0700 |
mpm |
Break apart hg.py
|
Fri, 26 Aug 2005 16:49:23 -0700 |
mpm |
Fixes for push corner case
|
Fri, 26 Aug 2005 22:40:56 +0200 |
Thomas Arendsen Hein |
Allow using a ssh repository without a path.
|
Fri, 26 Aug 2005 13:06:58 +0200 |
benoit boissinot |
pep-0008 cleanup
|
Wed, 24 Aug 2005 18:42:42 -0700 |
mpm |
Show number of new heads when doing a pull
|
Wed, 24 Aug 2005 00:32:10 -0700 |
mpm |
Create helper functions for I/O to files in the working directory
|
Tue, 23 Aug 2005 16:19:14 -0700 |
mpm |
Deal with repos with missing timezones
|
Tue, 23 Aug 2005 12:46:43 -0700 |
mpm |
Fix callers to file.revision to use file.read
|
Tue, 23 Aug 2005 02:19:38 -0700 |
mpm |
Clean up some merge logic
|
Mon, 22 Aug 2005 01:22:29 -0700 |
mpm |
Fix up some bugs introduced by recent merge changes
|
Sun, 21 Aug 2005 22:03:36 -0700 |
mpm |
merge: remove remaining mark bits
|
Sun, 21 Aug 2005 21:59:55 -0700 |
mpm |
Fix long-standing excessive file merges
|
Sat, 20 Aug 2005 13:08:07 -0700 |
mpm |
Merge with jeffpc
|
Sat, 20 Aug 2005 01:35:45 -0700 |
mpm |
Remove call to non-existent date_parser
0.6c
|
Fri, 19 Aug 2005 23:26:32 -0800 |
Samuel Tardieu |
[PATCH] Take DST into account
|
Fri, 19 Aug 2005 21:36:57 -0800 |
mpm |
Add --ssh and --remotecmd to push
|
Wed, 17 Aug 2005 00:36:36 -0800 |
mpm |
Fix path handling for deleting files on merge
|
Wed, 17 Aug 2005 00:33:53 -0800 |
tksoh |
Fixed --repository option when handling relative path
|
Tue, 16 Aug 2005 19:17:01 -0800 |
mpm |
Add a local() method to repository classes
|
Tue, 16 Aug 2005 17:12:25 -0800 |
mpm |
Add basic https support for pull
|
Tue, 16 Aug 2005 15:30:26 -0800 |
mpm |
whitespace cleanup
|
Mon, 15 Aug 2005 08:08:11 +0100 |
Thomas Arendsen Hein |
Fix .hgignore parsing if last line has no EOL, ignore trailing white space.
|
Sun, 14 Aug 2005 20:09:21 -0800 |
mason |
Allow the changegroup generator to completely load the buffer.
|
Sun, 14 Aug 2005 20:09:01 -0800 |
mason |
Change repo.comit to return None on error or the new revision number on
|
Sun, 14 Aug 2005 20:08:35 -0800 |
mason |
Add force option to repo.commit, allowing commits where no files change
|
Sun, 14 Aug 2005 12:23:45 -0800 |
mason |
Add searching for named branches
|
Sat, 13 Aug 2005 19:43:42 -0800 |
mpm |
Merge with BOS
|
Sat, 13 Aug 2005 15:26:32 -0800 |
Bryan O'Sullivan |
Merge walk changes with Matt's tip.
|
Sat, 13 Aug 2005 15:23:06 -0800 |
Bryan O'Sullivan |
Merge with TAH.
|
Sat, 13 Aug 2005 15:09:37 -0800 |
Bryan O'Sullivan |
Fix bug involving "hg debugwalk -Ipattern" from repository root.
|
Fri, 12 Aug 2005 16:12:09 -0800 |
Bryan O'Sullivan |
Merge walk fixes.
|
Fri, 12 Aug 2005 15:10:09 -0800 |
Bryan O'Sullivan |
Merge Windows path fixes.
|
Fri, 12 Aug 2005 15:06:52 -0800 |
Bryan O'Sullivan |
Fix walk path handling on Windows
|
Fri, 12 Aug 2005 11:18:41 -0800 |
Bryan O'Sullivan |
Merge latest round of walk fixes.
|
Fri, 12 Aug 2005 11:16:58 -0800 |
Bryan O'Sullivan |
Fix walk code for files that do not exist anywhere, and unhandled types.
|
Fri, 12 Aug 2005 07:42:32 -0800 |
Bryan O'Sullivan |
Update to tip.
|
Wed, 10 Aug 2005 12:36:34 -0800 |
Bryan O'Sullivan |
Merge IPv6 fix.
|
Fri, 12 Aug 2005 07:10:21 -0800 |
mason |
dirstate walking optimizations
|
Fri, 12 Aug 2005 10:17:12 -0800 |
Bryan O'Sullivan |
Merge patchbomb script.
|
Fri, 12 Aug 2005 09:58:35 -0800 |
Bryan O'Sullivan |
Merge Chris's changes with mine.
|
Fri, 12 Aug 2005 09:57:56 -0800 |
mason |
dirstate walking optimizations
|
Tue, 09 Aug 2005 17:24:38 -0800 |
Bryan O'Sullivan |
Merge with mpm.
|
Sun, 07 Aug 2005 12:43:11 -0800 |
Bryan O'Sullivan |
Teach walk code about absolute paths.
|
Fri, 12 Aug 2005 23:54:09 -0800 |
mpm |
Merge with TAH
|
Wed, 10 Aug 2005 08:41:23 +0100 |
Thomas Arendsen Hein |
Cleanup after previous changes:
|
Wed, 10 Aug 2005 07:51:37 +0100 |
Thomas Arendsen Hein |
Use length of file instead of length of change for the dirstate entry.
|
Wed, 10 Aug 2005 06:47:46 +0100 |
Thomas Arendsen Hein |
Fix 3-way-merge of original parent, workdir and new parent.
|
Tue, 09 Aug 2005 11:32:30 +0100 |
Thomas Arendsen Hein |
dirstate.changes() now distinguishes 'hg remove'd or just deleted files.
|
Tue, 09 Aug 2005 09:36:34 -0800 |
Edouard Gomez |
Trap OSError when deleting env vars
|
Sun, 07 Aug 2005 17:41:13 +0100 |
Thomas Arendsen Hein |
Fixed encoding of directories ending in .d or .i:
|
Thu, 04 Aug 2005 13:31:25 -0800 |
mpm |
Merge with BOS
|
Thu, 04 Aug 2005 13:27:41 -0800 |
mpm |
Merge with TAH
|
Tue, 02 Aug 2005 08:57:32 -0800 |
mpm |
Merge with BOS
|
Sun, 31 Jul 2005 18:03:46 -0800 |
Bryan O'Sullivan |
Attempt to yield names in sorted order when walking.
|
Sun, 31 Jul 2005 17:54:00 -0800 |
Bryan O'Sullivan |
Ensure that dirstate.walk only yields names once.
|
Sun, 31 Jul 2005 17:42:46 -0800 |
Bryan O'Sullivan |
Clean up walk and changes code to use normalised names properly.
|
Mon, 01 Aug 2005 23:23:51 -0800 |
mpm |
Make ssh URL parsing more robust
|
Mon, 01 Aug 2005 23:17:22 -0800 |
mpm |
Warn on pushing unsynced repo or adding new heads
|
Sat, 30 Jul 2005 09:00:14 -0800 |
mpm |
Merge with BOS
|
Fri, 29 Jul 2005 15:02:27 -0800 |
Bryan O'Sullivan |
Adapt commit to use file matching code.
|
Sat, 30 Jul 2005 08:35:29 -0800 |
mpm |
Merge with TAH
|
Fri, 29 Jul 2005 06:43:21 +0100 |
Thomas Arendsen Hein |
Merge with upstream
|
Sat, 30 Jul 2005 08:30:12 -0800 |
mpm |
add note about -C to update message
|
Wed, 27 Jul 2005 18:50:32 -0800 |
mpm |
Fix the directory and revlog collision problem
|
Wed, 27 Jul 2005 18:16:20 -0800 |
mpm |
Fix undo after aborted commit bug
|
Wed, 27 Jul 2005 10:05:12 -0800 |
mpm |
Fix copy in subdirectories
|
Wed, 27 Jul 2005 09:07:28 -0800 |
mpm |
Add changegroup hook for push/pull
|
Mon, 25 Jul 2005 12:02:29 -0500 |
mpm |
Make pull count jargon less confusing
|
Sat, 23 Jul 2005 10:00:56 -0500 |
mpm |
Fix local file changes being ignored after non-branch merge
|
Fri, 22 Jul 2005 20:07:14 -0500 |
mpm |
Hack to fix missing '/' problem in URLs
|
Fri, 22 Jul 2005 19:23:00 -0500 |
mpm |
Don't mark files with 'm'erge unless we're actually merging branches
|
Thu, 21 Jul 2005 18:20:13 -0500 |
mpm |
Check protocol versions
|
Thu, 21 Jul 2005 18:19:20 -0500 |
mpm |
Simplify content type checking
|
Thu, 21 Jul 2005 18:18:43 -0500 |
Muli Ben-Yehuda |
When pulling from a non hg repository URL (e.g. http://www.kernel.org/hg)
|
Wed, 20 Jul 2005 20:11:23 -0500 |
mpm |
Fix some line wrapping
|
Wed, 20 Jul 2005 20:00:29 -0500 |
mpm |
Merge from BOS
|
Wed, 20 Jul 2005 03:52:06 -0800 |
Bryan O'Sullivan |
Merge with Matt's tip.
|