chiark / gitweb /
Changed sync not to use -b which has other semantics.
authorYann Dirson <ydirson@altern.org>
Mon, 25 Jun 2007 21:24:46 +0000 (23:24 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 25 Jun 2007 21:48:50 +0000 (22:48 +0100)
commit6b79a09cf777b209d875ab498e57a20643fd1bbf
treedf35dbfc9a03716a14909336d618001a863afc01
parent8ff4e9e0fd71a93ad943a186c814a2db5db64890
Changed sync not to use -b which has other semantics.

Using --branch here is confusing from a UI point of view, and
unnecessarily complicates implementation, making it more delicate to
get rid of the crt-series global.  We now use --ref-branch (-B)
instead.

Signed-off-by: Yann Dirson <ydirson@altern.org>
stgit/commands/sync.py
t/t2000-sync.sh