I have a mercurial repo and trying to setup reviewboard, but when I run 

sudo -u tomcat rbt post 59 103

I get the following...

>>> RBTools 0.7.6
>>> Python 2.6.6 (r266:84292, May 22 2015, 08:34:51)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-15)]
>>> Running on 
Linux-2.6.32-573.7.1.el6.x86_64-x86_64-with-redhat-6.7-Santiago
>>> Home = /usr/share/tomcat
>>> Current directory = 
/usr/share/tomcat/.jenkins/jobs/ofe.uk.build/workspace
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info
>>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
svn: '.' is not a working copy
---
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Command exited with rc 128: ['git', 'rev-parse', '--git-dir']
fatal: Not a git repository (or any of the parent directories): .git
---
>>> Checking for a Mercurial repository...
>>> Running: hg root
>>> Running: hg showconfig
>>> Running: hg svn info
>>> Command exited with rc 255: [u'hg', u'svn', u'info']
hg: unknown command 'svn'
Mercurial Distributed SCM

basic commands:

 add        add the specified files on the next commit
 annotate   show changeset information by line for each file
 clone      make a copy of an existing repository
 commit     commit the specified files or all outstanding changes
 diff       diff repository (or selected files)
 export     dump the header and diffs for one or more changesets
 forget     forget the specified files on the next commit
 init       create a new repository in the given directory
 log        show revision history of entire repository or files
 merge      merge working directory with another revision
 pull       pull changes from the specified source
 push       push changes to the specified destination
 remove     remove the specified files on the next commit
 serve      export the repository via HTTP
 status     show changed files in the working directory
 summary    summarize working directory state
 update     update working directory

use "hg help" for the full list of commands or "hg -v" for details
---
>>> Using candidate path u'default': 
u'http://mercurial.it.example.com/hg/ofe-uk/'
>>> repository info: Path: http://mercurial.it.example.com/hg/ofe-uk/, Base 
path: , Supports changesets: False
>>> Making HTTP GET request to http://reviews.it.example.com/reviews/api/
>>> Making HTTP GET request to http://reviews.it.example
.com/reviews/api/info/
>>> Running: hg parents --hidden -r 0
>>> Command exited with rc 255: [u'hg', u'parents', u'--hidden', u'-r', 
u'0']
hg parents [-r REV] [FILE]

show the parents of the working directory or revision

    Print the working directory's parent revisions. If a revision is given 
via
    -r/--rev, the parent of that revision will be printed. If a file 
argument
    is given, the revision in which the file was last changed (before the
    working directory revision or the argument to --rev if given) is 
printed.

options:

 -r --rev       show parents from the specified revision
    --style     display using template map file
    --template  display with template

use "hg -v help parents" to show global options
---
>>> Running: hg identify -i -r 59 --config 
extensions.rbtoolsnormalize=/usr/lib/python2.6/site-packages/rbtools/helpers/hgext.py
>>> Running: hg identify -i -r 103 --config 
extensions.rbtoolsnormalize=/usr/lib/python2.6/site-packages/rbtools/helpers/hgext.py
>>> Running: hg -q outgoing --template {rev}\t{node|short}\t{branch}\n 
default -r 440c435bf59c
>>> Command exited with rc 1: [u'hg', u'-q', u'outgoing', u'--template', 
u'{rev}\\t{node|short}\\t{branch}\\n', u'default', u'-r', u'440c435bf59c']
---
>>> 0 outgoing changesets between remote and base.
>>> Running: hg diff -r 440c435bf59c -r e74dce16ee17 --config 
extensions.rbtoolsnormalize=/usr/lib/python2.6/site-packages/rbtools/helpers/hgext.py
>>> Running: hg log -r 440c435bf59c "-T {node}" --config 
extensions.rbtoolsnormalize=/usr/lib/python2.6/site-packages/rbtools/helpers/hgext.py
Failed to execute command: [u'hg', u'log', u'-r', u'440c435bf59c', u'-T 
{node}', u'--config', 
u'extensions.rbtoolsnormalize=/usr/lib/python2.6/site-packages/rbtools/helpers/hgext.py']
hg log: option -T not recognized
hg log [OPTION]... [FILE]

aliases: history

show revision history of entire repository or files

    Print the revision history of the specified files or the entire project.

    File history is shown without following rename or copy history of files.
    Use -f/--follow with a filename to follow history across renames and
    copies. --follow without a filename will only show ancestors or
    descendants of the starting revision. --follow-first only follows the
    first parent of merge revisions.

    If no revision range is specified, the default is tip:0 unless --follow 
is
    set, in which case the working directory parent is used as the starting
    revision.

    See 'hg help dates' for a list of formats valid for -d/--date.

    By default this command prints revision number and changeset id, tags,
    non-trivial parents, user, date and time, and a summary for each commit.
    When the -v/--verbose switch is used, the list of changed files and full
    commit message are shown.

    NOTE: log -p/--patch may generate unexpected diff output for merge
    changesets, as it will only compare the merge changeset against its 
first
    parent. Also, only files different from BOTH parents will appear in
    files:.

options:

 -f --follow        follow changeset history, or file history across copies
                    and renames
    --follow-first  only follow the first parent of merge changesets
 -d --date          show revisions matching date spec
 -C --copies        show copied files
 -k --keyword       do case-insensitive search for a keyword
 -r --rev           show the specified revision or range
    --removed       include revisions where files were removed
 -m --only-merges   show only merges
 -u --user          revisions committed by user
 -b --only-branch   show only changesets within the given named branch
 -P --prune         do not display revision or any of its ancestors
 -p --patch         show patch
 -g --git           use git extended diff format
 -l --limit         limit number of changes displayed
 -M --no-merges     do not show merges
    --style         display using template map file
    --template      display with template
 -I --include       include names matching the given patterns
 -X --exclude       exclude names matching the given patterns

use "hg -v help log" to show global options


What's wrong with that? I know there are differences in the revision sets I 
selected....

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to