Sat, 09 Feb 2013 14:22:52 -0500 |
Matt Harbison |
ui: add 'force' parameter to traceback() to override the current print setting
|
Sat, 09 Feb 2013 14:15:34 -0500 |
Matt Harbison |
ui: add support for fully printing chained exception stacks in ui.traceback()
|
Wed, 06 Feb 2013 22:54:09 -0500 |
Matt Harbison |
subrepo: chain the original exception to SubrepoAbort
|
Mon, 15 Apr 2013 01:41:47 +0200 |
Mads Kiilerich |
debugrebuildstate: rename to debugrebuilddirstate
|
Mon, 15 Apr 2013 01:41:27 +0200 |
Mads Kiilerich |
debugstate: rename to debugdirstate
|
Mon, 15 Apr 2013 01:39:02 +0200 |
Mads Kiilerich |
debugrebuildstate: clarify that rev can't be specified without -r
|
Mon, 15 Apr 2013 01:37:23 +0200 |
Mads Kiilerich |
check-code: check txt files for trailing whitespace
|
Mon, 15 Apr 2013 01:37:23 +0200 |
Mads Kiilerich |
check-code: catch trailing space in comments
|
Mon, 15 Apr 2013 01:37:23 +0200 |
Mads Kiilerich |
spelling: fix typos and spelling errors
|
Thu, 11 Apr 2013 14:54:18 +0200 |
Mads Kiilerich |
wireproto: clarify cryptic 'remote: unsynced changes' error message on push
|
Mon, 11 Feb 2013 00:43:12 +0100 |
Mads Kiilerich |
export: export working directory parent by default
|
Wed, 10 Apr 2013 13:12:24 +0200 |
Mads Kiilerich |
commit: allow closing "non-head" changesets
|
Wed, 13 Jun 2012 23:06:34 +0200 |
Mads Kiilerich |
record: ignore trailing content when parsing patches - introduce 'other' lines
|
Thu, 11 Apr 2013 19:03:33 +0200 |
Mads Kiilerich |
record: abort on malformed patches instead of crashing
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.rename()" instead of "util.rename()"
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.setflags()" instead of "util.setflags()"
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.readlink()" instead of "os.readlink()"
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.islink()" instead of "os.path.islink()"
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.rename()" instead of "util.rename()"
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs.exists()" instead of "os.path.exists()"
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
localrepo: use vfs instead of "os.path.*" in sharedpath checking
|
Mon, 15 Apr 2013 01:22:15 +0900 |
FUJIWARA Katsunori |
vfs: split "expand" into "realpath"/"expandpath" to apply each separately
|
Fri, 18 Jan 2013 15:54:09 +0100 |
Mads Kiilerich |
unionrepo: read-only operations on a union of two localrepos
|
Mon, 15 Apr 2013 23:52:57 +0900 |
Yuya Nishihara |
subrepo: fix exception on revert when "all" option is omitted
|
Sun, 14 Apr 2013 19:05:19 -0500 |
Matt Mackall |
histedit: update tests for new intervention framework
|
Fri, 08 Mar 2013 21:50:27 +0100 |
Angel Ezquerra |
test-subrepo: add tests for subrepo "storeclean" checks
|
Sat, 16 Feb 2013 01:21:40 +0100 |
Angel Ezquerra |
subrepo: do not push mercurial subrepos whose store is clean
|
Sat, 16 Feb 2013 01:18:53 +0100 |
Angel Ezquerra |
subrepo: implement "storeclean" method for mercurial subrepos
|
Sat, 16 Feb 2013 11:44:13 +0100 |
Angel Ezquerra |
util: add notindexed optional parameter to makedirs function
|
Sat, 16 Feb 2013 01:11:20 +0100 |
Angel Ezquerra |
subrepo: introduce storeclean method
|
Sat, 16 Feb 2013 00:07:00 +0100 |
Angel Ezquerra |
subrepo: introduce storeclean helper functions
|
Fri, 08 Feb 2013 16:17:46 -0600 |
Augie Fackler |
dispatch: exit with status 1 for an InterventionRequired exception (bc)
|
Fri, 08 Feb 2013 16:27:49 -0600 |
Augie Fackler |
histedit: switch from util.Abort to util.InterventionRequired where appropriate (bc)
|
Fri, 08 Feb 2013 16:27:59 -0600 |
Augie Fackler |
rebase: switch from util.Abort to util.InterventionRequired where appropriate (bc)
|
Fri, 08 Feb 2013 16:28:24 -0600 |
Augie Fackler |
dispatch: catch InterventionRequired and print the message with no prefix
|
Fri, 08 Feb 2013 14:26:03 -0600 |
Augie Fackler |
error: introduce new InterventionRequired exception
|
Fri, 12 Apr 2013 19:48:07 -0700 |
Bryan O'Sullivan |
util: remove unreachable code
|
Fri, 12 Apr 2013 19:33:48 -0700 |
Bryan O'Sullivan |
util: remove no-op assignment
|
Fri, 12 Apr 2013 18:49:14 -0700 |
Bryan O'Sullivan |
merge more evolve stuff away (what?)
|
Fri, 12 Apr 2013 18:48:02 -0700 |
Bryan O'Sullivan |
synthrepo: add missing import of sys
|
Fri, 12 Apr 2013 18:44:22 -0700 |
Bryan O'Sullivan |
transplant: pass source through to recover
|
Fri, 12 Apr 2013 17:25:27 -0700 |
Bryan O'Sullivan |
repoview: remove more unreachable code
|
Fri, 12 Apr 2013 18:35:26 -0700 |
Bryan O'Sullivan |
merge away some failed evolve fat-fingering
|
Fri, 12 Apr 2013 17:35:56 -0700 |
Bryan O'Sullivan |
pager: add missing imports of errno and shlex
|
Fri, 12 Apr 2013 17:33:24 -0700 |
Bryan O'Sullivan |
largefiles: quiet (and document) undefined name errors (issue3886)
|
Fri, 12 Apr 2013 17:27:09 -0700 |
Bryan O'Sullivan |
color: add missing import of error
|
Fri, 12 Apr 2013 17:20:09 -0700 |
Bryan O'Sullivan |
pvec: use the correct name for an identifier
|
Fri, 12 Apr 2013 17:18:52 -0700 |
Bryan O'Sullivan |
repoview: remove unreachable code
|
Fri, 12 Apr 2013 17:20:09 -0700 |
Bryan O'Sullivan |
pvec: use the correct name for an identifier
|
Fri, 12 Apr 2013 17:18:52 -0700 |
Bryan O'Sullivan |
repoview: remove unreachable code
|
Fri, 12 Apr 2013 17:17:35 -0700 |
Bryan O'Sullivan |
mail: add missing import of sys
|
Fri, 12 Apr 2013 17:17:05 -0700 |
Bryan O'Sullivan |
statichttprepo: add missing import of os
|
Fri, 12 Apr 2013 17:16:37 -0700 |
Bryan O'Sullivan |
worker: add missing import of errno
|
Fri, 12 Apr 2013 16:01:18 -0700 |
Bryan O'Sullivan |
histedit: support editing of the first commit (issue3767)
|
Fri, 12 Apr 2013 17:00:42 -0400 |
Augie Fackler |
test-commit-amend.t: fix check-code violation from 3a72c89a83ec
|
Mon, 11 Feb 2013 00:43:12 +0100 |
Mads Kiilerich |
util: improve doc for checkcase
|
Thu, 11 Apr 2013 14:41:22 +0200 |
Mads Kiilerich |
scheme: don't crash on invalid URLs
|
Fri, 08 Feb 2013 21:08:34 +0000 |
Brodie Rao |
amend: support amending merge changesets (issue3778)
|
Thu, 11 Apr 2013 13:30:31 -0700 |
Bryan O'Sullivan |
worker: catch all exceptions, try to exit usefully/safely
|
Thu, 11 Apr 2013 13:30:27 -0700 |
Bryan O'Sullivan |
lock: if we fork, ensure that only the parent releases
|